File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
iexec-blockchain-adapter-api-library Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ dependencies {
6363 implementation ' org.springframework.boot:spring-boot-starter-web'
6464
6565 // iexec
66+ implementation " com.iexec.commons:iexec-commons-poco:$iexecCommonsPocoVersion "
6667 implementation " com.iexec.common:iexec-common:$iexecCommonVersion "
6768
6869 // web3j bug required
Original file line number Diff line number Diff line change 11version =8.0.1
22iexecCommonVersion =8.0.0
3+ iexecCommonsPocoVersion =1.0.2
34
45nexusUser
56nexusPassword
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ plugins {
66}
77
88dependencies {
9+ implementation " com.iexec.commons:iexec-commons-poco:$iexecCommonsPocoVersion "
910 implementation " com.iexec.common:iexec-common:$iexecCommonVersion "
1011 testImplementation ' org.junit.jupiter:junit-jupiter:5.8.2'
1112}
You can’t perform that action at this time.
0 commit comments