diff --git a/chaincode/chaincode_example02/java/build.gradle b/chaincode/chaincode_example02/java/build.gradle index 1f45bcddbe..932a25b1de 100644 --- a/chaincode/chaincode_example02/java/build.gradle +++ b/chaincode/chaincode_example02/java/build.gradle @@ -8,7 +8,7 @@ plugins { id 'java' } -group 'org.hyperledger.fabric' +group 'org.hyperledger.fabric-chaincode-java' version '1.0-SNAPSHOT' sourceCompatibility = 1.8 @@ -19,7 +19,7 @@ repositories { } dependencies { - compile group: 'org.hyperledger.fabric', name: 'fabric-chaincode-shim', version: '1.3.0-SNAPSHOT' + compile group: 'org.hyperledger.fabric-chaincode-java', name: 'fabric-chaincode-shim', version: '1.3.0-SNAPSHOT' testCompile group: 'junit', name: 'junit', version: '4.12' }