Skip to content

Commit 13aad98

Browse files
Cleanup
Signed-off-by: Bilyana Gospodinova <[email protected]>
1 parent b19e5aa commit 13aad98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web3/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ plugins {
1515
}
1616

1717
repositories {
18-
maven { url = uri("https://dl.cloudsmith.io/public/consensys/maven/maven/") }
1918
// Temporary repository added for com.hedera.cryptography snapshot dependencies
2019
maven { url = uri("https://central.sonatype.com/repository/maven-snapshots") }
2120
}
@@ -37,7 +36,6 @@ dependencies {
3736
implementation("org.springframework.boot:spring-boot-configuration-processor")
3837
implementation("org.springframework.boot:spring-boot-starter-web")
3938
implementation("org.springframework.retry:spring-retry")
40-
implementation("tech.pegasys:jc-kzg-4844")
4139
runtimeOnly("org.postgresql:postgresql")
4240
testImplementation(project(path = ":common", configuration = "testClasses"))
4341
testImplementation("io.vertx:vertx-core")

0 commit comments

Comments
 (0)