Skip to content

Commit dc15aed

Browse files
committed
revert change to gradle dependency approach
Signed-off-by: Antoine Toulme <[email protected]>
1 parent 6f8c2a5 commit dc15aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabric-chaincode-shim/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
implementation group: 'org.json', name: 'json', version: '20180813'
5050
implementation group: 'com.google.protobuf', name: 'protobuf-java-util', version: '3.11.1'
5151
// 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'
52+
testImplementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
5353
implementation 'io.grpc:grpc-netty-shaded:1.31.1'
5454
implementation 'io.grpc:grpc-protobuf:1.31.1'
5555
implementation 'io.grpc:grpc-stub:1.31.1'

0 commit comments

Comments
 (0)