Revert "add constraint for jnr-posix dependency (#3789)"

This reverts commit baed1ef02c.

Signed-off-by: Diego López León <dieguitoll@gmail.com>
bump_web3j
Diego López León 3 years ago
parent 94462a64f3
commit 3f7bba251d
No known key found for this signature in database
GPG Key ID: 1688910EC6300A60
  1. 4
      acceptance-tests/tests/build.gradle
  2. 6
      besu/build.gradle
  3. 6
      ethereum/p2p/build.gradle

@ -71,10 +71,6 @@ dependencies {
testImplementation 'org.testcontainers:testcontainers' testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.web3j:abi' testImplementation 'org.web3j:abi'
testImplementation 'org.web3j:besu' testImplementation 'org.web3j:besu'
testImplementation 'org.web3j:core'
constraints {
implementation('jnr-posix:3.1.15') { because '3.0.47 from web3j has issues' }
}
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine'
} }

@ -97,12 +97,6 @@ dependencies {
testImplementation 'org.mockito:mockito-core' testImplementation 'org.mockito:mockito-core'
testImplementation 'org.testcontainers:testcontainers' testImplementation 'org.testcontainers:testcontainers'
testImplementation 'tech.pegasys.discovery:discovery' testImplementation 'tech.pegasys.discovery:discovery'
constraints {
implementation('com.github.jnr:jnr-posix') {
version { require '3.1.15' }
because '3.0.47 from web3j has issues'
}
}
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine'
} }

@ -62,12 +62,6 @@ dependencies {
annotationProcessor "org.immutables:value" annotationProcessor "org.immutables:value"
implementation "org.immutables:value-annotations" implementation "org.immutables:value-annotations"
implementation 'tech.pegasys.discovery:discovery' implementation 'tech.pegasys.discovery:discovery'
constraints {
implementation('com.github.jnr:jnr-posix') {
version { require '3.1.15' }
because '3.0.47 from web3j has issues'
}
}
// test dependencies. // test dependencies.
testImplementation project(path: ':ethereum:core', configuration: 'testArtifacts') testImplementation project(path: ':ethereum:core', configuration: 'testArtifacts')

Loading…
Cancel
Save