File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
src/main/java/com/netflix/client
ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ dependencies {
33 api ' com.google.code.findbugs:annotations:2.0.0'
44 api " com.google.guava:guava:${ guava_version} "
55 api ' commons-configuration:commons-configuration:1.8'
6- api ' commons-lang:commons-lang:2.6'
76 api " com.netflix.archaius:archaius-core:${ archaius_version} "
87
98 api project(' :ribbon-core' )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dependencies {
22 api " org.slf4j:slf4j-api:${ slf4j_version} "
33 api ' com.google.code.findbugs:annotations:2.0.0'
44 api " com.google.guava:guava:${ guava_version} "
5- api ' commons-lang :commons-lang:2.6 '
5+ api ' org.apache. commons:commons-lang3:3.19.0 '
66
77 testImplementation ' junit:junit:4.11'
88 testImplementation " org.slf4j:slf4j-log4j12:${ slf4j_version} "
Original file line number Diff line number Diff line change 11package com .netflix .client .config ;
22
33import com .google .common .base .Preconditions ;
4- import org .apache .commons .lang .StringUtils ;
4+ import org .apache .commons .lang3 .StringUtils ;
55import org .slf4j .Logger ;
66import org .slf4j .LoggerFactory ;
77
Original file line number Diff line number Diff line change 2525import java .security .NoSuchAlgorithmException ;
2626import java .security .cert .CertificateException ;
2727
28- import org .apache .commons .lang .StringUtils ;
28+ import org .apache .commons .lang3 .StringUtils ;
2929import org .slf4j .Logger ;
3030import org .slf4j .LoggerFactory ;
3131
Original file line number Diff line number Diff line change 2828import com .netflix .servo .monitor .Monitors ;
2929import com .netflix .servo .monitor .Timer ;
3030import com .netflix .util .Pair ;
31- import org .apache .commons .lang .StringUtils ;
31+ import org .apache .commons .lang3 .StringUtils ;
3232import org .slf4j .Logger ;
3333import org .slf4j .LoggerFactory ;
3434
You can’t perform that action at this time.
0 commit comments