Skip to content

Commit

Permalink
Remove eureka2 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Bak committed Jan 14, 2016
1 parent 69fa711 commit b060db1
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 547 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ hystrix_version=1.4.3
guava_version=14.0.1
archaius_version=0.6.6
eureka_version=1.1.153
eureka2_version=2.0.0-rc.2
jersey_version=1.19

junit_version=4.12
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Apr 17 14:02:07 PDT 2015
#Thu Jan 14 14:18:34 PST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
6 changes: 0 additions & 6 deletions ribbon-eureka/build.gradle
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
configurations {
testCompile.exclude module: "eureka2-client-shaded"
}

dependencies {
compile project(':ribbon-core')
compile project(':ribbon-loadbalancer')
compile "com.netflix.eureka:eureka-client:${eureka_version}"
compile "com.netflix.eureka:eureka2-client-shaded:${eureka2_version}"
compile 'com.google.code.findbugs:annotations:2.0.0'
compile 'org.slf4j:slf4j-api:1.6.4'
compile "com.netflix.archaius:archaius-core:${archaius_version}"

testCompile "junit:junit:${junit_version}"
testCompile "org.powermock:powermock-easymock-release-full:${powermock_version}"
testCompile "org.easymock:easymock:${easymock_version}"
testCompile ("com.netflix.eureka:eureka2-testkit:${eureka2_version}")
}

This file was deleted.

This file was deleted.

Loading

0 comments on commit b060db1

Please sign in to comment.