Skip to content

Commit

Permalink
Remove orion gradle dependency (hyperledger#3275)
Browse files Browse the repository at this point in the history
* remove orion dependencies
* add direct dependencies

Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla authored Jan 13, 2022
1 parent a6aec84 commit 1b172ae
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
1 change: 0 additions & 1 deletion acceptance-tests/dsl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dependencies {
implementation 'io.reactivex.rxjava2:rxjava'
implementation 'io.vertx:vertx-core'
implementation 'junit:junit'
implementation 'net.consensys:orion'
implementation 'org.apache.logging.log4j:log4j-api'
implementation 'org.apache.logging.log4j:log4j-core'
implementation 'org.apache.logging.log4j:log4j-slf4j-impl'
Expand Down
3 changes: 2 additions & 1 deletion acceptance-tests/tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ dependencies {
testImplementation 'io.opentracing:opentracing-api'
testImplementation 'io.opentracing:opentracing-util'
testImplementation 'io.jaegertracing:jaeger-client'
testImplementation 'io.vertx:vertx-core'
testImplementation 'junit:junit'
testImplementation 'net.consensys:orion'
testImplementation 'org.apache.commons:commons-compress'
testImplementation 'org.apache.logging.log4j:log4j-core'
testImplementation 'org.apache.tuweni:tuweni-crypto'
testImplementation 'org.assertj:assertj-core'
testImplementation 'org.awaitility:awaitility'
Expand Down
8 changes: 2 additions & 6 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@

dependencyManagement {
dependencies {
dependencySet(group: 'com.fasterxml.jackson.core', version: '2.13.1') {
entry 'jackson-databind'
entry 'jackson-datatype-jdk8'
}
dependency 'com.fasterxml.jackson.core:jackson-databind:2.13.1'
dependency 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.1'

dependency 'com.github.ben-manes.caffeine:caffeine:3.0.5'

Expand Down Expand Up @@ -103,8 +101,6 @@ dependencyManagement {

dependency 'junit:junit:4.13.2'

dependency 'net.consensys:orion:21.1.1'

dependency 'net.consensys.services:quorum-mainnet-launcher:1.0.1'

dependency 'net.java.dev.jna:jna:5.10.0'
Expand Down
1 change: 0 additions & 1 deletion privacy-contracts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

jar { enabled = true }
dependencies {
implementation 'net.consensys:orion'
implementation 'org.apache.tuweni:tuweni-bytes'
implementation 'org.apache.tuweni:tuweni-io'
implementation 'org.apache.tuweni:tuweni-toml'
Expand Down
3 changes: 2 additions & 1 deletion testutil/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ dependencies {
implementation project(':util')

implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.1'
implementation 'com.google.guava:guava'
implementation 'com.squareup.okhttp3:okhttp'
implementation 'io.vertx:vertx-core'
implementation 'junit:junit'
implementation 'net.consensys:orion'
implementation 'org.apache.tuweni:tuweni-bytes'
implementation 'org.apache.tuweni:tuweni-io'
implementation 'org.apache.tuweni:tuweni-toml'
Expand Down

0 comments on commit 1b172ae

Please sign in to comment.