File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ repositories {
6565 maven { url " https://dl.bintray.com/ethereum/maven/" }
6666 maven { url " https://oss.sonatype.org/content/repositories/snapshots/" }
6767 maven { url ' https://repo.gradle.org/gradle/libs-releases' }
68- maven { url " https://artifacts.consensys.net/public/maven/maven/" }
6968}
7069
7170test {
@@ -104,8 +103,7 @@ dependencies {
104103 " org.apache.logging.log4j:log4j-core:$log4jVersion " ,
105104 " io.github.microutils:kotlin-logging:$kotlinLoggin " ,
106105 " com.github.docker-java:docker-java:$dockerJavaVersion " ,
107- " com.diogonunes:JCDP:$jcdpVersion " ,
108- " tech.pegasys:jc-kzg-4844:0.8.0"
106+ " com.diogonunes:JCDP:$jcdpVersion "
109107
110108 runtimeOnly " org.slf4j:slf4j-nop:$slf4jVersion "
111109
You can’t perform that action at this time.
0 commit comments