Skip to content

Commit

Permalink
staterecovery: remove vertx from Uberjar (not necessary anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnovais committed Jan 21, 2025
1 parent 9a34d31 commit faad364
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions finalized-tag-updater/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ ext.groupsToIncludeInShadow = [
"org.jetbrains.kotlin:kotlin-reflect.*",
"org.jetbrains.kotlinx:kotlinx-datetime.*",
"tech.pegasys.teku.internal:async",
"io.vertx.*",
// this can be removed once Besu updates to Vertx 4.12+
"com.michael-bull.kotlin-result:kotlin-result.*",
"com.fasterxml.jackson.module:jackson-module-kotlin",
]
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ restassured = "5.3.0"
teku = "23.1.1"
tuweni = "2.4.2"
kotlinResult = "1.1.16"
vertx = "4.5.0"
vertx = "4.5.11"
web3j = "4.12.2"
wiremock = "3.0.1"
jsonUnit = "3.4.1"
Expand Down
2 changes: 0 additions & 2 deletions state-recovery/besu-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ ext.groupsToIncludeInShadow = [
"org.jetbrains.kotlin:kotlin-reflect.*",
"org.jetbrains.kotlinx:kotlinx-datetime.*",
"tech.pegasys.teku.internal:async",
"io.vertx.*",
// this can be removed once Besu updates to Vertx 4.12+
"com.michael-bull.kotlin-result:kotlin-result.*",
"com.fasterxml.jackson.module:jackson-module-kotlin",
]
Expand Down

0 comments on commit faad364

Please sign in to comment.