mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-04 23:59:56 +00:00
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:
parent
230099e482
commit
6ff02b04a8
1 changed files with 14 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue