Skip to content

Commit

Permalink
A transitive dependency is still sneaking in somehow
Browse files Browse the repository at this point in the history
Use strictly to force the issue.

Signed-off-by: Antony Denyer <git@antonydenyer.co.uk>
  • Loading branch information
antonydenyer committed Jul 26, 2022
1 parent d6ca11c commit 5033283
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions acceptance-tests/tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
* specific language governing permissions and limitations under the License.
*/

buildscript {
configurations.classpath { resolutionStrategy { force 'org.web3j:core:4.9.4' } }
}

plugins {
id 'org.web3j' version '4.9.2'
id 'org.web3j.solidity' version '0.3.5'
Expand Down Expand Up @@ -78,6 +74,10 @@ dependencies {
testImplementation 'org.web3j:besu'
testImplementation 'org.web3j:core'

implementation('org.web3j:core') {
version { strictly('4.9.4') }
}

testRuntimeOnly 'org.junit.vintage:junit-vintage-engine'
}

Expand Down

0 comments on commit 5033283

Please sign in to comment.