We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8c2a5 commit dc15aedCopy full SHA for dc15aed
fabric-chaincode-shim/build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
implementation group: 'org.json', name: 'json', version: '20180813'
50
implementation group: 'com.google.protobuf', name: 'protobuf-java-util', version: '3.11.1'
51
// Required if using Java 11+ as no longer bundled in the core libraries
52
- testCompile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
+ testImplementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
53
implementation 'io.grpc:grpc-netty-shaded:1.31.1'
54
implementation 'io.grpc:grpc-protobuf:1.31.1'
55
implementation 'io.grpc:grpc-stub:1.31.1'
0 commit comments