Skip to content

Commit

Permalink
move to SR1
Browse files Browse the repository at this point in the history
  • Loading branch information
aatarasoff committed Sep 4, 2018
1 parent 96c7b6e commit 000066e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package info.developerblog.spring.oneserver.client;

import org.springframework.beans.factory.annotation.Autowired;

import com.netflix.client.ClientException;
import info.developerblog.spring.oneserver.ribbon.OneLoadBalancerFactory;
import lombok.extern.slf4j.Slf4j;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
*/
@Slf4j
public class OneLoadBalancedHttpClient {
private final static IClientConfigKey<Integer> ONE_CLIENT_TIMEOUT =
new CommonClientConfigKey<Integer>("Timeout") {};

private ConcurrentMap<String, HttpClient> httpClients = Maps.newConcurrentMap();

private final int readTimeout;
Expand Down
10 changes: 2 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
buildscript {
ext {
springBootVersion = '2.0.0.RC2'
springBootVersion = '2.0.1.RELEASE'
}
repositories {
maven {
url 'https://repo.spring.io/libs-milestone'
}
jcenter()
}
dependencies {
Expand All @@ -27,15 +24,12 @@ allprojects {

repositories {
mavenLocal()
maven {
url 'https://repo.spring.io/libs-milestone'
}
jcenter()
}

dependencyManagement {
imports {
mavenBom 'org.springframework.cloud:spring-cloud-starter-parent:Finchley.M7'
mavenBom 'org.springframework.cloud:spring-cloud-starter-parent:Finchley.SR1'
}

dependencies {
Expand Down

0 comments on commit 000066e

Please sign in to comment.