Skip to content

Commit 2f6be19

Browse files
author
Simon Stone
committed
[FAB-6415] Remove cglib dependency
The cglib library is not used anywhere, so remove the dependency on the library. Signed-off-by: Simon Stone <[email protected]> Change-Id: I588faef2dd159949ffd92a284641a70abce55863
1 parent 56c533e commit 2f6be19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fabric-chaincode-shim/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ dependencies {
2222
compile 'org.bouncycastle:bcpkix-jdk15on:1.62'
2323
compile 'org.bouncycastle:bcprov-jdk15on:1.62'
2424
compile group: 'io.github.classgraph', name: 'classgraph', version: '4.8.47'
25-
compile group: 'cglib', name: 'cglib', version: '3.2.10'
2625
implementation 'com.github.everit-org.json-schema:org.everit.json.schema:1.11.1'
2726
implementation group: 'org.json', name: 'json', version: '20180813'
2827
// Required if using Java 11+ as no longer bundled in the core libraries

0 commit comments

Comments
 (0)