Skip to content

Commit

Permalink
Merge pull request Consensys#55 from ConsenSys/fix/migrate-to-officia…
Browse files Browse the repository at this point in the history
…l-web3j-release

Migrate to official Web3J release
  • Loading branch information
ermyas authored Nov 22, 2021
2 parents 075ad36 + a5d8f42 commit a218a77
Show file tree
Hide file tree
Showing 29 changed files with 9 additions and 157 deletions.
6 changes: 0 additions & 6 deletions application/atomic-appcontracts/erc20/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@

dependencies {
implementation files('../../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/tuples/build/libs/tuples-4.8.7-SNAPSHOT.jar')
implementation "io.reactivex.rxjava2:rxjava:${rxJavaVersion}"

testImplementation project (path: ':common')
Expand Down
7 changes: 0 additions & 7 deletions application/atomic-appcontracts/lockablestorage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@ dependencies {
implementation project(':mes-txroot-transfer')
implementation project(':mes-attestor-sign')

implementation files('../../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/tuples/build/libs/tuples-4.8.7-SNAPSHOT.jar')
implementation "io.reactivex.rxjava2:rxjava:${rxJavaVersion}"
// compile ('org.web3j:core:4.6.3')

// https://mvnrepository.com/artifact/org.apache.tuweni/tuweni-bytes
implementation group: 'org.apache.tuweni', name: 'tuweni-bytes', version: '1.0.0'
Expand Down
5 changes: 0 additions & 5 deletions application/gpact-examples/conditional/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ dependencies {

implementation group: 'com.google.guava', name: 'guava', version: guavaVersion

implementation files('../../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')

// https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxjava
implementation group: 'io.reactivex.rxjava2', name: 'rxjava', version: rxJavaVersion
Expand Down
5 changes: 0 additions & 5 deletions application/gpact-examples/erc20tokenbridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ dependencies {

implementation group: 'com.google.guava', name: 'guava', version: guavaVersion

implementation files('../../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')

// https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxjava
implementation group: 'io.reactivex.rxjava2', name: 'rxjava', version: rxJavaVersion
Expand Down
7 changes: 0 additions & 7 deletions application/gpact-examples/hotel-train/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ dependencies {

implementation group: 'com.google.guava', name: 'guava', version: guavaVersion

implementation files('../../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/tuples/build/libs/tuples-4.8.7-SNAPSHOT.jar')

// https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxjava
implementation group: 'io.reactivex.rxjava2', name: 'rxjava', version: rxJavaVersion

Expand Down
5 changes: 0 additions & 5 deletions application/gpact-examples/read/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ dependencies {

implementation group: 'com.google.guava', name: 'guava', version: guavaVersion

implementation files('../../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')

// https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxjava
implementation group: 'io.reactivex.rxjava2', name: 'rxjava', version: rxJavaVersion
Expand Down
5 changes: 0 additions & 5 deletions application/gpact-examples/trade/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ dependencies {

implementation group: 'com.google.guava', name: 'guava', version: guavaVersion

implementation files('../../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')

// https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxjava
implementation group: 'io.reactivex.rxjava2', name: 'rxjava', version: rxJavaVersion
Expand Down
6 changes: 0 additions & 6 deletions application/gpact-examples/utilpkey/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,5 @@ dependencies {
implementation project (':common')

implementation group: 'com.google.guava', name: 'guava', version: guavaVersion

implementation files('../../../../web3j-abi/abi/build/libs/abi.jar')
implementation files('../../../../web3j-abi/core/build/libs/core.jar')
implementation files('../../../../web3j-abi/crypto/build/libs/crypto.jar')
implementation files('../../../../web3j-abi/rlp/build/libs/rlp.jar')
implementation files('../../../../web3j-abi/utils/build/libs/utils.jar')
}

5 changes: 0 additions & 5 deletions application/gpact-examples/write/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ dependencies {

implementation group: 'com.google.guava', name: 'guava', version: guavaVersion

implementation files('../../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')

// https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxjava
implementation group: 'io.reactivex.rxjava2', name: 'rxjava', version: rxJavaVersion
Expand Down
5 changes: 0 additions & 5 deletions application/nonatomic-appcontracts/erc20bridge/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
dependencies {
implementation group: 'com.google.guava', name: 'guava', version: guavaVersion

implementation files('../../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')

// https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxjava
implementation group: 'io.reactivex.rxjava2', name: 'rxjava', version: rxJavaVersion
Expand Down
5 changes: 0 additions & 5 deletions application/nonatomic-appcontracts/erc721bridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ dependencies {

implementation group: 'com.google.guava', name: 'guava', version: guavaVersion

implementation files('../../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')

// https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxjava
implementation group: 'io.reactivex.rxjava2', name: 'rxjava', version: rxJavaVersion
Expand Down
5 changes: 0 additions & 5 deletions application/sfc-examples/erc20tokenbridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ dependencies {

implementation group: 'com.google.guava', name: 'guava', version: guavaVersion

implementation files('../../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')

// https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxjava
implementation group: 'io.reactivex.rxjava2', name: 'rxjava', version: rxJavaVersion
Expand Down
5 changes: 0 additions & 5 deletions application/sfc-examples/erc721tokenbridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ dependencies {

implementation group: 'com.google.guava', name: 'guava', version: guavaVersion

implementation files('../../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')

// https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxjava
implementation group: 'io.reactivex.rxjava2', name: 'rxjava', version: rxJavaVersion
Expand Down
5 changes: 0 additions & 5 deletions application/sfc-examples/write/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ dependencies {

implementation group: 'com.google.guava', name: 'guava', version: guavaVersion

implementation files('../../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')

// https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxjava
implementation group: 'io.reactivex.rxjava2', name: 'rxjava', version: rxJavaVersion
Expand Down
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ ext {
rxJavaVersion = '2.2.21'
guavaVersion = '31.0.1-jre'
junitVersion = '5.7.1'
web3jVersion = '4.8.9'
}

subprojects {
Expand All @@ -55,6 +56,13 @@ subprojects {
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: okHttpVersion
implementation group: 'com.squareup.okhttp3', name: 'logging-interceptor', version: okHttpVersion

implementation group: 'org.web3j', name: 'core', version: web3jVersion
implementation group: 'org.web3j', name: 'abi', version: web3jVersion
implementation group: 'org.web3j', name: 'rlp', version: web3jVersion
implementation group: 'org.web3j', name: 'utils', version: web3jVersion
implementation group: 'org.web3j', name: 'crypto', version: web3jVersion
implementation group: 'org.web3j', name: 'tuples', version: web3jVersion

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: junitVersion
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: junitVersion
}
Expand Down
6 changes: 0 additions & 6 deletions common/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ dependencies {

implementation group: 'com.google.guava', name: 'guava', version: guavaVersion

implementation files('../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')

implementation "org.bouncycastle:bcprov-jdk15on:1.69"

testImplementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
Expand Down
6 changes: 0 additions & 6 deletions common/commontest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ dependencies {

implementation group: 'com.google.guava', name: 'guava', version: guavaVersion

implementation files('../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')

implementation "org.bouncycastle:bcprov-jdk15on:1.65"

testImplementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
Expand Down
6 changes: 0 additions & 6 deletions common/examplehelpers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ dependencies {
implementation project (':gpact')
implementation project (':sfc')

implementation files('../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/tuples/build/libs/tuples-4.8.7-SNAPSHOT.jar')
implementation "io.reactivex.rxjava2:rxjava:${rxJavaVersion}"

// https://mvnrepository.com/artifact/org.apache.tuweni/tuweni-bytes
Expand Down
4 changes: 0 additions & 4 deletions common/openzeppelin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
dependencies {
implementation ('org.web3j:core:4.6.3')
}

task generateSources {
def script = "common/openzeppelin/gen.sh".execute()
script.waitForProcessOutput(System.out, System.err)
Expand Down
6 changes: 0 additions & 6 deletions functioncall/gpact/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ dependencies {
implementation project (':common')
implementation project (':mes-interface')

implementation files('../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/tuples/build/libs/tuples-4.8.7-SNAPSHOT.jar')
implementation "io.reactivex.rxjava2:rxjava:${rxJavaVersion}"

// https://mvnrepository.com/artifact/org.apache.tuweni/tuweni-bytes
Expand Down
6 changes: 0 additions & 6 deletions functioncall/interface/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ dependencies {
implementation project (':common')
implementation project (':mes-interface')

implementation files('../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/tuples/build/libs/tuples-4.8.7-SNAPSHOT.jar')
implementation "io.reactivex.rxjava2:rxjava:${rxJavaVersion}"

// https://mvnrepository.com/artifact/org.apache.tuweni/tuweni-bytes
Expand Down
6 changes: 0 additions & 6 deletions functioncall/sfc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ dependencies {
implementation project (':common')
implementation project (':mes-interface')

implementation files('../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/tuples/build/libs/tuples-4.8.7-SNAPSHOT.jar')
implementation "io.reactivex.rxjava2:rxjava:${rxJavaVersion}"

// https://mvnrepository.com/artifact/org.apache.tuweni/tuweni-bytes
Expand Down
6 changes: 0 additions & 6 deletions messaging/attestor-sign/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ dependencies {
implementation project (path: ':common')
implementation project (path: ':mes-interface')

implementation files('../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/tuples/build/libs/tuples-4.8.7-SNAPSHOT.jar')
implementation "io.reactivex.rxjava2:rxjava:${rxJavaVersion}"

// https://mvnrepository.com/artifact/org.apache.tuweni/tuweni-bytes
Expand Down
6 changes: 0 additions & 6 deletions messaging/interface/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ dependencies {
// https://mvnrepository.com/artifact/org.apache.tuweni/tuweni-units
implementation group: 'org.apache.tuweni', name: 'tuweni-units', version: '1.0.0'

implementation files('../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')

// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: jacksonVersion
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations
Expand Down
8 changes: 1 addition & 7 deletions messaging/txroot-transfer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ dependencies {
// https://mvnrepository.com/artifact/org.apache.tuweni/tuweni-units
implementation group: 'org.apache.tuweni', name: 'tuweni-units', version: '1.0.0'

implementation files('../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')

// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: jacksonVersion
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations
//implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.12.5'
Expand Down
7 changes: 0 additions & 7 deletions performance/base/singlebc-hotel-train/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ dependencies {

implementation group: 'com.google.guava', name: 'guava', version: guavaVersion

implementation files('../../../../web3j-abi/abi/build/libs/abi-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/core/build/libs/core-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/crypto/build/libs/crypto-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/rlp/build/libs/rlp-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/utils/build/libs/utils-4.8.7-SNAPSHOT.jar')
implementation files('../../../../web3j-abi/tuples/build/libs/tuples-4.8.7-SNAPSHOT.jar')

// https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxjava
implementation group: 'io.reactivex.rxjava2', name: 'rxjava', version: rxJavaVersion

Expand Down
Loading

0 comments on commit a218a77

Please sign in to comment.