Skip to content

Commit

Permalink
Revert "add constraint for jnr-posix dependency (#3789)"
Browse files Browse the repository at this point in the history
This reverts commit baed1ef.

Signed-off-by: Diego López León <dieguitoll@gmail.com>
  • Loading branch information
diega committed May 11, 2022
1 parent bcde83a commit 6afbac1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
6 changes: 0 additions & 6 deletions acceptance-tests/tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ dependencies {
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.web3j:abi'
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'
}
Expand Down
8 changes: 0 additions & 8 deletions besu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,6 @@ dependencies {
testImplementation 'org.mockito:mockito-core'
testImplementation 'org.testcontainers:testcontainers'
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'
}
8 changes: 0 additions & 8 deletions ethereum/p2p/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ dependencies {
annotationProcessor "org.immutables:value"
implementation "org.immutables:value-annotations"
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.
testImplementation project(path: ':ethereum:core', configuration: 'testArtifacts')
Expand Down

0 comments on commit 6afbac1

Please sign in to comment.