mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
Merge remote-tracking branch 'origin/GP-5456_Dan_upgradeProtobuf--SQUASHED'
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
MODULE FILE LICENSE: lib/olcut-config-protobuf-5.2.0.jar BSD-2-ORACLE
|
||||
MODULE FILE LICENSE: lib/olcut-core-5.2.0.jar BSD-2-ORACLE
|
||||
MODULE FILE LICENSE: lib/protobuf-java-3.21.8.jar BSD-3-GOOGLE
|
||||
MODULE FILE LICENSE: lib/tribuo-classification-core-4.2.0.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/tribuo-classification-tree-4.2.0.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/tribuo-common-tree-4.2.0.jar Apache License 2.0
|
||||
|
||||
@@ -21,12 +21,13 @@ apply from: "$rootProject.projectDir/gradle/helpProject.gradle"
|
||||
apply plugin: 'eclipse'
|
||||
eclipse.project.name = 'Xtra MachineLearning'
|
||||
|
||||
def protobufVersion = getProperty("ghidra.protobuf.java.version")
|
||||
|
||||
dependencies {
|
||||
api project(':Base')
|
||||
|
||||
api "com.oracle.labs.olcut:olcut-config-protobuf:5.2.0" //{exclude group: "com.google.protobuf", module: "protobuf-java"}
|
||||
api ("com.oracle.labs.olcut:olcut-core:5.2.0") {exclude group: "org.jline"}
|
||||
api "com.google.protobuf:protobuf-java:3.21.8" //only needed for running junits
|
||||
api "org.tribuo:tribuo-classification-core:4.2.0"
|
||||
api "org.tribuo:tribuo-classification-tree:4.2.0"
|
||||
api "org.tribuo:tribuo-common-tree:4.2.0"
|
||||
@@ -36,10 +37,5 @@ dependencies {
|
||||
api ("org.tribuo:tribuo-util-onnx:4.2.0") //{exclude group: "com.google.protobuf", module: "protobuf-java"}
|
||||
|
||||
testImplementation project(path: ':SoftwareModeling', configuration: 'testArtifacts')
|
||||
|
||||
testImplementation "com.google.protobuf:protobuf-java:${protobufVersion}"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user