forked from Netflix/ribbon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tomasz Bak
committed
Jan 14, 2016
1 parent
69fa711
commit b060db1
Showing
7 changed files
with
2 additions
and
547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}") | ||
} |
53 changes: 0 additions & 53 deletions
53
...eka/src/main/java/com/netflix/niws/loadbalancer/CompositeEurekaEnabledNIWSServerList.java
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
ribbon-eureka/src/main/java/com/netflix/niws/loadbalancer/Eureka2Clients.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.