Skip to content

Commit

Permalink
FIX: ipa-multipoint build dependencies cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-quadratic committed Oct 31, 2023
1 parent ac163d0 commit ce91d5e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ipa-multipoint/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,13 @@ plugins {
}

dependencies {
implementation "com.google.guava:guava:16+"
implementation 'net.java.dev.jna:jna:5.12.1'
testImplementation 'org.apache.tuweni:tuweni-bytes:2.3.1'
testImplementation 'org.apache.tuweni:tuweni-units:2.3.1'
testImplementation 'org.apache.tuweni:tuweni-rlp:2.3.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.12.5'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
testImplementation 'org.assertj:assertj-core:3.22.0'
testImplementation 'org.mockito:mockito-core:4.4.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
}

test {
Expand Down

0 comments on commit ce91d5e

Please sign in to comment.