Skip to content

Commit

Permalink
remove useless dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeNinjaEvan committed Mar 18, 2020
1 parent fa19daf commit 0547b04
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions sun-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,31 +56,8 @@ task wrapper(type: Wrapper) {
}

dependencies {
compile 'org.elasticsearch:elasticsearch:6.3.2'
compile project(':sun-sdk')
testCompile group: 'junit', name: 'junit', version: '4.12'
compile group: 'com.beust', name: 'jcommander', version: '1.72'
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
compile group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.25'
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
compile 'com.maxmind.geoip2:geoip2:2.10.0'

// google grpc
compile group: 'io.grpc', name: 'grpc-netty', version: '1.9.0'
compile group: 'io.grpc', name: 'grpc-protobuf', version: '1.9.0'
compile group: 'io.grpc', name: 'grpc-stub', version: '1.9.0'

compile group: 'com.googlecode.protobuf-java-format', name: 'protobuf-java-format', version: '1.4'
compile "com.madgag.spongycastle:core:1.53.0.0"
compile "com.madgag.spongycastle:prov:1.53.0.0"
compile group: 'com.typesafe', name: 'config', version: '1.3.2'
compile "com.google.code.findbugs:jsr305:3.0.0"
compile group: 'com.typesafe', name: 'config', version: '1.3.2'
compile "org.springframework.cloud:spring-cloud-starter-consul-discovery:${springCloudConsulVersion}"
compile "org.apache.commons:commons-collections4:4.0"
compile "org.apache.commons:commons-lang3:3.4"
compile group: 'com.google.api.grpc', name: 'googleapis-common-protos', version: '0.0.3'
compile 'com.alibaba:fastjson:1.2.47'
}

run {
Expand Down

0 comments on commit 0547b04

Please sign in to comment.