@@ -32,7 +32,7 @@ allprojects {
3232
3333subprojects {
3434 apply plugin : ' java'
35- apply plugin : ' maven'
35+ apply plugin : ' maven-publish '
3636
3737 group = ' org.hyperledger.fabric-chaincode-java'
3838 version = rootProject. version
@@ -42,18 +42,18 @@ subprojects {
4242 targetCompatibility = 1.8
4343
4444 dependencies {
45- compile ' commons-cli: commons-cli: 1.4'
46- compile ' commons-logging: commons-logging: 1.2'
47- testImplementation ' org.junit.jupiter: junit-jupiter-api: 5.3.1'
48- testRuntimeOnly ' org.junit.jupiter: junit-jupiter-engine: 5.3.1'
49-
50- testCompile ' org.hamcrest: hamcrest-library: 1.3'
51- testCompile ' org.mockito: mockito-core: 2.23.0'
52- testCompile ' com.github.stefanbirkner: system-rules: 1.17.0'
53-
54- testCompileOnly ' junit: junit: 4.12'
55- testRuntimeOnly ' org.junit.vintage: junit-vintage-engine: 5.3.1'
56- testCompile ' org.assertj: assertj-core: 3.9.1'
45+ implementation group : ' commons-cli' , name : ' commons-cli' , version : ' 1.4'
46+ implementation group : ' commons-logging' , name : ' commons-logging' , version : ' 1.2'
47+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.3.1'
48+ testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 5.3.1'
49+
50+ testImplementation group : ' org.hamcrest' , name : ' hamcrest-library' , version : ' 1.3'
51+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 2.23.0'
52+ testImplementation group : ' com.github.stefanbirkner' , name : ' system-rules' , version : ' system-rules- 1.17.0'
53+
54+ testCompileOnly group : ' junit' , name : ' junit' , version : ' 4.12'
55+ testRuntimeOnly group : ' org.junit.vintage' , name : ' junit-vintage-engine' , version : ' 5.3.1'
56+ testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.9.1'
5757 }
5858
5959 if (! it. name. equals(' fabric-chaincode-protos' )) {
0 commit comments