mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 15:37:54 -05:00
Remove orion gradle dependency (#3275)
* remove orion dependencies * add direct dependencies Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user