File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ plugins {
1515}
1616
1717repositories {
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" )
You can’t perform that action at this time.
0 commit comments