Skip to content

Commit

Permalink
FAB-12118 java chaincode groupid
Browse files Browse the repository at this point in the history
Change-Id: Id680a72c22ca7e37d8e81b8f848a922df06ae4cd
Signed-off-by: rickr <cr22rc@gmail.com>
  • Loading branch information
cr22rc committed Sep 24, 2018
1 parent f06b9ef commit f64bf5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/test/fixture/sdkintegration/javacc/sample1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'java'
}

group 'org.hyperledger.fabric'
group 'org.hyperledger.fabric-chaincode-java'
version '1.0-SNAPSHOT'

sourceCompatibility = 1.8
Expand All @@ -14,8 +14,7 @@ repositories {
}

dependencies {
compile group: 'org.hyperledger.fabric', name: 'fabric-chaincode-shim', version: '1.3.0-SNAPSHOT'
testCompile group: 'junit', name: 'junit', version: '4.12'
compile group: 'org.hyperledger.fabric-chaincode-java', name: 'fabric-chaincode-shim', version: '1.3.0-SNAPSHOT'
}

shadowJar {
Expand Down

0 comments on commit f64bf5a

Please sign in to comment.