AA
Size: a a a
AA
АК
А
AA
AA
F
А
A
A
A
+--- org.springframework.cloud:spring-cloud-starter-netflix-zuul:2.2.6.RELEASE
| +--- org.springframework.cloud:spring-cloud-netflix-zuul:2.2.6.RELEASE
| | +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.2.6.RELEASE
| | | +--- org.springframework.boot:spring-boot-autoconfigure:2.3.2.RELEASE -> 2.3.4.RELEASE (*)
| | | \--- org.springframework.boot:spring-boot-starter-aop:2.3.2.RELEASE -> 2.3.4.RELEASE
| | | +--- org.springframework.boot:spring-boot-starter:2.3.4.RELEASE (*)
| | | +--- org.springframework:spring-aop:5.2.9.RELEASE (*)
| | | \--- org.aspectj:aspectjweaver:1.9.6
| | +--- org.apache.httpcomponents:httpclient:4.5.12
| | | +--- org.apache.httpcomponents:httpcore:4.4.13
| | | \--- commons-codec:commons-codec:1.11 -> 1.14
| | +--- com.netflix.netflix-commons:netflix-commons-util:0.3.0
| | \--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.2.6.RELEASE
| | +--- org.springframework.cloud:spring-cloud-starter:2.2.6.RELEASE
| | | +--- org.springframework.boot:spring-boot-starter:2.3.2.RELEASE -> 2.3.4.RELEASE (*)
| | | +--- org.springframework.cloud:spring-cloud-context:2.2.6.RELEASE
| | | | \--- org.springframework.security:spring-security-crypto:5.3.3.RELEASE -> 5.3.4.RELEASE
| | | +--- org.springframework.cloud:spring-cloud-commons:2.2.6.RELEASE
| | | | \--- org.springframework.security:spring-security-crypto:5.3.3.RELEASE -> 5.3.4.RELEASE
| | | \--- org.springframework.security:spring-security-rsa:1.0.9.RELEASE
| | | \--- org.bouncycastle:bcpkix-jdk15on:1.64
| | | \--- org.bouncycastle:bcprov-jdk15on:1.64
| | +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.2.6.RELEASE (*)
| | +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.2.6.RELEASE
| | | \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.2.6.RELEASE
| | +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.2.6.RELEASE
| | | +--- org.springframework.cloud:spring-cloud-starter:2.2.6.RELEASE (*)
| | | +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.2.6.RELEASE (*)
| | | +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.2.6.RELEASE
| | | +--- com.netflix.archaius:archaius-core:0.7.6
| | | \--- commons-configuration:commons-configuration:1.8
| | | \--- commons-lang:commons-lang:2.6
| | +--- com.netflix.hystrix:hystrix-core:1.5.18
| | | +--- com.netflix.archaius:archaius-core:0.4.1 -> 0.7.6
| | | +--- io.reactivex:rxjava:1.2.0 -> 1.3.8
| | | \--- org.hdrhistogram:HdrHistogram:2.1.9 -> 2.1.12
| | +--- com.netflix.hystrix:hystrix-serialization:1.5.18
| | | +--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
| | | +--- com.fasterxml.jackson.core:jackson-core:2.7.5 -> 2.11.2
| | | +--- com.fasterxml.jackson.core:jackson-databind:2.7.5 -> 2.11.2 (*)
| | | \--- com.fasterxml.jackson.core:jackson-annotations:2.7.5 -> 2.11.2
| | +--- com.netflix.hystrix:hystrix-metrics-event-stream:1.5.18
| | | \--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
| | +--- com.netflix.hystrix:hystrix-javanica:1.5.18
| | | +--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
| | | +--- org.aspectj:aspectjweaver:1.8.6 -> 1.9.6
| | | \--- com.google.guava:guava:15.0 -> 30.0-android
DV
A
A
A
configurations {
all {
resolutionStrategy {
// old guava from zuul
force "com.google.guava:guava:${guava_version}"
}
}
A
Э
YG
V
YG
V