Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unused wiremock dependency #8318

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion acceptance-tests/dsl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ dependencies {
implementation 'org.web3j:abi'
implementation 'org.web3j:besu'
implementation 'org.web3j:crypto'
implementation 'org.wiremock:wiremock'

implementation 'org.junit.jupiter:junit-jupiter'
}
1 change: 0 additions & 1 deletion acceptance-tests/tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ dependencies {
testImplementation 'org.web3j:abi'
testImplementation 'org.web3j:besu'
testImplementation 'org.web3j:core'
testImplementation 'org.wiremock:wiremock'
testImplementation 'com.google.dagger:dagger'
testAnnotationProcessor 'com.google.dagger:dagger-compiler'
testImplementation project(path: ':acceptance-tests:tests:shanghai')
Expand Down
21 changes: 10 additions & 11 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,11 @@
<sha256 value="d23eda6a1c2c0bd25f8a3346cddeec43b51f75bf819b931eaa98326ea6447422" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.guava" name="guava" version="33.3.1-android">
<artifact name="guava-33.3.1-android.module">
<sha256 value="6971614ddeee003e54d2b69c6b0c94ce8a5b5eba980d16455c81df9089a7acb7" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.guava" name="guava" version="33.3.1-jre">
<artifact name="guava-33.3.1-jre.jar">
<sha256 value="4bf0e2c5af8e4525c96e8fde17a4f7307f97f8478f11c4c8e35a0e3298ae4e90" origin="Generated by Gradle"/>
Expand Down Expand Up @@ -987,6 +992,11 @@
<sha256 value="9095f6d8ee3765950207510785830cc2280e781067915fa99cfe1740d4865c14" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.guava" name="guava-parent" version="33.3.1-android">
<artifact name="guava-parent-33.3.1-android.pom">
<sha256 value="6e11986ea7250b51f847157e2dc937f32a306804dfce0007a5e81ddb9b95c579" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.guava" name="guava-parent" version="33.3.1-jre">
<artifact name="guava-parent-33.3.1-jre.pom">
<sha256 value="55441db27e8869dfefe053059bdf478bdc7e95585642bf391f0023345fd56287" origin="Generated by Gradle"/>
Expand Down Expand Up @@ -6044,17 +6054,6 @@
<sha256 value="7f47ad738c51cb5e9e346843aecb61ba33e08af4f314783692ca28d7d8fbfef8" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.wiremock" name="wiremock" version="3.9.1">
<artifact name="wiremock-3.9.1.jar">
<sha256 value="dfb86711fee9937c0c7df142ae1a57788fee50fa6a7dbbee0109e1a126cd9a8b" origin="Generated by Gradle"/>
</artifact>
<artifact name="wiremock-3.9.1.module">
<sha256 value="26bb93cfad111287ad2dbf0d3457db33a4c81145034c2a926534aafd151da19f" origin="Generated by Gradle"/>
</artifact>
<artifact name="wiremock-3.9.1.pom">
<sha256 value="7c69c0310000ff0114850fa7da01b1a471182354b2c331c3f553983b073fcc53" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.xerial.snappy" name="snappy-java" version="1.1.10.7">
<artifact name="snappy-java-1.1.10.7.jar">
<sha256 value="4c766cb3f855415ee734b2392949a0b6f12a60879334a74518deaf6270d32e36" origin="Generated by Gradle"/>
Expand Down
2 changes: 0 additions & 2 deletions platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ dependencies {

api 'org.springframework.security:spring-security-crypto:6.3.3'

api 'org.wiremock:wiremock:3.9.1'

api 'org.web3j:abi:4.12.2'
api 'org.web3j:besu:4.12.2'
api 'org.web3j:core:4.12.2'
Expand Down