Skip to content

Commit

Permalink
Merge pull request #744 from ywy2090/master
Browse files Browse the repository at this point in the history
remove eth maven deps
  • Loading branch information
ywy2090 authored Jun 10, 2021
2 parents 7d28a2b + 9574092 commit 4b9a18d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ targetCompatibility = 1.8
repositories {
mavenCentral()
maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
maven { url 'https://dl.bintray.com/ethereum/maven/' }
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}

Expand Down Expand Up @@ -73,7 +72,7 @@ dependencies {
exclude module:"log4j"
}

compile 'org.ethereum:solcJ-all:0.4.25'
// compile 'org.ethereum:solcJ-all:0.4.25'
compile 'io.netty:netty-all:4.1.53.Final'
compile 'com.google.guava:guava:29.0-jre'
compile 'commons-configuration:commons-configuration:1.10'
Expand Down
3 changes: 1 addition & 2 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ targetCompatibility = 1.8
repositories {
mavenCentral()
maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
maven { url 'https://dl.bintray.com/ethereum/maven/' }
}

googleJavaFormat {
Expand Down Expand Up @@ -64,7 +63,7 @@ dependencies {
exclude module:"log4j"
}

compile 'org.ethereum:solcJ-all:0.4.25'
// compile 'org.ethereum:solcJ-all:0.4.25'
compile 'io.netty:netty-all:4.1.53.Final'
compile 'com.google.guava:guava:29.0-jre'
compile 'commons-configuration:commons-configuration:1.10'
Expand Down

0 comments on commit 4b9a18d

Please sign in to comment.