Skip to content

Commit 57c702c

Browse files
authored
chore: Add $schema to cgmanifest.json (#1276)
1 parent 1b0b9f8 commit 57c702c

File tree

1 file changed

+179
-178
lines changed

1 file changed

+179
-178
lines changed

cgmanifest.json

Lines changed: 179 additions & 178 deletions
Original file line numberDiff line numberDiff line change
@@ -1,180 +1,181 @@
11
{
2-
"Registrations": [
3-
{
4-
"Component": {
5-
"Type": "maven",
6-
"Maven": {
7-
"GroupId": "org.eclipse.lsp4j",
8-
"ArtifactId": "org.eclipse.lsp4j",
9-
"Version": "0.12.0"
10-
}
11-
},
12-
"DevelopmentDependency": false
13-
},
14-
{
15-
"Component": {
16-
"Type": "maven",
17-
"Maven": {
18-
"GroupId": "org.eclipse.lsp4j",
19-
"ArtifactId": "org.eclipse.lsp4j.jsonrpc",
20-
"Version": "0.12.0"
21-
}
22-
},
23-
"DevelopmentDependency": false
24-
},
25-
{
26-
"Component": {
27-
"Type": "maven",
28-
"Maven": {
29-
"GroupId": "org.codehaus.groovy",
30-
"ArtifactId": "groovy-eclipse-batch",
31-
"Version": "3.0.8-01"
32-
}
33-
},
34-
"DevelopmentDependency": false
35-
},
36-
{
37-
"Component": {
38-
"Type": "maven",
39-
"Maven": {
40-
"GroupId": "com.google.code.gson",
41-
"ArtifactId": "gson",
42-
"Version": "2.8.9"
43-
}
44-
},
45-
"DevelopmentDependency": false
46-
},
47-
{
48-
"Component": {
49-
"Type": "maven",
50-
"Maven": {
51-
"GroupId": "org.apache.bcel",
52-
"ArtifactId": "bcel",
53-
"Version": "6.5.0"
54-
}
55-
},
56-
"DevelopmentDependency": false
57-
},
58-
{
59-
"Component": {
60-
"Type": "maven",
61-
"Maven": {
62-
"GroupId": "org.gradle",
63-
"ArtifactId": "gradle-tooling-api",
64-
"Version": "7.3"
65-
}
66-
},
67-
"DevelopmentDependency": false
68-
},
69-
{
70-
"Component": {
71-
"Type": "maven",
72-
"Maven": {
73-
"GroupId": "javax.annotation",
74-
"ArtifactId": "javax.annotation-api",
75-
"Version": "1.3.2"
76-
}
77-
},
78-
"DevelopmentDependency": false
79-
},
80-
{
81-
"Component": {
82-
"Type": "maven",
83-
"Maven": {
84-
"GroupId": "io.grpc",
85-
"ArtifactId": "grpc-protobuf",
86-
"Version": "1.45.0"
87-
}
88-
},
89-
"DevelopmentDependency": false
90-
},
91-
{
92-
"Component": {
93-
"Type": "maven",
94-
"Maven": {
95-
"GroupId": "io.grpc",
96-
"ArtifactId": "grpc-stub",
97-
"Version": "1.45.0"
98-
}
99-
},
100-
"DevelopmentDependency": false
101-
},
102-
{
103-
"Component": {
104-
"Type": "maven",
105-
"Maven": {
106-
"GroupId": "com.github.zafarkhaja",
107-
"ArtifactId": "java-semver",
108-
"Version": "0.9.0"
109-
}
110-
},
111-
"DevelopmentDependency": false
112-
},
113-
{
114-
"Component": {
115-
"Type": "maven",
116-
"Maven": {
117-
"GroupId": "io.grpc",
118-
"ArtifactId": "grpc-netty",
119-
"Version": "1.45.0"
120-
}
121-
},
122-
"DevelopmentDependency": false
123-
},
124-
{
125-
"Component": {
126-
"Type": "maven",
127-
"Maven": {
128-
"GroupId": "org.slf4j",
129-
"ArtifactId": "slf4j-simple",
130-
"Version": "2.0.0-alpha6"
131-
}
132-
},
133-
"DevelopmentDependency": false
134-
},
135-
{
136-
"Component": {
137-
"Type": "maven",
138-
"Maven": {
139-
"GroupId": "io.grpc",
140-
"ArtifactId": "grpc-testing",
141-
"Version": "1.45.0"
142-
}
143-
},
144-
"DevelopmentDependency": true
145-
},
146-
{
147-
"Component": {
148-
"Type": "maven",
149-
"Maven": {
150-
"GroupId": "junit",
151-
"ArtifactId": "junit",
152-
"Version": "4.13.1"
153-
}
154-
},
155-
"DevelopmentDependency": true
156-
},
157-
{
158-
"Component": {
159-
"Type": "maven",
160-
"Maven": {
161-
"GroupId": "org.powermock",
162-
"ArtifactId": "powermock-module-junit4",
163-
"Version": "2.0.9"
164-
}
165-
},
166-
"DevelopmentDependency": true
167-
},
168-
{
169-
"Component": {
170-
"Type": "maven",
171-
"Maven": {
172-
"GroupId": "org.powermock",
173-
"ArtifactId": "powermock-api-mockito2",
174-
"Version": "2.0.7"
175-
}
176-
},
177-
"DevelopmentDependency": true
178-
}
179-
]
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": [
4+
{
5+
"Component": {
6+
"Type": "maven",
7+
"Maven": {
8+
"GroupId": "org.eclipse.lsp4j",
9+
"ArtifactId": "org.eclipse.lsp4j",
10+
"Version": "0.12.0"
11+
}
12+
},
13+
"DevelopmentDependency": false
14+
},
15+
{
16+
"Component": {
17+
"Type": "maven",
18+
"Maven": {
19+
"GroupId": "org.eclipse.lsp4j",
20+
"ArtifactId": "org.eclipse.lsp4j.jsonrpc",
21+
"Version": "0.12.0"
22+
}
23+
},
24+
"DevelopmentDependency": false
25+
},
26+
{
27+
"Component": {
28+
"Type": "maven",
29+
"Maven": {
30+
"GroupId": "org.codehaus.groovy",
31+
"ArtifactId": "groovy-eclipse-batch",
32+
"Version": "3.0.8-01"
33+
}
34+
},
35+
"DevelopmentDependency": false
36+
},
37+
{
38+
"Component": {
39+
"Type": "maven",
40+
"Maven": {
41+
"GroupId": "com.google.code.gson",
42+
"ArtifactId": "gson",
43+
"Version": "2.8.9"
44+
}
45+
},
46+
"DevelopmentDependency": false
47+
},
48+
{
49+
"Component": {
50+
"Type": "maven",
51+
"Maven": {
52+
"GroupId": "org.apache.bcel",
53+
"ArtifactId": "bcel",
54+
"Version": "6.5.0"
55+
}
56+
},
57+
"DevelopmentDependency": false
58+
},
59+
{
60+
"Component": {
61+
"Type": "maven",
62+
"Maven": {
63+
"GroupId": "org.gradle",
64+
"ArtifactId": "gradle-tooling-api",
65+
"Version": "7.3"
66+
}
67+
},
68+
"DevelopmentDependency": false
69+
},
70+
{
71+
"Component": {
72+
"Type": "maven",
73+
"Maven": {
74+
"GroupId": "javax.annotation",
75+
"ArtifactId": "javax.annotation-api",
76+
"Version": "1.3.2"
77+
}
78+
},
79+
"DevelopmentDependency": false
80+
},
81+
{
82+
"Component": {
83+
"Type": "maven",
84+
"Maven": {
85+
"GroupId": "io.grpc",
86+
"ArtifactId": "grpc-protobuf",
87+
"Version": "1.45.0"
88+
}
89+
},
90+
"DevelopmentDependency": false
91+
},
92+
{
93+
"Component": {
94+
"Type": "maven",
95+
"Maven": {
96+
"GroupId": "io.grpc",
97+
"ArtifactId": "grpc-stub",
98+
"Version": "1.45.0"
99+
}
100+
},
101+
"DevelopmentDependency": false
102+
},
103+
{
104+
"Component": {
105+
"Type": "maven",
106+
"Maven": {
107+
"GroupId": "com.github.zafarkhaja",
108+
"ArtifactId": "java-semver",
109+
"Version": "0.9.0"
110+
}
111+
},
112+
"DevelopmentDependency": false
113+
},
114+
{
115+
"Component": {
116+
"Type": "maven",
117+
"Maven": {
118+
"GroupId": "io.grpc",
119+
"ArtifactId": "grpc-netty",
120+
"Version": "1.45.0"
121+
}
122+
},
123+
"DevelopmentDependency": false
124+
},
125+
{
126+
"Component": {
127+
"Type": "maven",
128+
"Maven": {
129+
"GroupId": "org.slf4j",
130+
"ArtifactId": "slf4j-simple",
131+
"Version": "2.0.0-alpha6"
132+
}
133+
},
134+
"DevelopmentDependency": false
135+
},
136+
{
137+
"Component": {
138+
"Type": "maven",
139+
"Maven": {
140+
"GroupId": "io.grpc",
141+
"ArtifactId": "grpc-testing",
142+
"Version": "1.45.0"
143+
}
144+
},
145+
"DevelopmentDependency": true
146+
},
147+
{
148+
"Component": {
149+
"Type": "maven",
150+
"Maven": {
151+
"GroupId": "junit",
152+
"ArtifactId": "junit",
153+
"Version": "4.13.1"
154+
}
155+
},
156+
"DevelopmentDependency": true
157+
},
158+
{
159+
"Component": {
160+
"Type": "maven",
161+
"Maven": {
162+
"GroupId": "org.powermock",
163+
"ArtifactId": "powermock-module-junit4",
164+
"Version": "2.0.9"
165+
}
166+
},
167+
"DevelopmentDependency": true
168+
},
169+
{
170+
"Component": {
171+
"Type": "maven",
172+
"Maven": {
173+
"GroupId": "org.powermock",
174+
"ArtifactId": "powermock-api-mockito2",
175+
"Version": "2.0.7"
176+
}
177+
},
178+
"DevelopmentDependency": true
179+
}
180+
]
180181
}

0 commit comments

Comments
 (0)