forked from microsoft/vscode-gradle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b0b9f8
commit 57c702c
Showing
1 changed file
with
179 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,180 +1,181 @@ | ||
{ | ||
"Registrations": [ | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "org.eclipse.lsp4j", | ||
"ArtifactId": "org.eclipse.lsp4j", | ||
"Version": "0.12.0" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "org.eclipse.lsp4j", | ||
"ArtifactId": "org.eclipse.lsp4j.jsonrpc", | ||
"Version": "0.12.0" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "org.codehaus.groovy", | ||
"ArtifactId": "groovy-eclipse-batch", | ||
"Version": "3.0.8-01" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "com.google.code.gson", | ||
"ArtifactId": "gson", | ||
"Version": "2.8.9" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "org.apache.bcel", | ||
"ArtifactId": "bcel", | ||
"Version": "6.5.0" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "org.gradle", | ||
"ArtifactId": "gradle-tooling-api", | ||
"Version": "7.3" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "javax.annotation", | ||
"ArtifactId": "javax.annotation-api", | ||
"Version": "1.3.2" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "io.grpc", | ||
"ArtifactId": "grpc-protobuf", | ||
"Version": "1.45.0" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "io.grpc", | ||
"ArtifactId": "grpc-stub", | ||
"Version": "1.45.0" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "com.github.zafarkhaja", | ||
"ArtifactId": "java-semver", | ||
"Version": "0.9.0" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "io.grpc", | ||
"ArtifactId": "grpc-netty", | ||
"Version": "1.45.0" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "org.slf4j", | ||
"ArtifactId": "slf4j-simple", | ||
"Version": "2.0.0-alpha6" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "io.grpc", | ||
"ArtifactId": "grpc-testing", | ||
"Version": "1.45.0" | ||
} | ||
}, | ||
"DevelopmentDependency": true | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "junit", | ||
"ArtifactId": "junit", | ||
"Version": "4.13.1" | ||
} | ||
}, | ||
"DevelopmentDependency": true | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "org.powermock", | ||
"ArtifactId": "powermock-module-junit4", | ||
"Version": "2.0.9" | ||
} | ||
}, | ||
"DevelopmentDependency": true | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "org.powermock", | ||
"ArtifactId": "powermock-api-mockito2", | ||
"Version": "2.0.7" | ||
} | ||
}, | ||
"DevelopmentDependency": true | ||
} | ||
] | ||
"$schema": "https://json.schemastore.org/component-detection-manifest.json", | ||
"Registrations": [ | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "org.eclipse.lsp4j", | ||
"ArtifactId": "org.eclipse.lsp4j", | ||
"Version": "0.12.0" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "org.eclipse.lsp4j", | ||
"ArtifactId": "org.eclipse.lsp4j.jsonrpc", | ||
"Version": "0.12.0" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "org.codehaus.groovy", | ||
"ArtifactId": "groovy-eclipse-batch", | ||
"Version": "3.0.8-01" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "com.google.code.gson", | ||
"ArtifactId": "gson", | ||
"Version": "2.8.9" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "org.apache.bcel", | ||
"ArtifactId": "bcel", | ||
"Version": "6.5.0" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "org.gradle", | ||
"ArtifactId": "gradle-tooling-api", | ||
"Version": "7.3" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "javax.annotation", | ||
"ArtifactId": "javax.annotation-api", | ||
"Version": "1.3.2" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "io.grpc", | ||
"ArtifactId": "grpc-protobuf", | ||
"Version": "1.45.0" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "io.grpc", | ||
"ArtifactId": "grpc-stub", | ||
"Version": "1.45.0" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "com.github.zafarkhaja", | ||
"ArtifactId": "java-semver", | ||
"Version": "0.9.0" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "io.grpc", | ||
"ArtifactId": "grpc-netty", | ||
"Version": "1.45.0" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "org.slf4j", | ||
"ArtifactId": "slf4j-simple", | ||
"Version": "2.0.0-alpha6" | ||
} | ||
}, | ||
"DevelopmentDependency": false | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "io.grpc", | ||
"ArtifactId": "grpc-testing", | ||
"Version": "1.45.0" | ||
} | ||
}, | ||
"DevelopmentDependency": true | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "junit", | ||
"ArtifactId": "junit", | ||
"Version": "4.13.1" | ||
} | ||
}, | ||
"DevelopmentDependency": true | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "org.powermock", | ||
"ArtifactId": "powermock-module-junit4", | ||
"Version": "2.0.9" | ||
} | ||
}, | ||
"DevelopmentDependency": true | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "maven", | ||
"Maven": { | ||
"GroupId": "org.powermock", | ||
"ArtifactId": "powermock-api-mockito2", | ||
"Version": "2.0.7" | ||
} | ||
}, | ||
"DevelopmentDependency": true | ||
} | ||
] | ||
} |