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",