Skip to content

Commit

Permalink
staterecovery: remove now not necessary localdev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnovais committed Dec 17, 2024
1 parent fe6c677 commit 112b91f
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions state-recover/appcore/logic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,6 @@ plugins {

group = 'build.linea.staterecover'

repositories {
// FIXME: temporary workaround until besu delivers final version
maven {
url = uri("https://maven.pkg.github.com/Gabriel-Trintinalia/besu")
credentials {
username = project.findProperty("gpr.user") ?: System.getenv("GITHUB_MAVEN_USERNAME")
password = project.findProperty("gpr.key") ?: System.getenv("GITHUB_MAVEN_TOKEN")
}
}
}

def wipBesuVersion = '24.10-develop-f9bd355'
//def wipBesuVersion = '24.10.0'

dependencies {
implementation("io.vertx:vertx-core:${libs.versions.vertx.get()}")
api(project(':jvm-libs:generic:extensions:kotlin'))
Expand All @@ -43,14 +29,3 @@ dependencies {
because "besu libs in the tests use slf4j"
}
}

configurations.all {
resolutionStrategy {
force "org.hyperledger.besu.internal:rlp:${wipBesuVersion}"
force "org.hyperledger.besu.internal:core:${wipBesuVersion}"
force "org.hyperledger.besu.internal:algorithms:${wipBesuVersion}"
force "org.hyperledger.besu:besu-datatypes:${wipBesuVersion}"
force "org.hyperledger.besu:plugin-api:${wipBesuVersion}"
force "org.hyperledger.besu:evm:${wipBesuVersion}"
}
}

0 comments on commit 112b91f

Please sign in to comment.