Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit f64bf5a

Browse files
committed
FAB-12118 java chaincode groupid
Change-Id: Id680a72c22ca7e37d8e81b8f848a922df06ae4cd Signed-off-by: rickr <cr22rc@gmail.com>
1 parent f06b9ef commit f64bf5a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/test/fixture/sdkintegration/javacc/sample1/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'java'
44
}
55

6-
group 'org.hyperledger.fabric'
6+
group 'org.hyperledger.fabric-chaincode-java'
77
version '1.0-SNAPSHOT'
88

99
sourceCompatibility = 1.8
@@ -14,8 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
compile group: 'org.hyperledger.fabric', name: 'fabric-chaincode-shim', version: '1.3.0-SNAPSHOT'
18-
testCompile group: 'junit', name: 'junit', version: '4.12'
17+
compile group: 'org.hyperledger.fabric-chaincode-java', name: 'fabric-chaincode-shim', version: '1.3.0-SNAPSHOT'
1918
}
2019

2120
shadowJar {

0 commit comments

Comments
 (0)