Add Java build/test dependancies JUnit and Google Protobuf Java to cgmanifest (#9641)

Add Java build/test dependancies JUnit and Google Protobuf Java
This commit is contained in:
Dmitri Smirnov 2021-11-03 15:16:59 -07:00 committed by GitHub
parent 230099e482
commit 6ff02b04a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,19 @@
{
"Registrations": [
{
"component": {
"Type": "maven",
"maven": { "GroupId": "org.junit.platform", "ArtifactId": "junit-platform-console-standalone", "Version": "1.6.2" },
"DevelopmentDependency": true
}
},
{
"component": {
"Type": "maven",
"maven": { "GroupId": "com.google.protobuf", "ArtifactId": "protobuf-java", "Version": "3.9.2" },
"DevelopmentDependency": true
}
},
{
"component": {
"type": "git",