Skip to content

Commit

Permalink
Merge pull request #127 from NiteshKant/master
Browse files Browse the repository at this point in the history
Fixing build failures
  • Loading branch information
NiteshKant committed May 8, 2014
2 parents dce801b + 297643c commit ce4c2bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ ext.githubProjectName = 'eureka'

ext {
jerseyVersion="1.11"
governatorVersion="[1.2.7,2.0)"
archaiusVersion="[0.3,1.0)"
ribbonVersion="[0.3,0.4)"
blitzVersion="[1.18,2.0)"
governatorVersion="1.2.10"
archaiusVersion="0.6.0"
ribbonVersion="0.3.12"
blitzVersion="1.34"
}

buildscript {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response.Status;

import org.mortbay.log.Log;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public Name getName() {
"http://localhost:" + mockRemoteEurekaServer.getPort() +
MockRemoteEurekaServer.EUREKA_API_BASE_PATH);

client = new DiscoveryClient(builder.build(), new DefaultEurekaClientConfig(), new EventBusImpl());
client = new DiscoveryClient(builder.build(), new DefaultEurekaClientConfig());
ApplicationInfoManager.getInstance().initComponent(new MyDataCenterInstanceConfig());
registry = new InstanceRegistry() {

Expand Down

0 comments on commit ce4c2bc

Please sign in to comment.