From 6ff02b04a842b0f71b410619cdcad47ba4cbd2d3 Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Wed, 3 Nov 2021 15:16:59 -0700 Subject: [PATCH] Add Java build/test dependancies JUnit and Google Protobuf Java to cgmanifest (#9641) Add Java build/test dependancies JUnit and Google Protobuf Java --- cgmanifests/cgmanifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/cgmanifests/cgmanifest.json b/cgmanifests/cgmanifest.json index ac0bf5dec5..ea66f0fbf1 100644 --- a/cgmanifests/cgmanifest.json +++ b/cgmanifests/cgmanifest.json @@ -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",