spring-cloud / spring-cloud-netflix

Integration with Netflix OSS components
http://cloud.spring.io/spring-cloud-netflix/
Apache License 2.0
4.86k stars 2.44k forks source link

Eureka server fires java.lang.AbstractMethodError #3559

Closed mibrahim-iti closed 5 years ago

mibrahim-iti commented 5 years ago

Bug report Eureka server side

2019-06-11 20:38:27.218 ERROR 1 --- [io-8761-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet]    : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Filter execution threw an exception] with root cause

java.lang.AbstractMethodError: Receiver class com.sun.jersey.api.uri.UriBuilderImpl does not define or inherit an implementation of the resolved method abstract uri(Ljava/lang/String;)Ljavax/ws/rs/core/UriBuilder; of abstract class javax.ws.rs.core.UriBuilder.
    at javax.ws.rs.core.UriBuilder.fromUri(UriBuilder.java:120) ~[javax.ws.rs-api-2.1.jar:2.1]
    at com.sun.jersey.spi.container.servlet.ServletContainer.doFilter(ServletContainer.java:911) ~[jersey-servlet-1.19.1.jar:1.19.1]
    at com.sun.jersey.spi.container.servlet.ServletContainer.doFilter(ServletContainer.java:875) ~[jersey-servlet-1.19.1.jar:1.19.1]
    at com.sun.jersey.spi.container.servlet.ServletContainer.doFilter(ServletContainer.java:829) ~[jersey-servlet-1.19.1.jar:1.19.1]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:90) ~[spring-boot-actuator-2.1.3.RELEASE.jar:2.1.3.RELEASE]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) ~[spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) ~[spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) ~[spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) ~[spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) ~[spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:117) ~[spring-boot-actuator-2.1.3.RELEASE.jar:2.1.3.RELEASE]
    at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:106) ~[spring-boot-actuator-2.1.3.RELEASE.jar:2.1.3.RELEASE]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:834) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1415) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.16.jar:9.0.16]
    at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na]

Eureka client side error

2019-06-11 23:10:21.160  WARN 20320 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient    : DiscoveryClient_MS-GATEWAY/192.168.1.2:ms-gateway:8080 - registration failed Cannot execute request on any known server

com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server
    at com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient.execute(RetryableEurekaHttpClient.java:112) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$1.execute(EurekaHttpClientDecorator.java:59) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.SessionedEurekaHttpClient.execute(SessionedEurekaHttpClient.java:77) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.DiscoveryClient.register(DiscoveryClient.java:829) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.InstanceInfoReplicator.run(InstanceInfoReplicator.java:121) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.InstanceInfoReplicator$1.run(InstanceInfoReplicator.java:101) ~[eureka-client-1.9.8.jar:1.9.8]
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[na:na]
    at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[na:na]
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
    at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na]

2019-06-11 23:10:21.162  WARN 20320 --- [nfoReplicator-0] c.n.discovery.InstanceInfoReplicator     : There was a problem with the instance info replicator

com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server
    at com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient.execute(RetryableEurekaHttpClient.java:112) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$1.execute(EurekaHttpClientDecorator.java:59) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.SessionedEurekaHttpClient.execute(SessionedEurekaHttpClient.java:77) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.DiscoveryClient.register(DiscoveryClient.java:829) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.InstanceInfoReplicator.run(InstanceInfoReplicator.java:121) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.InstanceInfoReplicator$1.run(InstanceInfoReplicator.java:101) ~[eureka-client-1.9.8.jar:1.9.8]
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[na:na]
    at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[na:na]
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
    at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na]

2019-06-11 23:10:50.584 ERROR 20320 --- [tbeatExecutor-0] c.n.d.s.t.d.RedirectingEurekaHttpClient  : Request execution error. endpoint=DefaultEndpoint{ serviceUrl='http://blabla:BLA@nodeport.dev.mtpd.net:30761/eureka/}

javax.ws.rs.WebApplicationException: com.fasterxml.jackson.databind.exc.MismatchedInputException: Root name 'timestamp' does not match expected ('instance') for type [simple type, class com.netflix.appinfo.InstanceInfo]
 at [Source: (com.sun.jersey.client.apache4.ApacheHttpClient4Handler$HttpClientResponseInputStream); line: 1, column: 2]
    at com.netflix.discovery.provider.DiscoveryJerseyProvider.readFrom(DiscoveryJerseyProvider.java:110) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.sun.jersey.api.client.ClientResponse.getEntity(ClientResponse.java:634) ~[jersey-client-1.19.1.jar:1.19.1]
    at com.sun.jersey.api.client.ClientResponse.getEntity(ClientResponse.java:586) ~[jersey-client-1.19.1.jar:1.19.1]
    at com.netflix.discovery.shared.transport.jersey.AbstractJerseyEurekaHttpClient.sendHeartBeat(AbstractJerseyEurekaHttpClient.java:105) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$3.execute(EurekaHttpClientDecorator.java:92) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.MetricsCollectingEurekaHttpClient.execute(MetricsCollectingEurekaHttpClient.java:73) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.sendHeartBeat(EurekaHttpClientDecorator.java:89) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$3.execute(EurekaHttpClientDecorator.java:92) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.RedirectingEurekaHttpClient.executeOnNewServer(RedirectingEurekaHttpClient.java:118) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.RedirectingEurekaHttpClient.execute(RedirectingEurekaHttpClient.java:79) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.sendHeartBeat(EurekaHttpClientDecorator.java:89) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$3.execute(EurekaHttpClientDecorator.java:92) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient.execute(RetryableEurekaHttpClient.java:120) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.sendHeartBeat(EurekaHttpClientDecorator.java:89) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$3.execute(EurekaHttpClientDecorator.java:92) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.SessionedEurekaHttpClient.execute(SessionedEurekaHttpClient.java:77) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.sendHeartBeat(EurekaHttpClientDecorator.java:89) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.DiscoveryClient.renew(DiscoveryClient.java:846) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.DiscoveryClient$HeartbeatThread.run(DiscoveryClient.java:1405) ~[eureka-client-1.9.8.jar:1.9.8]
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[na:na]
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
    at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na]
Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Root name 'timestamp' does not match expected ('instance') for type [simple type, class com.netflix.appinfo.InstanceInfo]
 at [Source: (com.sun.jersey.client.apache4.ApacheHttpClient4Handler$HttpClientResponseInputStream); line: 1, column: 2]
    at com.fasterxml.jackson.databind.exc.MismatchedInputException.from(MismatchedInputException.java:59) ~[jackson-databind-2.9.8.jar:2.9.8]
    at com.fasterxml.jackson.databind.DeserializationContext.reportInputMismatch(DeserializationContext.java:1356) ~[jackson-databind-2.9.8.jar:2.9.8]
    at com.fasterxml.jackson.databind.ObjectReader._unwrapAndDeserialize(ObjectReader.java:1695) ~[jackson-databind-2.9.8.jar:2.9.8]
    at com.fasterxml.jackson.databind.ObjectReader._bindAndClose(ObjectReader.java:1608) ~[jackson-databind-2.9.8.jar:2.9.8]
    at com.fasterxml.jackson.databind.ObjectReader.readValue(ObjectReader.java:1188) ~[jackson-databind-2.9.8.jar:2.9.8]
    at com.netflix.discovery.converters.EurekaJacksonCodec.readValue(EurekaJacksonCodec.java:197) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.converters.wrappers.CodecWrappers$LegacyJacksonJson.decode(CodecWrappers.java:314) ~[eureka-client-1.9.8.jar:1.9.8]
    at com.netflix.discovery.provider.DiscoveryJerseyProvider.readFrom(DiscoveryJerseyProvider.java:103) ~[eureka-client-1.9.8.jar:1.9.8]
    ... 23 common frames omitted

2019-06-11 23:10:50.584  WARN 20320 --- [tbeatExecutor-0] c.n.d.s.t.d.RetryableEurekaHttpClient    : Request execution failed with message: com.fasterxml.jackson.databind.exc.MismatchedInputException: Root name 'timestamp' does not match expected ('instance') for type [simple type, class com.netflix.appinfo.InstanceInfo]
 at [Source: (com.sun.jersey.client.apache4.ApacheHttpClient4Handler$HttpClientResponseInputStream); line: 1, column: 2]
2019-06-11 23:10:50.585 ERROR 20320 --- [tbeatExecutor-0] com.netflix.discovery.DiscoveryClient    : DiscoveryClient_MS-GATEWAY/192.168.1.2:ms-gateway:8080 - was unable to send heartbeat!

Note: i am using Spring boot version 2.1.5.RELEASE and and latest netflix-eureka-server version with Spring cloud version Greenwich.SR1

spencergibb commented 5 years ago

You've got some mismatched version somewhere

mibrahim-iti commented 5 years ago

@spencergibb these are my dependencies in server and client Server

dependencies {
    compile('org.springframework.boot:spring-boot-starter-web')
    compile('org.springframework.boot:spring-boot-starter-security')
    compile('org.springframework.boot:spring-boot-starter-validation')
    compile('org.springframework.boot:spring-boot-starter-actuator')
    compile('org.springframework.boot:spring-boot-starter-jersey')
    compile('org.springframework.cloud:spring-cloud-starter-config')
    compile('org.springframework.cloud:spring-cloud-starter-netflix-eureka-server')

    compile('io.micrometer:micrometer-core:1.1.1')
    compile('io.micrometer:micrometer-registry-prometheus:1.1.1')

    // JDK 11 JaxB error fix
    compile('org.glassfish.jaxb:jaxb-runtime')
}

Client

dependencies {
    compile('org.springframework.cloud:spring-cloud-starter-config')
    compile('org.springframework.boot:spring-boot-starter-actuator')
    compile('io.micrometer:micrometer-core:1.1.1')
    compile('io.micrometer:micrometer-registry-prometheus:1.1.1')

    compile('net.sf.dozer:dozer:5.5.1')
    compile('javax.json:javax.json-api:1.1.2')
    compile('org.glassfish:javax.json:1.1.2')
    compile('biz.paluch.redis:lettuce:4.5.0.Final')
    compile('org.pacesys:openstack4j-core:3.1.0')
    compile('org.pacesys.openstack4j.connectors:openstack4j-httpclient:3.1.0')

    compile('org.springframework.cloud:spring-cloud-starter-netflix-zuul')
    compile('org.springframework.cloud:spring-cloud-starter-netflix-eureka-client')

    runtime('org.springframework.boot:spring-boot-devtools')

    testCompile('org.springframework.boot:spring-boot-starter-test')
    testCompile('org.springframework.security:spring-security-test')
}
mibrahim-iti commented 5 years ago

Also these are my dependencyManagement Server

dependencyManagement {
    imports {
        mavenBom "org.springframework.cloud:spring-cloud-dependencies:Greenwich.SR1"
        mavenBom("org.springframework.boot:spring-boot-dependencies:2.1.5.RELEASE")
                mavenBom 'org.springframework.cloud:spring-cloud-netflix:2.1.1.RELEASE'
    }
}

Client

dependencyManagement {
    imports {
        mavenBom "org.springframework.cloud:spring-cloud-dependencies:Greenwich.SR1"
        mavenBom("org.springframework.boot:spring-boot-dependencies:2.1.5.RELEASE")
    }
}
spencergibb commented 5 years ago

Not so much what you have defined, but what gets resolved. Need the output of the dependency tree

mibrahim-iti commented 5 years ago

@spencergibb here it's

Server

compile - Dependencies for source set 'main' (deprecated, use 'implementation' instead).
+--- org.springframework.boot:spring-boot-starter-web -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:2.1.3.RELEASE
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE
|    |    |    |    \--- org.springframework:spring-jcl:5.1.5.RELEASE
|    |    |    \--- org.springframework:spring-context:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE
|    |    |         |    +--- org.springframework:spring-beans:5.1.5.RELEASE
|    |    |         |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-expression:5.1.5.RELEASE
|    |    |              \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
|    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
|    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
|    |    |         \--- org.slf4j:slf4j-api:1.7.25
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    \--- org.yaml:snakeyaml:1.23
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.16
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    +--- org.hibernate.validator:hibernate-validator:6.0.14.Final
|    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    \--- org.springframework:spring-webmvc:5.1.5.RELEASE
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-security -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    +--- org.springframework.security:spring-security-config:5.1.4.RELEASE
|    |    +--- org.springframework.security:spring-security-core:5.1.4.RELEASE
|    |    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    \--- org.springframework.security:spring-security-web:5.1.4.RELEASE
|         +--- org.springframework.security:spring-security-core:5.1.4.RELEASE (*)
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-validation -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    \--- org.hibernate.validator:hibernate-validator:6.0.14.Final (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8 (*)
|    \--- io.micrometer:micrometer-core:1.1.3 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- org.springframework.boot:spring-boot-starter-jersey -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-validation:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    +--- org.glassfish.jersey.core:jersey-server:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- org.glassfish.jersey.core:jersey-client:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    \--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    +--- org.glassfish.jersey.media:jersey-media-jaxb:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    \--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.containers:jersey-container-servlet:2.27
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-bean-validation:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-spring4:2.27
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- org.glassfish.jersey.inject:jersey-hk2:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:hk2-locator:2.5.0-b42
|    |    |         +--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-api:2.5.0-b42
|    |    |         |    +--- javax.inject:javax.inject:1
|    |    |         |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42
|    |    |         |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         |    |    \--- javax.inject:javax.inject:1
|    |    |         |    \--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |         +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         \--- org.javassist:javassist:3.22.0-CR2
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.hk2:hk2:2.5.0-b42
|    |    |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:config-types:2.5.0-b42
|    |    |    |    \--- org.glassfish.hk2:hk2-config:2.5.0-b42
|    |    |    |         \--- org.glassfish.hk2:hk2-core:2.5.0-b42
|    |    |    |              +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |              \--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-core:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-config:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-runlevel:2.5.0-b42
|    |    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |    \--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:class-model:2.5.0-b42
|    |    |         \--- org.glassfish.hk2.external:asm-all-repackaged:2.5.0-b42
|    |    +--- org.glassfish.hk2:spring-bridge:2.5.0-b42
|    |    |    \--- org.springframework:spring-context:4.3.9.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-web:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    \--- org.glassfish.jersey.media:jersey-media-json-jackson:2.27
|         +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|         +--- org.glassfish.jersey.ext:jersey-entity-filtering:2.27
|         |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|         +--- com.fasterxml.jackson.core:jackson-annotations:2.8.10 -> 2.9.0
|         +--- com.fasterxml.jackson.core:jackson-databind:2.8.10 -> 2.9.8 (*)
|         \--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.8.10 -> 2.9.8
|              +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|              +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|              \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-server -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-eureka-server:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-freemarker:2.1.3.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |    +--- org.freemarker:freemarker:2.3.28
|    |    |    \--- org.springframework:spring-context-support:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.2
|    |    +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |    +--- com.netflix.eureka:eureka-client:1.9.8
|    |    |    +--- org.codehaus.jettison:jettison:1.3.7
|    |    |    |    \--- stax:stax-api:1.0.1
|    |    |    +--- com.netflix.netflix-commons:netflix-eventbus:0.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    +--- com.netflix.netflix-commons:netflix-infix:0.3.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- commons-jxpath:commons-jxpath:1.3
|    |    |    |    |    +--- joda-time:joda-time:2.3 -> 2.10.1
|    |    |    |    |    +--- org.antlr:antlr-runtime:3.4
|    |    |    |    |    |    +--- org.antlr:stringtemplate:3.2.1
|    |    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    |    +--- com.google.guava:guava:14.0.1 -> 19.0
|    |    |    |    |    \--- com.google.code.gson:gson:2.1 -> 2.8.5
|    |    |    |    +--- com.netflix.servo:servo-core:0.5.3 -> 0.12.21
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
|    |    |    |    |    \--- com.google.guava:guava:19.0
|    |    |    |    +--- com.netflix.archaius:archaius-core:0.3.3 -> 0.7.6
|    |    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    |    +--- commons-configuration:commons-configuration:1.8
|    |    |    |    |    |    \--- commons-lang:commons-lang:2.6
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- com.google.guava:guava:16.0 -> 19.0
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.4.3 -> 2.9.0
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.4.3 -> 2.9.8
|    |    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.4.3 -> 2.9.8 (*)
|    |    |    |    \--- org.apache.commons:commons-math:2.2
|    |    |    +--- com.thoughtworks.xstream:xstream:1.4.10
|    |    |    |    +--- xmlpull:xmlpull:1.1.3.1
|    |    |    |    \--- xpp3:xpp3_min:1.1.4c
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.netflix.servo:servo-core:0.12.21 (*)
|    |    |    +--- com.sun.jersey:jersey-core:1.19.1
|    |    |    |    \--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1
|    |    |    |    \--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.1.1 -> 4.5.7
|    |    |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.11
|    |    |    |    |    \--- commons-codec:commons-codec:1.11
|    |    |    |    \--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.7 (*)
|    |    |    +--- com.google.inject:guice:4.1.0
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- aopalliance:aopalliance:1.0
|    |    |    |    \--- com.google.guava:guava:19.0
|    |    |    +--- com.github.vlsi.compactmap:compactmap:1.2.1
|    |    |    |    \--- com.github.andrewoma.dexx:dexx-collections:0.2
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.4 -> 2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.4 -> 2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.8 (*)
|    |    +--- com.sun.jersey:jersey-servlet:1.19.1
|    |    |    \--- com.sun.jersey:jersey-server:1.19.1
|    |    |         \--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    +--- com.sun.jersey:jersey-server:1.19.1 (*)
|    |    +--- com.netflix.eureka:eureka-core:1.9.8
|    |    |    +--- com.netflix.eureka:eureka-client:1.9.8 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.277 -> 1.11.415
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.5.5 -> 4.5.7 (*)
|    |    |    |    +--- software.amazon.ion:ion-java:1.0.2
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.6.7.1 -> 2.9.8 (*)
|    |    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.6.7 -> 2.9.8
|    |    |    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- joda-time:joda-time:2.8.1 -> 2.10.1
|    |    |    +--- com.amazonaws:aws-java-sdk-ec2:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415
|    |    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.6.7.1 -> 2.9.8 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-autoscaling:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-sts:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-route53:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    |    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.4 -> 2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    |    +--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.9.8 (*)
|    |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    |    |    \--- com.fasterxml.woodstox:woodstox-core:5.0.3
|    |    |    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    |    \--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
|    |    |         +--- javax.xml.stream:stax-api:1.0-2
|    |    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- javax.inject:javax.inject:1
|    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.8 (*)
|    |    \--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    \--- commons-configuration:commons-configuration:1.8 (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    +--- com.google.guava:guava:16.0 -> 19.0
|    |    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    |    +--- commons-lang:commons-lang:2.6
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-transport:2.3.0
|    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    |    +--- com.netflix.netflix-commons:netflix-statistics:0.1.1
|    |    |    |    |    |    \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.9 -> 1.2.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0
|    |    |    |    |         +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |         \--- javax.inject:javax.inject:1
|    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    +--- io.reactivex:rxnetty:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
|    |    |    |    +--- io.reactivex:rxnetty-contexts:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    +--- io.reactivex:rxnetty-servo:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    |    \--- com.netflix.servo:servo-core:0.7.5 -> 0.12.21 (*)
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.hystrix:hystrix-core:1.4.3 -> 1.5.18
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.0 -> 1.7.25
|    |    |    |    +--- com.netflix.archaius:archaius-core:0.4.1 -> 0.7.6 (*)
|    |    |    |    +--- io.reactivex:rxjava:1.2.0
|    |    |    |    \--- org.hdrhistogram:HdrHistogram:2.1.9
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    |    +--- commons-collections:commons-collections:3.2.2
|    |    |    +--- org.apache.httpcomponents:httpclient:4.2.1 -> 4.5.7 (*)
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1 (*)
|    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    \--- io.reactivex:rxjava:1.2.0
|    \--- com.netflix.ribbon:ribbon-eureka:2.3.0
|         +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|         +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|         +--- com.netflix.eureka:eureka-client:1.7.2 -> 1.9.8 (*)
|         +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|         \--- com.netflix.archaius:archaius-core:0.7.6 (*)
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
\--- org.glassfish.jaxb:jaxb-runtime -> 2.3.1
     +--- javax.xml.bind:jaxb-api:2.3.1
     |    \--- javax.activation:javax.activation-api:1.2.0
     +--- org.glassfish.jaxb:txw2:2.3.1
     +--- com.sun.istack:istack-commons-runtime:3.0.7
     +--- org.jvnet.staxex:stax-ex:1.8
     +--- com.sun.xml.fastinfoset:FastInfoset:1.2.15
     \--- javax.activation:javax.activation-api:1.2.0

compileClasspath - Compile classpath for source set 'main'.
+--- org.springframework.boot:spring-boot-starter-web -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:2.1.3.RELEASE
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE
|    |    |    |    \--- org.springframework:spring-jcl:5.1.5.RELEASE
|    |    |    \--- org.springframework:spring-context:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE
|    |    |         |    +--- org.springframework:spring-beans:5.1.5.RELEASE
|    |    |         |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-expression:5.1.5.RELEASE
|    |    |              \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
|    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
|    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
|    |    |         \--- org.slf4j:slf4j-api:1.7.25
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.16
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    +--- org.hibernate.validator:hibernate-validator:6.0.14.Final
|    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    \--- org.springframework:spring-webmvc:5.1.5.RELEASE
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-security -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    +--- org.springframework.security:spring-security-config:5.1.4.RELEASE
|    |    +--- org.springframework.security:spring-security-core:5.1.4.RELEASE
|    |    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    \--- org.springframework.security:spring-security-web:5.1.4.RELEASE
|         +--- org.springframework.security:spring-security-core:5.1.4.RELEASE (*)
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-validation -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    \--- org.hibernate.validator:hibernate-validator:6.0.14.Final (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    \--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    \--- io.micrometer:micrometer-core:1.1.3 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- org.springframework.boot:spring-boot-starter-jersey -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-validation:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    +--- org.glassfish.jersey.core:jersey-server:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- org.glassfish.jersey.core:jersey-client:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    \--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    +--- org.glassfish.jersey.media:jersey-media-jaxb:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    \--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.containers:jersey-container-servlet:2.27
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-bean-validation:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-spring4:2.27
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- org.glassfish.jersey.inject:jersey-hk2:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:hk2-locator:2.5.0-b42
|    |    |         +--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-api:2.5.0-b42
|    |    |         |    +--- javax.inject:javax.inject:1
|    |    |         |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42
|    |    |         |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         |    |    \--- javax.inject:javax.inject:1
|    |    |         |    \--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |         +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         \--- org.javassist:javassist:3.22.0-CR2
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.hk2:hk2:2.5.0-b42
|    |    |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:config-types:2.5.0-b42
|    |    |    |    \--- org.glassfish.hk2:hk2-config:2.5.0-b42
|    |    |    |         \--- org.glassfish.hk2:hk2-core:2.5.0-b42
|    |    |    |              +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |              \--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-core:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-config:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-runlevel:2.5.0-b42
|    |    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |    \--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:class-model:2.5.0-b42
|    |    |         \--- org.glassfish.hk2.external:asm-all-repackaged:2.5.0-b42
|    |    +--- org.glassfish.hk2:spring-bridge:2.5.0-b42
|    |    |    \--- org.springframework:spring-context:4.3.9.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-web:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    \--- org.glassfish.jersey.media:jersey-media-json-jackson:2.27
|         +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|         +--- org.glassfish.jersey.ext:jersey-entity-filtering:2.27
|         |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|         +--- com.fasterxml.jackson.core:jackson-annotations:2.8.10 -> 2.9.0
|         +--- com.fasterxml.jackson.core:jackson-databind:2.8.10 -> 2.9.8 (*)
|         \--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.8.10 -> 2.9.8
|              +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|              +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|              \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-server -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-eureka-server:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-freemarker:2.1.3.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |    +--- org.freemarker:freemarker:2.3.28
|    |    |    \--- org.springframework:spring-context-support:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.2
|    |    +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |    +--- com.netflix.eureka:eureka-client:1.9.8
|    |    +--- com.sun.jersey:jersey-servlet:1.19.1
|    |    |    \--- com.sun.jersey:jersey-server:1.19.1
|    |    |         \--- com.sun.jersey:jersey-core:1.19.1
|    |    |              \--- javax.ws.rs:jsr311-api:1.1.1
|    |    +--- com.sun.jersey:jersey-server:1.19.1 (*)
|    |    +--- com.netflix.eureka:eureka-core:1.9.8
|    |    +--- com.netflix.archaius:archaius-core:0.7.6
|    |    +--- javax.inject:javax.inject:1
|    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.9.8 (*)
|    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    |    \--- com.fasterxml.woodstox:woodstox-core:5.0.3
|    |    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    \--- com.thoughtworks.xstream:xstream:1.4.10
|    |         +--- xmlpull:xmlpull:1.1.3.1
|    |         \--- xpp3:xpp3_min:1.1.4c
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- com.netflix.archaius:archaius-core:0.7.6
|    |    \--- commons-configuration:commons-configuration:1.8
|    |         \--- commons-lang:commons-lang:2.6
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    \--- io.reactivex:rxjava:1.2.0
|    \--- com.netflix.ribbon:ribbon-eureka:2.3.0
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
\--- org.glassfish.jaxb:jaxb-runtime -> 2.3.1
     +--- javax.xml.bind:jaxb-api:2.3.1
     |    \--- javax.activation:javax.activation-api:1.2.0
     +--- org.glassfish.jaxb:txw2:2.3.1
     +--- com.sun.istack:istack-commons-runtime:3.0.7
     +--- org.jvnet.staxex:stax-ex:1.8
     +--- com.sun.xml.fastinfoset:FastInfoset:1.2.15
     \--- javax.activation:javax.activation-api:1.2.0

compileOnly - Compile only dependencies for source set 'main'.
No dependencies

default - Configuration for default artifacts.
+--- org.springframework.boot:spring-boot-starter-web -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:2.1.3.RELEASE
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE
|    |    |    |    \--- org.springframework:spring-jcl:5.1.5.RELEASE
|    |    |    \--- org.springframework:spring-context:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE
|    |    |         |    +--- org.springframework:spring-beans:5.1.5.RELEASE
|    |    |         |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-expression:5.1.5.RELEASE
|    |    |              \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
|    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
|    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
|    |    |         \--- org.slf4j:slf4j-api:1.7.25
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    \--- org.yaml:snakeyaml:1.23
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.16
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    +--- org.hibernate.validator:hibernate-validator:6.0.14.Final
|    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    \--- org.springframework:spring-webmvc:5.1.5.RELEASE
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-security -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    +--- org.springframework.security:spring-security-config:5.1.4.RELEASE
|    |    +--- org.springframework.security:spring-security-core:5.1.4.RELEASE
|    |    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    \--- org.springframework.security:spring-security-web:5.1.4.RELEASE
|         +--- org.springframework.security:spring-security-core:5.1.4.RELEASE (*)
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-validation -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    \--- org.hibernate.validator:hibernate-validator:6.0.14.Final (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8 (*)
|    \--- io.micrometer:micrometer-core:1.1.3 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- org.springframework.boot:spring-boot-starter-jersey -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-validation:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    +--- org.glassfish.jersey.core:jersey-server:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- org.glassfish.jersey.core:jersey-client:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    \--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    +--- org.glassfish.jersey.media:jersey-media-jaxb:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    \--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.containers:jersey-container-servlet:2.27
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-bean-validation:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-spring4:2.27
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- org.glassfish.jersey.inject:jersey-hk2:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:hk2-locator:2.5.0-b42
|    |    |         +--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-api:2.5.0-b42
|    |    |         |    +--- javax.inject:javax.inject:1
|    |    |         |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42
|    |    |         |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         |    |    \--- javax.inject:javax.inject:1
|    |    |         |    \--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |         +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         \--- org.javassist:javassist:3.22.0-CR2
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.hk2:hk2:2.5.0-b42
|    |    |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:config-types:2.5.0-b42
|    |    |    |    \--- org.glassfish.hk2:hk2-config:2.5.0-b42
|    |    |    |         \--- org.glassfish.hk2:hk2-core:2.5.0-b42
|    |    |    |              +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |              \--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-core:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-config:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-runlevel:2.5.0-b42
|    |    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |    \--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:class-model:2.5.0-b42
|    |    |         \--- org.glassfish.hk2.external:asm-all-repackaged:2.5.0-b42
|    |    +--- org.glassfish.hk2:spring-bridge:2.5.0-b42
|    |    |    \--- org.springframework:spring-context:4.3.9.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-web:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    \--- org.glassfish.jersey.media:jersey-media-json-jackson:2.27
|         +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|         +--- org.glassfish.jersey.ext:jersey-entity-filtering:2.27
|         |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|         +--- com.fasterxml.jackson.core:jackson-annotations:2.8.10 -> 2.9.0
|         +--- com.fasterxml.jackson.core:jackson-databind:2.8.10 -> 2.9.8 (*)
|         \--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.8.10 -> 2.9.8
|              +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|              +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|              \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-server -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-eureka-server:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-freemarker:2.1.3.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |    +--- org.freemarker:freemarker:2.3.28
|    |    |    \--- org.springframework:spring-context-support:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.2
|    |    +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |    +--- com.netflix.eureka:eureka-client:1.9.8
|    |    |    +--- org.codehaus.jettison:jettison:1.3.7
|    |    |    |    \--- stax:stax-api:1.0.1
|    |    |    +--- com.netflix.netflix-commons:netflix-eventbus:0.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    +--- com.netflix.netflix-commons:netflix-infix:0.3.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- commons-jxpath:commons-jxpath:1.3
|    |    |    |    |    +--- joda-time:joda-time:2.3 -> 2.10.1
|    |    |    |    |    +--- org.antlr:antlr-runtime:3.4
|    |    |    |    |    |    +--- org.antlr:stringtemplate:3.2.1
|    |    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    |    +--- com.google.guava:guava:14.0.1 -> 19.0
|    |    |    |    |    \--- com.google.code.gson:gson:2.1 -> 2.8.5
|    |    |    |    +--- com.netflix.servo:servo-core:0.5.3 -> 0.12.21
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
|    |    |    |    |    \--- com.google.guava:guava:19.0
|    |    |    |    +--- com.netflix.archaius:archaius-core:0.3.3 -> 0.7.6
|    |    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    |    +--- commons-configuration:commons-configuration:1.8
|    |    |    |    |    |    \--- commons-lang:commons-lang:2.6
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- com.google.guava:guava:16.0 -> 19.0
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.4.3 -> 2.9.0
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.4.3 -> 2.9.8
|    |    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.4.3 -> 2.9.8 (*)
|    |    |    |    \--- org.apache.commons:commons-math:2.2
|    |    |    +--- com.thoughtworks.xstream:xstream:1.4.10
|    |    |    |    +--- xmlpull:xmlpull:1.1.3.1
|    |    |    |    \--- xpp3:xpp3_min:1.1.4c
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.netflix.servo:servo-core:0.12.21 (*)
|    |    |    +--- com.sun.jersey:jersey-core:1.19.1
|    |    |    |    \--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1
|    |    |    |    \--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.1.1 -> 4.5.7
|    |    |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.11
|    |    |    |    |    \--- commons-codec:commons-codec:1.11
|    |    |    |    \--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.7 (*)
|    |    |    +--- com.google.inject:guice:4.1.0
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- aopalliance:aopalliance:1.0
|    |    |    |    \--- com.google.guava:guava:19.0
|    |    |    +--- com.github.vlsi.compactmap:compactmap:1.2.1
|    |    |    |    \--- com.github.andrewoma.dexx:dexx-collections:0.2
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.4 -> 2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.4 -> 2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.8 (*)
|    |    +--- com.sun.jersey:jersey-servlet:1.19.1
|    |    |    \--- com.sun.jersey:jersey-server:1.19.1
|    |    |         \--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    +--- com.sun.jersey:jersey-server:1.19.1 (*)
|    |    +--- com.netflix.eureka:eureka-core:1.9.8
|    |    |    +--- com.netflix.eureka:eureka-client:1.9.8 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.277 -> 1.11.415
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.5.5 -> 4.5.7 (*)
|    |    |    |    +--- software.amazon.ion:ion-java:1.0.2
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.6.7.1 -> 2.9.8 (*)
|    |    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.6.7 -> 2.9.8
|    |    |    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- joda-time:joda-time:2.8.1 -> 2.10.1
|    |    |    +--- com.amazonaws:aws-java-sdk-ec2:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415
|    |    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.6.7.1 -> 2.9.8 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-autoscaling:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-sts:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-route53:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    |    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.4 -> 2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    |    +--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.9.8 (*)
|    |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    |    |    \--- com.fasterxml.woodstox:woodstox-core:5.0.3
|    |    |    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    |    \--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
|    |    |         +--- javax.xml.stream:stax-api:1.0-2
|    |    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- javax.inject:javax.inject:1
|    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.8 (*)
|    |    \--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    \--- commons-configuration:commons-configuration:1.8 (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    +--- com.google.guava:guava:16.0 -> 19.0
|    |    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    |    +--- commons-lang:commons-lang:2.6
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-transport:2.3.0
|    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    |    +--- com.netflix.netflix-commons:netflix-statistics:0.1.1
|    |    |    |    |    |    \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.9 -> 1.2.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0
|    |    |    |    |         +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |         \--- javax.inject:javax.inject:1
|    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    +--- io.reactivex:rxnetty:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
|    |    |    |    +--- io.reactivex:rxnetty-contexts:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    +--- io.reactivex:rxnetty-servo:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    |    \--- com.netflix.servo:servo-core:0.7.5 -> 0.12.21 (*)
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.hystrix:hystrix-core:1.4.3 -> 1.5.18
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.0 -> 1.7.25
|    |    |    |    +--- com.netflix.archaius:archaius-core:0.4.1 -> 0.7.6 (*)
|    |    |    |    +--- io.reactivex:rxjava:1.2.0
|    |    |    |    \--- org.hdrhistogram:HdrHistogram:2.1.9
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    |    +--- commons-collections:commons-collections:3.2.2
|    |    |    +--- org.apache.httpcomponents:httpclient:4.2.1 -> 4.5.7 (*)
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1 (*)
|    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    \--- io.reactivex:rxjava:1.2.0
|    \--- com.netflix.ribbon:ribbon-eureka:2.3.0
|         +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|         +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|         +--- com.netflix.eureka:eureka-client:1.7.2 -> 1.9.8 (*)
|         +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|         \--- com.netflix.archaius:archaius-core:0.7.6 (*)
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
\--- org.glassfish.jaxb:jaxb-runtime -> 2.3.1
     +--- javax.xml.bind:jaxb-api:2.3.1
     |    \--- javax.activation:javax.activation-api:1.2.0
     +--- org.glassfish.jaxb:txw2:2.3.1
     +--- com.sun.istack:istack-commons-runtime:3.0.7
     +--- org.jvnet.staxex:stax-ex:1.8
     +--- com.sun.xml.fastinfoset:FastInfoset:1.2.15
     \--- javax.activation:javax.activation-api:1.2.0

implementation - Implementation only dependencies for source set 'main'. (n)
No dependencies

runtime - Runtime dependencies for source set 'main' (deprecated, use 'runtimeOnly' instead).
+--- org.springframework.boot:spring-boot-starter-web -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:2.1.3.RELEASE
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE
|    |    |    |    \--- org.springframework:spring-jcl:5.1.5.RELEASE
|    |    |    \--- org.springframework:spring-context:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE
|    |    |         |    +--- org.springframework:spring-beans:5.1.5.RELEASE
|    |    |         |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-expression:5.1.5.RELEASE
|    |    |              \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
|    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
|    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
|    |    |         \--- org.slf4j:slf4j-api:1.7.25
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    \--- org.yaml:snakeyaml:1.23
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.16
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    +--- org.hibernate.validator:hibernate-validator:6.0.14.Final
|    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    \--- org.springframework:spring-webmvc:5.1.5.RELEASE
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-security -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    +--- org.springframework.security:spring-security-config:5.1.4.RELEASE
|    |    +--- org.springframework.security:spring-security-core:5.1.4.RELEASE
|    |    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    \--- org.springframework.security:spring-security-web:5.1.4.RELEASE
|         +--- org.springframework.security:spring-security-core:5.1.4.RELEASE (*)
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-validation -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    \--- org.hibernate.validator:hibernate-validator:6.0.14.Final (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8 (*)
|    \--- io.micrometer:micrometer-core:1.1.3 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- org.springframework.boot:spring-boot-starter-jersey -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-validation:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    +--- org.glassfish.jersey.core:jersey-server:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- org.glassfish.jersey.core:jersey-client:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    \--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    +--- org.glassfish.jersey.media:jersey-media-jaxb:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    \--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.containers:jersey-container-servlet:2.27
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-bean-validation:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-spring4:2.27
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- org.glassfish.jersey.inject:jersey-hk2:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:hk2-locator:2.5.0-b42
|    |    |         +--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-api:2.5.0-b42
|    |    |         |    +--- javax.inject:javax.inject:1
|    |    |         |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42
|    |    |         |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         |    |    \--- javax.inject:javax.inject:1
|    |    |         |    \--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |         +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         \--- org.javassist:javassist:3.22.0-CR2
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.hk2:hk2:2.5.0-b42
|    |    |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:config-types:2.5.0-b42
|    |    |    |    \--- org.glassfish.hk2:hk2-config:2.5.0-b42
|    |    |    |         \--- org.glassfish.hk2:hk2-core:2.5.0-b42
|    |    |    |              +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |              \--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-core:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-config:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-runlevel:2.5.0-b42
|    |    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |    \--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:class-model:2.5.0-b42
|    |    |         \--- org.glassfish.hk2.external:asm-all-repackaged:2.5.0-b42
|    |    +--- org.glassfish.hk2:spring-bridge:2.5.0-b42
|    |    |    \--- org.springframework:spring-context:4.3.9.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-web:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    \--- org.glassfish.jersey.media:jersey-media-json-jackson:2.27
|         +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|         +--- org.glassfish.jersey.ext:jersey-entity-filtering:2.27
|         |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|         +--- com.fasterxml.jackson.core:jackson-annotations:2.8.10 -> 2.9.0
|         +--- com.fasterxml.jackson.core:jackson-databind:2.8.10 -> 2.9.8 (*)
|         \--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.8.10 -> 2.9.8
|              +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|              +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|              \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-server -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-eureka-server:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-freemarker:2.1.3.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |    +--- org.freemarker:freemarker:2.3.28
|    |    |    \--- org.springframework:spring-context-support:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.2
|    |    +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |    +--- com.netflix.eureka:eureka-client:1.9.8
|    |    |    +--- org.codehaus.jettison:jettison:1.3.7
|    |    |    |    \--- stax:stax-api:1.0.1
|    |    |    +--- com.netflix.netflix-commons:netflix-eventbus:0.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    +--- com.netflix.netflix-commons:netflix-infix:0.3.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- commons-jxpath:commons-jxpath:1.3
|    |    |    |    |    +--- joda-time:joda-time:2.3 -> 2.10.1
|    |    |    |    |    +--- org.antlr:antlr-runtime:3.4
|    |    |    |    |    |    +--- org.antlr:stringtemplate:3.2.1
|    |    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    |    +--- com.google.guava:guava:14.0.1 -> 19.0
|    |    |    |    |    \--- com.google.code.gson:gson:2.1 -> 2.8.5
|    |    |    |    +--- com.netflix.servo:servo-core:0.5.3 -> 0.12.21
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
|    |    |    |    |    \--- com.google.guava:guava:19.0
|    |    |    |    +--- com.netflix.archaius:archaius-core:0.3.3 -> 0.7.6
|    |    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    |    +--- commons-configuration:commons-configuration:1.8
|    |    |    |    |    |    \--- commons-lang:commons-lang:2.6
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- com.google.guava:guava:16.0 -> 19.0
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.4.3 -> 2.9.0
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.4.3 -> 2.9.8
|    |    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.4.3 -> 2.9.8 (*)
|    |    |    |    \--- org.apache.commons:commons-math:2.2
|    |    |    +--- com.thoughtworks.xstream:xstream:1.4.10
|    |    |    |    +--- xmlpull:xmlpull:1.1.3.1
|    |    |    |    \--- xpp3:xpp3_min:1.1.4c
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.netflix.servo:servo-core:0.12.21 (*)
|    |    |    +--- com.sun.jersey:jersey-core:1.19.1
|    |    |    |    \--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1
|    |    |    |    \--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.1.1 -> 4.5.7
|    |    |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.11
|    |    |    |    |    \--- commons-codec:commons-codec:1.11
|    |    |    |    \--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.7 (*)
|    |    |    +--- com.google.inject:guice:4.1.0
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- aopalliance:aopalliance:1.0
|    |    |    |    \--- com.google.guava:guava:19.0
|    |    |    +--- com.github.vlsi.compactmap:compactmap:1.2.1
|    |    |    |    \--- com.github.andrewoma.dexx:dexx-collections:0.2
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.4 -> 2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.4 -> 2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.8 (*)
|    |    +--- com.sun.jersey:jersey-servlet:1.19.1
|    |    |    \--- com.sun.jersey:jersey-server:1.19.1
|    |    |         \--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    +--- com.sun.jersey:jersey-server:1.19.1 (*)
|    |    +--- com.netflix.eureka:eureka-core:1.9.8
|    |    |    +--- com.netflix.eureka:eureka-client:1.9.8 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.277 -> 1.11.415
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.5.5 -> 4.5.7 (*)
|    |    |    |    +--- software.amazon.ion:ion-java:1.0.2
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.6.7.1 -> 2.9.8 (*)
|    |    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.6.7 -> 2.9.8
|    |    |    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- joda-time:joda-time:2.8.1 -> 2.10.1
|    |    |    +--- com.amazonaws:aws-java-sdk-ec2:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415
|    |    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.6.7.1 -> 2.9.8 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-autoscaling:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-sts:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-route53:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    |    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.4 -> 2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    |    +--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.9.8 (*)
|    |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    |    |    \--- com.fasterxml.woodstox:woodstox-core:5.0.3
|    |    |    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    |    \--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
|    |    |         +--- javax.xml.stream:stax-api:1.0-2
|    |    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- javax.inject:javax.inject:1
|    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.8 (*)
|    |    \--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    \--- commons-configuration:commons-configuration:1.8 (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    +--- com.google.guava:guava:16.0 -> 19.0
|    |    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    |    +--- commons-lang:commons-lang:2.6
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-transport:2.3.0
|    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    |    +--- com.netflix.netflix-commons:netflix-statistics:0.1.1
|    |    |    |    |    |    \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.9 -> 1.2.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0
|    |    |    |    |         +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |         \--- javax.inject:javax.inject:1
|    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    +--- io.reactivex:rxnetty:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
|    |    |    |    +--- io.reactivex:rxnetty-contexts:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    +--- io.reactivex:rxnetty-servo:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    |    \--- com.netflix.servo:servo-core:0.7.5 -> 0.12.21 (*)
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.hystrix:hystrix-core:1.4.3 -> 1.5.18
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.0 -> 1.7.25
|    |    |    |    +--- com.netflix.archaius:archaius-core:0.4.1 -> 0.7.6 (*)
|    |    |    |    +--- io.reactivex:rxjava:1.2.0
|    |    |    |    \--- org.hdrhistogram:HdrHistogram:2.1.9
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    |    +--- commons-collections:commons-collections:3.2.2
|    |    |    +--- org.apache.httpcomponents:httpclient:4.2.1 -> 4.5.7 (*)
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1 (*)
|    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    \--- io.reactivex:rxjava:1.2.0
|    \--- com.netflix.ribbon:ribbon-eureka:2.3.0
|         +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|         +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|         +--- com.netflix.eureka:eureka-client:1.7.2 -> 1.9.8 (*)
|         +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|         \--- com.netflix.archaius:archaius-core:0.7.6 (*)
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
\--- org.glassfish.jaxb:jaxb-runtime -> 2.3.1
     +--- javax.xml.bind:jaxb-api:2.3.1
     |    \--- javax.activation:javax.activation-api:1.2.0
     +--- org.glassfish.jaxb:txw2:2.3.1
     +--- com.sun.istack:istack-commons-runtime:3.0.7
     +--- org.jvnet.staxex:stax-ex:1.8
     +--- com.sun.xml.fastinfoset:FastInfoset:1.2.15
     \--- javax.activation:javax.activation-api:1.2.0

runtimeClasspath - Runtime classpath of source set 'main'.
+--- org.springframework.boot:spring-boot-starter-web -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:2.1.3.RELEASE
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE
|    |    |    |    \--- org.springframework:spring-jcl:5.1.5.RELEASE
|    |    |    \--- org.springframework:spring-context:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE
|    |    |         |    +--- org.springframework:spring-beans:5.1.5.RELEASE
|    |    |         |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-expression:5.1.5.RELEASE
|    |    |              \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
|    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
|    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
|    |    |         \--- org.slf4j:slf4j-api:1.7.25
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    \--- org.yaml:snakeyaml:1.23
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.16
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    +--- org.hibernate.validator:hibernate-validator:6.0.14.Final
|    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    \--- org.springframework:spring-webmvc:5.1.5.RELEASE
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-security -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    +--- org.springframework.security:spring-security-config:5.1.4.RELEASE
|    |    +--- org.springframework.security:spring-security-core:5.1.4.RELEASE
|    |    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    \--- org.springframework.security:spring-security-web:5.1.4.RELEASE
|         +--- org.springframework.security:spring-security-core:5.1.4.RELEASE (*)
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-validation -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    \--- org.hibernate.validator:hibernate-validator:6.0.14.Final (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8 (*)
|    \--- io.micrometer:micrometer-core:1.1.3 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- org.springframework.boot:spring-boot-starter-jersey -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-validation:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    +--- org.glassfish.jersey.core:jersey-server:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- org.glassfish.jersey.core:jersey-client:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    \--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    +--- org.glassfish.jersey.media:jersey-media-jaxb:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    \--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.containers:jersey-container-servlet:2.27
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-bean-validation:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-spring4:2.27
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- org.glassfish.jersey.inject:jersey-hk2:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:hk2-locator:2.5.0-b42
|    |    |         +--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-api:2.5.0-b42
|    |    |         |    +--- javax.inject:javax.inject:1
|    |    |         |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42
|    |    |         |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         |    |    \--- javax.inject:javax.inject:1
|    |    |         |    \--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |         +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         \--- org.javassist:javassist:3.22.0-CR2
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.hk2:hk2:2.5.0-b42
|    |    |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:config-types:2.5.0-b42
|    |    |    |    \--- org.glassfish.hk2:hk2-config:2.5.0-b42
|    |    |    |         \--- org.glassfish.hk2:hk2-core:2.5.0-b42
|    |    |    |              +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |              \--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-core:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-config:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-runlevel:2.5.0-b42
|    |    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |    \--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:class-model:2.5.0-b42
|    |    |         \--- org.glassfish.hk2.external:asm-all-repackaged:2.5.0-b42
|    |    +--- org.glassfish.hk2:spring-bridge:2.5.0-b42
|    |    |    \--- org.springframework:spring-context:4.3.9.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-web:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    \--- org.glassfish.jersey.media:jersey-media-json-jackson:2.27
|         +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|         +--- org.glassfish.jersey.ext:jersey-entity-filtering:2.27
|         |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|         +--- com.fasterxml.jackson.core:jackson-annotations:2.8.10 -> 2.9.0
|         +--- com.fasterxml.jackson.core:jackson-databind:2.8.10 -> 2.9.8 (*)
|         \--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.8.10 -> 2.9.8
|              +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|              +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|              \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-server -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-eureka-server:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-freemarker:2.1.3.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |    +--- org.freemarker:freemarker:2.3.28
|    |    |    \--- org.springframework:spring-context-support:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.2
|    |    +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |    +--- com.netflix.eureka:eureka-client:1.9.8
|    |    |    +--- org.codehaus.jettison:jettison:1.3.7
|    |    |    |    \--- stax:stax-api:1.0.1
|    |    |    +--- com.netflix.netflix-commons:netflix-eventbus:0.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    +--- com.netflix.netflix-commons:netflix-infix:0.3.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- commons-jxpath:commons-jxpath:1.3
|    |    |    |    |    +--- joda-time:joda-time:2.3 -> 2.10.1
|    |    |    |    |    +--- org.antlr:antlr-runtime:3.4
|    |    |    |    |    |    +--- org.antlr:stringtemplate:3.2.1
|    |    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    |    +--- com.google.guava:guava:14.0.1 -> 19.0
|    |    |    |    |    \--- com.google.code.gson:gson:2.1 -> 2.8.5
|    |    |    |    +--- com.netflix.servo:servo-core:0.5.3 -> 0.12.21
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
|    |    |    |    |    \--- com.google.guava:guava:19.0
|    |    |    |    +--- com.netflix.archaius:archaius-core:0.3.3 -> 0.7.6
|    |    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    |    +--- commons-configuration:commons-configuration:1.8
|    |    |    |    |    |    \--- commons-lang:commons-lang:2.6
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- com.google.guava:guava:16.0 -> 19.0
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.4.3 -> 2.9.0
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.4.3 -> 2.9.8
|    |    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.4.3 -> 2.9.8 (*)
|    |    |    |    \--- org.apache.commons:commons-math:2.2
|    |    |    +--- com.thoughtworks.xstream:xstream:1.4.10
|    |    |    |    +--- xmlpull:xmlpull:1.1.3.1
|    |    |    |    \--- xpp3:xpp3_min:1.1.4c
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.netflix.servo:servo-core:0.12.21 (*)
|    |    |    +--- com.sun.jersey:jersey-core:1.19.1
|    |    |    |    \--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1
|    |    |    |    \--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.1.1 -> 4.5.7
|    |    |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.11
|    |    |    |    |    \--- commons-codec:commons-codec:1.11
|    |    |    |    \--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.7 (*)
|    |    |    +--- com.google.inject:guice:4.1.0
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- aopalliance:aopalliance:1.0
|    |    |    |    \--- com.google.guava:guava:19.0
|    |    |    +--- com.github.vlsi.compactmap:compactmap:1.2.1
|    |    |    |    \--- com.github.andrewoma.dexx:dexx-collections:0.2
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.4 -> 2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.4 -> 2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.8 (*)
|    |    +--- com.sun.jersey:jersey-servlet:1.19.1
|    |    |    \--- com.sun.jersey:jersey-server:1.19.1
|    |    |         \--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    +--- com.sun.jersey:jersey-server:1.19.1 (*)
|    |    +--- com.netflix.eureka:eureka-core:1.9.8
|    |    |    +--- com.netflix.eureka:eureka-client:1.9.8 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.277 -> 1.11.415
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.5.5 -> 4.5.7 (*)
|    |    |    |    +--- software.amazon.ion:ion-java:1.0.2
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.6.7.1 -> 2.9.8 (*)
|    |    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.6.7 -> 2.9.8
|    |    |    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- joda-time:joda-time:2.8.1 -> 2.10.1
|    |    |    +--- com.amazonaws:aws-java-sdk-ec2:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415
|    |    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.6.7.1 -> 2.9.8 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-autoscaling:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-sts:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-route53:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    |    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.4 -> 2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    |    +--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.9.8 (*)
|    |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    |    |    \--- com.fasterxml.woodstox:woodstox-core:5.0.3
|    |    |    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    |    \--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
|    |    |         +--- javax.xml.stream:stax-api:1.0-2
|    |    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- javax.inject:javax.inject:1
|    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.8 (*)
|    |    \--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    \--- commons-configuration:commons-configuration:1.8 (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    +--- com.google.guava:guava:16.0 -> 19.0
|    |    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    |    +--- commons-lang:commons-lang:2.6
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-transport:2.3.0
|    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    |    +--- com.netflix.netflix-commons:netflix-statistics:0.1.1
|    |    |    |    |    |    \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.9 -> 1.2.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0
|    |    |    |    |         +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |         \--- javax.inject:javax.inject:1
|    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    +--- io.reactivex:rxnetty:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
|    |    |    |    +--- io.reactivex:rxnetty-contexts:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    +--- io.reactivex:rxnetty-servo:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    |    \--- com.netflix.servo:servo-core:0.7.5 -> 0.12.21 (*)
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.hystrix:hystrix-core:1.4.3 -> 1.5.18
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.0 -> 1.7.25
|    |    |    |    +--- com.netflix.archaius:archaius-core:0.4.1 -> 0.7.6 (*)
|    |    |    |    +--- io.reactivex:rxjava:1.2.0
|    |    |    |    \--- org.hdrhistogram:HdrHistogram:2.1.9
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    |    +--- commons-collections:commons-collections:3.2.2
|    |    |    +--- org.apache.httpcomponents:httpclient:4.2.1 -> 4.5.7 (*)
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1 (*)
|    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    \--- io.reactivex:rxjava:1.2.0
|    \--- com.netflix.ribbon:ribbon-eureka:2.3.0
|         +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|         +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|         +--- com.netflix.eureka:eureka-client:1.7.2 -> 1.9.8 (*)
|         +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|         \--- com.netflix.archaius:archaius-core:0.7.6 (*)
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
\--- org.glassfish.jaxb:jaxb-runtime -> 2.3.1
     +--- javax.xml.bind:jaxb-api:2.3.1
     |    \--- javax.activation:javax.activation-api:1.2.0
     +--- org.glassfish.jaxb:txw2:2.3.1
     +--- com.sun.istack:istack-commons-runtime:3.0.7
     +--- org.jvnet.staxex:stax-ex:1.8
     +--- com.sun.xml.fastinfoset:FastInfoset:1.2.15
     \--- javax.activation:javax.activation-api:1.2.0

runtimeElements - Elements of runtime for main. (n)
No dependencies

runtimeOnly - Runtime only dependencies for source set 'main'. (n)
No dependencies

testAnnotationProcessor - Annotation processors and their dependencies for source set 'test'.
No dependencies

testCompile - Dependencies for source set 'test' (deprecated, use 'testImplementation' instead).
+--- org.springframework.boot:spring-boot-starter-web -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:2.1.3.RELEASE
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE
|    |    |    |    \--- org.springframework:spring-jcl:5.1.5.RELEASE
|    |    |    \--- org.springframework:spring-context:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE
|    |    |         |    +--- org.springframework:spring-beans:5.1.5.RELEASE
|    |    |         |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-expression:5.1.5.RELEASE
|    |    |              \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
|    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
|    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
|    |    |         \--- org.slf4j:slf4j-api:1.7.25
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    \--- org.yaml:snakeyaml:1.23
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.16
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    +--- org.hibernate.validator:hibernate-validator:6.0.14.Final
|    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    \--- org.springframework:spring-webmvc:5.1.5.RELEASE
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-security -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    +--- org.springframework.security:spring-security-config:5.1.4.RELEASE
|    |    +--- org.springframework.security:spring-security-core:5.1.4.RELEASE
|    |    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    \--- org.springframework.security:spring-security-web:5.1.4.RELEASE
|         +--- org.springframework.security:spring-security-core:5.1.4.RELEASE (*)
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-validation -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    \--- org.hibernate.validator:hibernate-validator:6.0.14.Final (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8 (*)
|    \--- io.micrometer:micrometer-core:1.1.3 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- org.springframework.boot:spring-boot-starter-jersey -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-validation:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    +--- org.glassfish.jersey.core:jersey-server:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- org.glassfish.jersey.core:jersey-client:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    \--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    +--- org.glassfish.jersey.media:jersey-media-jaxb:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    \--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.containers:jersey-container-servlet:2.27
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-bean-validation:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-spring4:2.27
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- org.glassfish.jersey.inject:jersey-hk2:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:hk2-locator:2.5.0-b42
|    |    |         +--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-api:2.5.0-b42
|    |    |         |    +--- javax.inject:javax.inject:1
|    |    |         |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42
|    |    |         |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         |    |    \--- javax.inject:javax.inject:1
|    |    |         |    \--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |         +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         \--- org.javassist:javassist:3.22.0-CR2
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.hk2:hk2:2.5.0-b42
|    |    |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:config-types:2.5.0-b42
|    |    |    |    \--- org.glassfish.hk2:hk2-config:2.5.0-b42
|    |    |    |         \--- org.glassfish.hk2:hk2-core:2.5.0-b42
|    |    |    |              +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |              \--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-core:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-config:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-runlevel:2.5.0-b42
|    |    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |    \--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:class-model:2.5.0-b42
|    |    |         \--- org.glassfish.hk2.external:asm-all-repackaged:2.5.0-b42
|    |    +--- org.glassfish.hk2:spring-bridge:2.5.0-b42
|    |    |    \--- org.springframework:spring-context:4.3.9.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-web:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    \--- org.glassfish.jersey.media:jersey-media-json-jackson:2.27
|         +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|         +--- org.glassfish.jersey.ext:jersey-entity-filtering:2.27
|         |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|         +--- com.fasterxml.jackson.core:jackson-annotations:2.8.10 -> 2.9.0
|         +--- com.fasterxml.jackson.core:jackson-databind:2.8.10 -> 2.9.8 (*)
|         \--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.8.10 -> 2.9.8
|              +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|              +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|              \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-server -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-eureka-server:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-freemarker:2.1.3.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |    +--- org.freemarker:freemarker:2.3.28
|    |    |    \--- org.springframework:spring-context-support:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.2
|    |    +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |    +--- com.netflix.eureka:eureka-client:1.9.8
|    |    |    +--- org.codehaus.jettison:jettison:1.3.7
|    |    |    |    \--- stax:stax-api:1.0.1
|    |    |    +--- com.netflix.netflix-commons:netflix-eventbus:0.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    +--- com.netflix.netflix-commons:netflix-infix:0.3.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- commons-jxpath:commons-jxpath:1.3
|    |    |    |    |    +--- joda-time:joda-time:2.3 -> 2.10.1
|    |    |    |    |    +--- org.antlr:antlr-runtime:3.4
|    |    |    |    |    |    +--- org.antlr:stringtemplate:3.2.1
|    |    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    |    +--- com.google.guava:guava:14.0.1 -> 19.0
|    |    |    |    |    \--- com.google.code.gson:gson:2.1 -> 2.8.5
|    |    |    |    +--- com.netflix.servo:servo-core:0.5.3 -> 0.12.21
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
|    |    |    |    |    \--- com.google.guava:guava:19.0
|    |    |    |    +--- com.netflix.archaius:archaius-core:0.3.3 -> 0.7.6
|    |    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    |    +--- commons-configuration:commons-configuration:1.8
|    |    |    |    |    |    \--- commons-lang:commons-lang:2.6
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- com.google.guava:guava:16.0 -> 19.0
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.4.3 -> 2.9.0
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.4.3 -> 2.9.8
|    |    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.4.3 -> 2.9.8 (*)
|    |    |    |    \--- org.apache.commons:commons-math:2.2
|    |    |    +--- com.thoughtworks.xstream:xstream:1.4.10
|    |    |    |    +--- xmlpull:xmlpull:1.1.3.1
|    |    |    |    \--- xpp3:xpp3_min:1.1.4c
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.netflix.servo:servo-core:0.12.21 (*)
|    |    |    +--- com.sun.jersey:jersey-core:1.19.1
|    |    |    |    \--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1
|    |    |    |    \--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.1.1 -> 4.5.7
|    |    |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.11
|    |    |    |    |    \--- commons-codec:commons-codec:1.11
|    |    |    |    \--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.7 (*)
|    |    |    +--- com.google.inject:guice:4.1.0
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- aopalliance:aopalliance:1.0
|    |    |    |    \--- com.google.guava:guava:19.0
|    |    |    +--- com.github.vlsi.compactmap:compactmap:1.2.1
|    |    |    |    \--- com.github.andrewoma.dexx:dexx-collections:0.2
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.4 -> 2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.4 -> 2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.8 (*)
|    |    +--- com.sun.jersey:jersey-servlet:1.19.1
|    |    |    \--- com.sun.jersey:jersey-server:1.19.1
|    |    |         \--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    +--- com.sun.jersey:jersey-server:1.19.1 (*)
|    |    +--- com.netflix.eureka:eureka-core:1.9.8
|    |    |    +--- com.netflix.eureka:eureka-client:1.9.8 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.277 -> 1.11.415
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.5.5 -> 4.5.7 (*)
|    |    |    |    +--- software.amazon.ion:ion-java:1.0.2
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.6.7.1 -> 2.9.8 (*)
|    |    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.6.7 -> 2.9.8
|    |    |    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- joda-time:joda-time:2.8.1 -> 2.10.1
|    |    |    +--- com.amazonaws:aws-java-sdk-ec2:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415
|    |    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.6.7.1 -> 2.9.8 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-autoscaling:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-sts:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-route53:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    |    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.4 -> 2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    |    +--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.9.8 (*)
|    |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    |    |    \--- com.fasterxml.woodstox:woodstox-core:5.0.3
|    |    |    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    |    \--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
|    |    |         +--- javax.xml.stream:stax-api:1.0-2
|    |    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- javax.inject:javax.inject:1
|    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.8 (*)
|    |    \--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    \--- commons-configuration:commons-configuration:1.8 (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    +--- com.google.guava:guava:16.0 -> 19.0
|    |    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    |    +--- commons-lang:commons-lang:2.6
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-transport:2.3.0
|    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    |    +--- com.netflix.netflix-commons:netflix-statistics:0.1.1
|    |    |    |    |    |    \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.9 -> 1.2.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0
|    |    |    |    |         +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |         \--- javax.inject:javax.inject:1
|    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    +--- io.reactivex:rxnetty:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
|    |    |    |    +--- io.reactivex:rxnetty-contexts:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    +--- io.reactivex:rxnetty-servo:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    |    \--- com.netflix.servo:servo-core:0.7.5 -> 0.12.21 (*)
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.hystrix:hystrix-core:1.4.3 -> 1.5.18
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.0 -> 1.7.25
|    |    |    |    +--- com.netflix.archaius:archaius-core:0.4.1 -> 0.7.6 (*)
|    |    |    |    +--- io.reactivex:rxjava:1.2.0
|    |    |    |    \--- org.hdrhistogram:HdrHistogram:2.1.9
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    |    +--- commons-collections:commons-collections:3.2.2
|    |    |    +--- org.apache.httpcomponents:httpclient:4.2.1 -> 4.5.7 (*)
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1 (*)
|    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    \--- io.reactivex:rxjava:1.2.0
|    \--- com.netflix.ribbon:ribbon-eureka:2.3.0
|         +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|         +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|         +--- com.netflix.eureka:eureka-client:1.7.2 -> 1.9.8 (*)
|         +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|         \--- com.netflix.archaius:archaius-core:0.7.6 (*)
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
\--- org.glassfish.jaxb:jaxb-runtime -> 2.3.1
     +--- javax.xml.bind:jaxb-api:2.3.1
     |    \--- javax.activation:javax.activation-api:1.2.0
     +--- org.glassfish.jaxb:txw2:2.3.1
     +--- com.sun.istack:istack-commons-runtime:3.0.7
     +--- org.jvnet.staxex:stax-ex:1.8
     +--- com.sun.xml.fastinfoset:FastInfoset:1.2.15
     \--- javax.activation:javax.activation-api:1.2.0

testCompileClasspath - Compile classpath for source set 'test'.
+--- org.springframework.boot:spring-boot-starter-web -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:2.1.3.RELEASE
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE
|    |    |    |    \--- org.springframework:spring-jcl:5.1.5.RELEASE
|    |    |    \--- org.springframework:spring-context:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE
|    |    |         |    +--- org.springframework:spring-beans:5.1.5.RELEASE
|    |    |         |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-expression:5.1.5.RELEASE
|    |    |              \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
|    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
|    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
|    |    |         \--- org.slf4j:slf4j-api:1.7.25
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.16
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    +--- org.hibernate.validator:hibernate-validator:6.0.14.Final
|    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    \--- org.springframework:spring-webmvc:5.1.5.RELEASE
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-security -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    +--- org.springframework.security:spring-security-config:5.1.4.RELEASE
|    |    +--- org.springframework.security:spring-security-core:5.1.4.RELEASE
|    |    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    \--- org.springframework.security:spring-security-web:5.1.4.RELEASE
|         +--- org.springframework.security:spring-security-core:5.1.4.RELEASE (*)
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-validation -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    \--- org.hibernate.validator:hibernate-validator:6.0.14.Final (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    \--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    \--- io.micrometer:micrometer-core:1.1.3 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- org.springframework.boot:spring-boot-starter-jersey -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-validation:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    +--- org.glassfish.jersey.core:jersey-server:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- org.glassfish.jersey.core:jersey-client:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    \--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    +--- org.glassfish.jersey.media:jersey-media-jaxb:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    \--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.containers:jersey-container-servlet:2.27
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-bean-validation:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-spring4:2.27
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- org.glassfish.jersey.inject:jersey-hk2:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:hk2-locator:2.5.0-b42
|    |    |         +--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-api:2.5.0-b42
|    |    |         |    +--- javax.inject:javax.inject:1
|    |    |         |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42
|    |    |         |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         |    |    \--- javax.inject:javax.inject:1
|    |    |         |    \--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |         +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         \--- org.javassist:javassist:3.22.0-CR2
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.hk2:hk2:2.5.0-b42
|    |    |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:config-types:2.5.0-b42
|    |    |    |    \--- org.glassfish.hk2:hk2-config:2.5.0-b42
|    |    |    |         \--- org.glassfish.hk2:hk2-core:2.5.0-b42
|    |    |    |              +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |              \--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-core:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-config:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-runlevel:2.5.0-b42
|    |    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |    \--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:class-model:2.5.0-b42
|    |    |         \--- org.glassfish.hk2.external:asm-all-repackaged:2.5.0-b42
|    |    +--- org.glassfish.hk2:spring-bridge:2.5.0-b42
|    |    |    \--- org.springframework:spring-context:4.3.9.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-web:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    \--- org.glassfish.jersey.media:jersey-media-json-jackson:2.27
|         +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|         +--- org.glassfish.jersey.ext:jersey-entity-filtering:2.27
|         |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|         +--- com.fasterxml.jackson.core:jackson-annotations:2.8.10 -> 2.9.0
|         +--- com.fasterxml.jackson.core:jackson-databind:2.8.10 -> 2.9.8 (*)
|         \--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.8.10 -> 2.9.8
|              +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|              +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|              \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-server -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-eureka-server:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-freemarker:2.1.3.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |    +--- org.freemarker:freemarker:2.3.28
|    |    |    \--- org.springframework:spring-context-support:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.2
|    |    +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |    +--- com.netflix.eureka:eureka-client:1.9.8
|    |    +--- com.sun.jersey:jersey-servlet:1.19.1
|    |    |    \--- com.sun.jersey:jersey-server:1.19.1
|    |    |         \--- com.sun.jersey:jersey-core:1.19.1
|    |    |              \--- javax.ws.rs:jsr311-api:1.1.1
|    |    +--- com.sun.jersey:jersey-server:1.19.1 (*)
|    |    +--- com.netflix.eureka:eureka-core:1.9.8
|    |    +--- com.netflix.archaius:archaius-core:0.7.6
|    |    +--- javax.inject:javax.inject:1
|    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.9.8 (*)
|    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    |    \--- com.fasterxml.woodstox:woodstox-core:5.0.3
|    |    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    \--- com.thoughtworks.xstream:xstream:1.4.10
|    |         +--- xmlpull:xmlpull:1.1.3.1
|    |         \--- xpp3:xpp3_min:1.1.4c
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- com.netflix.archaius:archaius-core:0.7.6
|    |    \--- commons-configuration:commons-configuration:1.8
|    |         \--- commons-lang:commons-lang:2.6
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    \--- io.reactivex:rxjava:1.2.0
|    \--- com.netflix.ribbon:ribbon-eureka:2.3.0
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
\--- org.glassfish.jaxb:jaxb-runtime -> 2.3.1
     +--- javax.xml.bind:jaxb-api:2.3.1
     |    \--- javax.activation:javax.activation-api:1.2.0
     +--- org.glassfish.jaxb:txw2:2.3.1
     +--- com.sun.istack:istack-commons-runtime:3.0.7
     +--- org.jvnet.staxex:stax-ex:1.8
     +--- com.sun.xml.fastinfoset:FastInfoset:1.2.15
     \--- javax.activation:javax.activation-api:1.2.0

testCompileOnly - Compile only dependencies for source set 'test'.
No dependencies

testImplementation - Implementation only dependencies for source set 'test'. (n)
No dependencies

testRuntime - Runtime dependencies for source set 'test' (deprecated, use 'testRuntimeOnly' instead).
+--- org.springframework.boot:spring-boot-starter-web -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:2.1.3.RELEASE
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE
|    |    |    |    \--- org.springframework:spring-jcl:5.1.5.RELEASE
|    |    |    \--- org.springframework:spring-context:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE
|    |    |         |    +--- org.springframework:spring-beans:5.1.5.RELEASE
|    |    |         |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-expression:5.1.5.RELEASE
|    |    |              \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
|    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
|    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
|    |    |         \--- org.slf4j:slf4j-api:1.7.25
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    \--- org.yaml:snakeyaml:1.23
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.16
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    +--- org.hibernate.validator:hibernate-validator:6.0.14.Final
|    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    \--- org.springframework:spring-webmvc:5.1.5.RELEASE
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-security -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    +--- org.springframework.security:spring-security-config:5.1.4.RELEASE
|    |    +--- org.springframework.security:spring-security-core:5.1.4.RELEASE
|    |    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    \--- org.springframework.security:spring-security-web:5.1.4.RELEASE
|         +--- org.springframework.security:spring-security-core:5.1.4.RELEASE (*)
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-validation -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    \--- org.hibernate.validator:hibernate-validator:6.0.14.Final (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8 (*)
|    \--- io.micrometer:micrometer-core:1.1.3 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- org.springframework.boot:spring-boot-starter-jersey -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-validation:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    +--- org.glassfish.jersey.core:jersey-server:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- org.glassfish.jersey.core:jersey-client:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    \--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    +--- org.glassfish.jersey.media:jersey-media-jaxb:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    \--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.containers:jersey-container-servlet:2.27
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-bean-validation:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-spring4:2.27
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- org.glassfish.jersey.inject:jersey-hk2:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:hk2-locator:2.5.0-b42
|    |    |         +--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-api:2.5.0-b42
|    |    |         |    +--- javax.inject:javax.inject:1
|    |    |         |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42
|    |    |         |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         |    |    \--- javax.inject:javax.inject:1
|    |    |         |    \--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |         +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         \--- org.javassist:javassist:3.22.0-CR2
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.hk2:hk2:2.5.0-b42
|    |    |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:config-types:2.5.0-b42
|    |    |    |    \--- org.glassfish.hk2:hk2-config:2.5.0-b42
|    |    |    |         \--- org.glassfish.hk2:hk2-core:2.5.0-b42
|    |    |    |              +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |              \--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-core:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-config:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-runlevel:2.5.0-b42
|    |    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |    \--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:class-model:2.5.0-b42
|    |    |         \--- org.glassfish.hk2.external:asm-all-repackaged:2.5.0-b42
|    |    +--- org.glassfish.hk2:spring-bridge:2.5.0-b42
|    |    |    \--- org.springframework:spring-context:4.3.9.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-web:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    \--- org.glassfish.jersey.media:jersey-media-json-jackson:2.27
|         +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|         +--- org.glassfish.jersey.ext:jersey-entity-filtering:2.27
|         |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|         +--- com.fasterxml.jackson.core:jackson-annotations:2.8.10 -> 2.9.0
|         +--- com.fasterxml.jackson.core:jackson-databind:2.8.10 -> 2.9.8 (*)
|         \--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.8.10 -> 2.9.8
|              +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|              +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|              \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-server -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-eureka-server:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-freemarker:2.1.3.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |    +--- org.freemarker:freemarker:2.3.28
|    |    |    \--- org.springframework:spring-context-support:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.2
|    |    +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |    +--- com.netflix.eureka:eureka-client:1.9.8
|    |    |    +--- org.codehaus.jettison:jettison:1.3.7
|    |    |    |    \--- stax:stax-api:1.0.1
|    |    |    +--- com.netflix.netflix-commons:netflix-eventbus:0.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    +--- com.netflix.netflix-commons:netflix-infix:0.3.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- commons-jxpath:commons-jxpath:1.3
|    |    |    |    |    +--- joda-time:joda-time:2.3 -> 2.10.1
|    |    |    |    |    +--- org.antlr:antlr-runtime:3.4
|    |    |    |    |    |    +--- org.antlr:stringtemplate:3.2.1
|    |    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    |    +--- com.google.guava:guava:14.0.1 -> 19.0
|    |    |    |    |    \--- com.google.code.gson:gson:2.1 -> 2.8.5
|    |    |    |    +--- com.netflix.servo:servo-core:0.5.3 -> 0.12.21
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
|    |    |    |    |    \--- com.google.guava:guava:19.0
|    |    |    |    +--- com.netflix.archaius:archaius-core:0.3.3 -> 0.7.6
|    |    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    |    +--- commons-configuration:commons-configuration:1.8
|    |    |    |    |    |    \--- commons-lang:commons-lang:2.6
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- com.google.guava:guava:16.0 -> 19.0
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.4.3 -> 2.9.0
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.4.3 -> 2.9.8
|    |    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.4.3 -> 2.9.8 (*)
|    |    |    |    \--- org.apache.commons:commons-math:2.2
|    |    |    +--- com.thoughtworks.xstream:xstream:1.4.10
|    |    |    |    +--- xmlpull:xmlpull:1.1.3.1
|    |    |    |    \--- xpp3:xpp3_min:1.1.4c
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.netflix.servo:servo-core:0.12.21 (*)
|    |    |    +--- com.sun.jersey:jersey-core:1.19.1
|    |    |    |    \--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1
|    |    |    |    \--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.1.1 -> 4.5.7
|    |    |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.11
|    |    |    |    |    \--- commons-codec:commons-codec:1.11
|    |    |    |    \--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.7 (*)
|    |    |    +--- com.google.inject:guice:4.1.0
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- aopalliance:aopalliance:1.0
|    |    |    |    \--- com.google.guava:guava:19.0
|    |    |    +--- com.github.vlsi.compactmap:compactmap:1.2.1
|    |    |    |    \--- com.github.andrewoma.dexx:dexx-collections:0.2
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.4 -> 2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.4 -> 2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.8 (*)
|    |    +--- com.sun.jersey:jersey-servlet:1.19.1
|    |    |    \--- com.sun.jersey:jersey-server:1.19.1
|    |    |         \--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    +--- com.sun.jersey:jersey-server:1.19.1 (*)
|    |    +--- com.netflix.eureka:eureka-core:1.9.8
|    |    |    +--- com.netflix.eureka:eureka-client:1.9.8 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.277 -> 1.11.415
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.5.5 -> 4.5.7 (*)
|    |    |    |    +--- software.amazon.ion:ion-java:1.0.2
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.6.7.1 -> 2.9.8 (*)
|    |    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.6.7 -> 2.9.8
|    |    |    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- joda-time:joda-time:2.8.1 -> 2.10.1
|    |    |    +--- com.amazonaws:aws-java-sdk-ec2:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415
|    |    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.6.7.1 -> 2.9.8 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-autoscaling:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-sts:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-route53:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    |    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.4 -> 2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    |    +--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.9.8 (*)
|    |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    |    |    \--- com.fasterxml.woodstox:woodstox-core:5.0.3
|    |    |    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    |    \--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
|    |    |         +--- javax.xml.stream:stax-api:1.0-2
|    |    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- javax.inject:javax.inject:1
|    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.8 (*)
|    |    \--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    \--- commons-configuration:commons-configuration:1.8 (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    +--- com.google.guava:guava:16.0 -> 19.0
|    |    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    |    +--- commons-lang:commons-lang:2.6
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-transport:2.3.0
|    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    |    +--- com.netflix.netflix-commons:netflix-statistics:0.1.1
|    |    |    |    |    |    \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.9 -> 1.2.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0
|    |    |    |    |         +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |         \--- javax.inject:javax.inject:1
|    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    +--- io.reactivex:rxnetty:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
|    |    |    |    +--- io.reactivex:rxnetty-contexts:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    +--- io.reactivex:rxnetty-servo:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    |    \--- com.netflix.servo:servo-core:0.7.5 -> 0.12.21 (*)
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.hystrix:hystrix-core:1.4.3 -> 1.5.18
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.0 -> 1.7.25
|    |    |    |    +--- com.netflix.archaius:archaius-core:0.4.1 -> 0.7.6 (*)
|    |    |    |    +--- io.reactivex:rxjava:1.2.0
|    |    |    |    \--- org.hdrhistogram:HdrHistogram:2.1.9
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    |    +--- commons-collections:commons-collections:3.2.2
|    |    |    +--- org.apache.httpcomponents:httpclient:4.2.1 -> 4.5.7 (*)
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1 (*)
|    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    \--- io.reactivex:rxjava:1.2.0
|    \--- com.netflix.ribbon:ribbon-eureka:2.3.0
|         +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|         +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|         +--- com.netflix.eureka:eureka-client:1.7.2 -> 1.9.8 (*)
|         +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|         \--- com.netflix.archaius:archaius-core:0.7.6 (*)
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
\--- org.glassfish.jaxb:jaxb-runtime -> 2.3.1
     +--- javax.xml.bind:jaxb-api:2.3.1
     |    \--- javax.activation:javax.activation-api:1.2.0
     +--- org.glassfish.jaxb:txw2:2.3.1
     +--- com.sun.istack:istack-commons-runtime:3.0.7
     +--- org.jvnet.staxex:stax-ex:1.8
     +--- com.sun.xml.fastinfoset:FastInfoset:1.2.15
     \--- javax.activation:javax.activation-api:1.2.0

testRuntimeClasspath - Runtime classpath of source set 'test'.
+--- org.springframework.boot:spring-boot-starter-web -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:2.1.3.RELEASE
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE
|    |    |    |    \--- org.springframework:spring-jcl:5.1.5.RELEASE
|    |    |    \--- org.springframework:spring-context:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE
|    |    |         |    +--- org.springframework:spring-beans:5.1.5.RELEASE
|    |    |         |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-expression:5.1.5.RELEASE
|    |    |              \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
|    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
|    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
|    |    |         \--- org.slf4j:slf4j-api:1.7.25
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    \--- org.yaml:snakeyaml:1.23
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE
|    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.16
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.16
|    +--- org.hibernate.validator:hibernate-validator:6.0.14.Final
|    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    \--- org.springframework:spring-webmvc:5.1.5.RELEASE
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-security -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    +--- org.springframework.security:spring-security-config:5.1.4.RELEASE
|    |    +--- org.springframework.security:spring-security-core:5.1.4.RELEASE
|    |    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    |    \--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    \--- org.springframework.security:spring-security-web:5.1.4.RELEASE
|         +--- org.springframework.security:spring-security-core:5.1.4.RELEASE (*)
|         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|         +--- org.springframework:spring-expression:5.1.5.RELEASE (*)
|         \--- org.springframework:spring-web:5.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-validation -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.16
|    \--- org.hibernate.validator:hibernate-validator:6.0.14.Final (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8 (*)
|    \--- io.micrometer:micrometer-core:1.1.3 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- org.springframework.boot:spring-boot-starter-jersey -> 2.1.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-validation:2.1.3.RELEASE (*)
|    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    +--- org.glassfish.jersey.core:jersey-server:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- org.glassfish.jersey.core:jersey-client:2.27
|    |    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    |    \--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- javax.ws.rs:javax.ws.rs-api:2.1
|    |    +--- org.glassfish.jersey.media:jersey-media-jaxb:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:osgi-resource-locator:1.0.1
|    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    \--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.containers:jersey-container-servlet:2.27
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-bean-validation:2.27
|    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- javax.validation:validation-api:1.1.0.Final -> 2.0.1.Final
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    +--- org.glassfish.jersey.ext:jersey-spring4:2.27
|    |    +--- org.glassfish.jersey.core:jersey-server:2.27 (*)
|    |    +--- org.glassfish.jersey.inject:jersey-hk2:2.27
|    |    |    +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|    |    |    \--- org.glassfish.hk2:hk2-locator:2.5.0-b42
|    |    |         +--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-api:2.5.0-b42
|    |    |         |    +--- javax.inject:javax.inject:1
|    |    |         |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42
|    |    |         |    |    +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         |    |    \--- javax.inject:javax.inject:1
|    |    |         |    \--- org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42
|    |    |         +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |         +--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |         \--- org.javassist:javassist:3.22.0-CR2
|    |    +--- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27 (*)
|    |    +--- org.glassfish.hk2:hk2:2.5.0-b42
|    |    |    +--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:config-types:2.5.0-b42
|    |    |    |    \--- org.glassfish.hk2:hk2-config:2.5.0-b42
|    |    |    |         \--- org.glassfish.hk2:hk2-core:2.5.0-b42
|    |    |    |              +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |              \--- org.glassfish.hk2:hk2-utils:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-core:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-config:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    +--- org.glassfish.hk2:hk2-runlevel:2.5.0-b42
|    |    |    |    +--- org.glassfish.hk2:hk2-api:2.5.0-b42 (*)
|    |    |    |    +--- org.glassfish.hk2:hk2-locator:2.5.0-b42 (*)
|    |    |    |    \--- javax.annotation:javax.annotation-api:1.2 -> 1.3.2
|    |    |    \--- org.glassfish.hk2:class-model:2.5.0-b42
|    |    |         \--- org.glassfish.hk2.external:asm-all-repackaged:2.5.0-b42
|    |    +--- org.glassfish.hk2:spring-bridge:2.5.0-b42
|    |    |    \--- org.springframework:spring-context:4.3.9.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-web:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    +--- org.springframework:spring-aop:4.3.4.RELEASE -> 5.1.5.RELEASE (*)
|    |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|    \--- org.glassfish.jersey.media:jersey-media-json-jackson:2.27
|         +--- org.glassfish.jersey.core:jersey-common:2.27 (*)
|         +--- org.glassfish.jersey.ext:jersey-entity-filtering:2.27
|         |    \--- javax.ws.rs:javax.ws.rs-api:2.1
|         +--- com.fasterxml.jackson.core:jackson-annotations:2.8.10 -> 2.9.0
|         +--- com.fasterxml.jackson.core:jackson-databind:2.8.10 -> 2.9.8 (*)
|         \--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.8.10 -> 2.9.8
|              +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|              +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|              \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-server -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-eureka-server:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-freemarker:2.1.3.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |    +--- org.freemarker:freemarker:2.3.28
|    |    |    \--- org.springframework:spring-context-support:5.1.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:5.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-context:5.1.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:5.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.5.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.2
|    |    +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |    +--- com.netflix.eureka:eureka-client:1.9.8
|    |    |    +--- org.codehaus.jettison:jettison:1.3.7
|    |    |    |    \--- stax:stax-api:1.0.1
|    |    |    +--- com.netflix.netflix-commons:netflix-eventbus:0.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    +--- com.netflix.netflix-commons:netflix-infix:0.3.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- commons-jxpath:commons-jxpath:1.3
|    |    |    |    |    +--- joda-time:joda-time:2.3 -> 2.10.1
|    |    |    |    |    +--- org.antlr:antlr-runtime:3.4
|    |    |    |    |    |    +--- org.antlr:stringtemplate:3.2.1
|    |    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    |    +--- com.google.guava:guava:14.0.1 -> 19.0
|    |    |    |    |    \--- com.google.code.gson:gson:2.1 -> 2.8.5
|    |    |    |    +--- com.netflix.servo:servo-core:0.5.3 -> 0.12.21
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
|    |    |    |    |    \--- com.google.guava:guava:19.0
|    |    |    |    +--- com.netflix.archaius:archaius-core:0.3.3 -> 0.7.6
|    |    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    |    +--- commons-configuration:commons-configuration:1.8
|    |    |    |    |    |    \--- commons-lang:commons-lang:2.6
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- com.google.guava:guava:16.0 -> 19.0
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.4.3 -> 2.9.0
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.4.3 -> 2.9.8
|    |    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.4.3 -> 2.9.8 (*)
|    |    |    |    \--- org.apache.commons:commons-math:2.2
|    |    |    +--- com.thoughtworks.xstream:xstream:1.4.10
|    |    |    |    +--- xmlpull:xmlpull:1.1.3.1
|    |    |    |    \--- xpp3:xpp3_min:1.1.4c
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.netflix.servo:servo-core:0.12.21 (*)
|    |    |    +--- com.sun.jersey:jersey-core:1.19.1
|    |    |    |    \--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1
|    |    |    |    \--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.1.1 -> 4.5.7
|    |    |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.11
|    |    |    |    |    \--- commons-codec:commons-codec:1.11
|    |    |    |    \--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.7 (*)
|    |    |    +--- com.google.inject:guice:4.1.0
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- aopalliance:aopalliance:1.0
|    |    |    |    \--- com.google.guava:guava:19.0
|    |    |    +--- com.github.vlsi.compactmap:compactmap:1.2.1
|    |    |    |    \--- com.github.andrewoma.dexx:dexx-collections:0.2
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.4 -> 2.9.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.4 -> 2.9.8
|    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.8 (*)
|    |    +--- com.sun.jersey:jersey-servlet:1.19.1
|    |    |    \--- com.sun.jersey:jersey-server:1.19.1
|    |    |         \--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    +--- com.sun.jersey:jersey-server:1.19.1 (*)
|    |    +--- com.netflix.eureka:eureka-core:1.9.8
|    |    |    +--- com.netflix.eureka:eureka-client:1.9.8 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.277 -> 1.11.415
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.5.5 -> 4.5.7 (*)
|    |    |    |    +--- software.amazon.ion:ion-java:1.0.2
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.6.7.1 -> 2.9.8 (*)
|    |    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.6.7 -> 2.9.8
|    |    |    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- joda-time:joda-time:2.8.1 -> 2.10.1
|    |    |    +--- com.amazonaws:aws-java-sdk-ec2:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415
|    |    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.6.7.1 -> 2.9.8 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-autoscaling:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-sts:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.amazonaws:aws-java-sdk-route53:1.11.277 -> 1.11.415
|    |    |    |    +--- com.amazonaws:aws-java-sdk-core:1.11.415 (*)
|    |    |    |    \--- com.amazonaws:jmespath-java:1.11.415 (*)
|    |    |    +--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    |    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.4 -> 2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    |    +--- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.9.8 (*)
|    |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    |    |    \--- com.fasterxml.woodstox:woodstox-core:5.0.3
|    |    |    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    |    \--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
|    |    |         +--- javax.xml.stream:stax-api:1.0-2
|    |    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- javax.inject:javax.inject:1
|    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.8 (*)
|    |    \--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |    |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    \--- commons-configuration:commons-configuration:1.8 (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    +--- com.google.guava:guava:16.0 -> 19.0
|    |    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    |    +--- commons-lang:commons-lang:2.6
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-transport:2.3.0
|    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    |    +--- com.netflix.netflix-commons:netflix-statistics:0.1.1
|    |    |    |    |    |    \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.9 -> 1.2.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0
|    |    |    |    |         +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.25
|    |    |    |    |         \--- javax.inject:javax.inject:1
|    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    +--- io.reactivex:rxnetty:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
|    |    |    |    +--- io.reactivex:rxnetty-contexts:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    +--- io.reactivex:rxnetty-servo:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    |    \--- com.netflix.servo:servo-core:0.7.5 -> 0.12.21 (*)
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.hystrix:hystrix-core:1.4.3 -> 1.5.18
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.0 -> 1.7.25
|    |    |    |    +--- com.netflix.archaius:archaius-core:0.4.1 -> 0.7.6 (*)
|    |    |    |    +--- io.reactivex:rxjava:1.2.0
|    |    |    |    \--- org.hdrhistogram:HdrHistogram:2.1.9
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    |    +--- commons-collections:commons-collections:3.2.2
|    |    |    +--- org.apache.httpcomponents:httpclient:4.2.1 -> 4.5.7 (*)
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1 (*)
|    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 19.0
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    \--- io.reactivex:rxjava:1.2.0
|    \--- com.netflix.ribbon:ribbon-eureka:2.3.0
|         +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|         +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|         +--- com.netflix.eureka:eureka-client:1.7.2 -> 1.9.8 (*)
|         +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
|         \--- com.netflix.archaius:archaius-core:0.7.6 (*)
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
\--- org.glassfish.jaxb:jaxb-runtime -> 2.3.1
     +--- javax.xml.bind:jaxb-api:2.3.1
     |    \--- javax.activation:javax.activation-api:1.2.0
     +--- org.glassfish.jaxb:txw2:2.3.1
     +--- com.sun.istack:istack-commons-runtime:3.0.7
     +--- org.jvnet.staxex:stax-ex:1.8
     +--- com.sun.xml.fastinfoset:FastInfoset:1.2.15
     \--- javax.activation:javax.activation-api:1.2.0
mibrahim-iti commented 5 years ago

Client

compile - Dependencies for source set 'main' (deprecated, use 'implementation' instead).
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot:2.1.5.RELEASE
|    |    |    |    +--- org.springframework:spring-core:5.1.7.RELEASE
|    |    |    |    |    \--- org.springframework:spring-jcl:5.1.7.RELEASE
|    |    |    |    \--- org.springframework:spring-context:5.1.7.RELEASE
|    |    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE
|    |    |    |         |    +--- org.springframework:spring-beans:5.1.7.RELEASE
|    |    |    |         |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         \--- org.springframework:spring-expression:5.1.7.RELEASE
|    |    |    |              \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE
|    |    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.5.RELEASE
|    |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.26
|    |    |    |         \--- org.slf4j:slf4j-api:1.7.26
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    \--- org.yaml:snakeyaml:1.23
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE -> 5.1.7.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |         \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.5.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.5.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    \--- io.micrometer:micrometer-core:1.1.4 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
+--- net.sf.dozer:dozer:5.5.1
|    +--- commons-beanutils:commons-beanutils:1.9.1
|    |    \--- commons-collections:commons-collections:3.2.1 -> 3.2.2
|    +--- org.apache.commons:commons-lang3:3.2.1 -> 3.8.1
|    +--- org.slf4j:slf4j-api:1.7.5 -> 1.7.26
|    \--- org.slf4j:jcl-over-slf4j:1.7.5 -> 1.7.26
|         \--- org.slf4j:slf4j-api:1.7.26
+--- org.glassfish:javax.json:1.1.2
|    \--- javax.json:javax.json-api:1.1.2
+--- javax.json:javax.json-api:1.1.2
+--- biz.paluch.redis:lettuce:4.5.0.Final
|    +--- io.reactivex:rxjava:1.3.8 -> 1.2.0
|    +--- io.netty:netty-common:4.1.29.Final -> 4.1.36.Final
|    +--- io.netty:netty-transport:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final
|    |    |    \--- io.netty:netty-common:4.1.36.Final
|    |    \--- io.netty:netty-resolver:4.1.36.Final
|    |         \--- io.netty:netty-common:4.1.36.Final
|    +--- io.netty:netty-handler:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |    +--- io.netty:netty-transport:4.1.36.Final (*)
|    |    \--- io.netty:netty-codec:4.1.36.Final
|    |         +--- io.netty:netty-common:4.1.36.Final
|    |         +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |         \--- io.netty:netty-transport:4.1.36.Final (*)
|    \--- com.google.guava:guava:19.0 -> 20.0
+--- org.pacesys:openstack4j-core:3.1.0
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8
|    |    +--- org.yaml:snakeyaml:1.23
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 3.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9
|         \--- com.github.fge:jackson-coreutils:1.6
|              +--- com.github.fge:msg-simple:1.1
|              |    +--- com.github.fge:btf:1.2
|              |    |    \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
|              |    \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
|              +--- com.fasterxml.jackson.core:jackson-databind:2.2.3 -> 2.9.8 (*)
|              +--- com.google.guava:guava:16.0.1 -> 20.0
|              \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
+--- org.pacesys.openstack4j.connectors:openstack4j-httpclient:3.1.0
|    +--- org.apache.httpcomponents:httpclient:4.3.6 -> 4.5.8
|    |    +--- org.apache.httpcomponents:httpcore:4.4.11
|    |    \--- commons-codec:commons-codec:1.11
|    +--- org.pacesys:openstack4j-core:3.1.0 (*)
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8 (*)
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 3.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-zuul -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-netflix-zuul:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.4
|    |    +--- org.apache.httpcomponents:httpclient:4.5.7 -> 4.5.8 (*)
|    |    +--- com.netflix.netflix-commons:netflix-commons-util:0.3.0
|    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    \--- javax.inject:javax.inject:1
|    |    \--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |         |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |         |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |         |    +--- com.netflix.archaius:archaius-core:0.7.6
|    |         |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |         |    |    +--- commons-configuration:commons-configuration:1.8
|    |         |    |    |    \--- commons-lang:commons-lang:2.6
|    |         |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |         |    |    +--- com.google.guava:guava:16.0 -> 20.0
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.4.3 -> 2.9.0
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-core:2.4.3 -> 2.9.8
|    |         |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.4.3 -> 2.9.8 (*)
|    |         |    \--- commons-configuration:commons-configuration:1.8 (*)
|    |         +--- com.netflix.hystrix:hystrix-core:1.5.18
|    |         |    +--- org.slf4j:slf4j-api:1.7.0 -> 1.7.26
|    |         |    +--- com.netflix.archaius:archaius-core:0.4.1 -> 0.7.6 (*)
|    |         |    +--- io.reactivex:rxjava:1.2.0
|    |         |    \--- org.hdrhistogram:HdrHistogram:2.1.9
|    |         +--- com.netflix.hystrix:hystrix-serialization:1.5.18
|    |         |    +--- com.fasterxml.jackson.module:jackson-module-afterburner:2.7.5 -> 2.9.8
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |         |    +--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         |    +--- com.fasterxml.jackson.core:jackson-core:2.7.5 -> 2.9.8
|    |         |    +--- com.fasterxml.jackson.core:jackson-databind:2.7.5 -> 2.9.8 (*)
|    |         |    \--- com.fasterxml.jackson.core:jackson-annotations:2.7.5 -> 2.9.0
|    |         +--- com.netflix.hystrix:hystrix-metrics-event-stream:1.5.18
|    |         |    +--- com.netflix.hystrix:hystrix-serialization:1.5.18 (*)
|    |         |    \--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         +--- com.netflix.hystrix:hystrix-javanica:1.5.18
|    |         |    +--- org.apache.commons:commons-lang3:3.1 -> 3.8.1
|    |         |    +--- org.ow2.asm:asm:5.0.4
|    |         |    +--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         |    +--- org.aspectj:aspectjweaver:1.8.6 -> 1.9.4
|    |         |    \--- com.google.guava:guava:15.0 -> 20.0
|    |         \--- io.reactivex:rxjava-reactive-streams:1.2.1
|    |              +--- io.reactivex:rxjava:1.2.2 -> 1.2.0
|    |              \--- org.reactivestreams:reactive-streams:1.0.0 -> 1.0.2
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-json:2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8 (*)
|    |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.5.RELEASE
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.19
|    |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.19
|    |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    +--- org.hibernate.validator:hibernate-validator:6.0.16.Final
|    |    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    \--- org.springframework:spring-webmvc:5.1.7.RELEASE
|    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-expression:5.1.7.RELEASE (*)
|    |         \--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    +--- com.google.guava:guava:16.0 -> 20.0
|    |    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    |    +--- commons-lang:commons-lang:2.6
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-transport:2.3.0
|    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    |    +--- com.netflix.netflix-commons:netflix-statistics:0.1.1
|    |    |    |    |    |    \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.9 -> 1.2.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21
|    |    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    |    |    \--- com.google.guava:guava:19.0 -> 20.0
|    |    |    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    +--- io.reactivex:rxnetty:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.6 -> 1.7.26
|    |    |    |    +--- io.reactivex:rxnetty-contexts:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    +--- io.reactivex:rxnetty-servo:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    |    \--- com.netflix.servo:servo-core:0.7.5 -> 0.12.21 (*)
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.hystrix:hystrix-core:1.4.3 -> 1.5.18 (*)
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    |    +--- commons-collections:commons-collections:3.2.2
|    |    |    +--- org.apache.httpcomponents:httpclient:4.2.1 -> 4.5.8 (*)
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1
|    |    |    |    \--- com.sun.jersey:jersey-core:1.19.1
|    |    |    |         \--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.1.1 -> 4.5.8 (*)
|    |    |    |    \--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    \--- io.reactivex:rxjava:1.2.0
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    \--- com.netflix.zuul:zuul-core:1.3.1
|         +--- commons-io:commons-io:2.4
|         +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.26
|         +--- com.netflix.archaius:archaius-core:0.6.0 -> 0.7.6 (*)
|         +--- com.netflix.servo:servo-core:0.7.2 -> 0.12.21 (*)
|         \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
\--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-client -> 2.1.1.RELEASE
     +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
     +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
     +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
     |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
     +--- com.netflix.eureka:eureka-client:1.9.8
     |    +--- org.codehaus.jettison:jettison:1.3.7
     |    |    \--- stax:stax-api:1.0.1
     |    +--- com.netflix.netflix-commons:netflix-eventbus:0.3.0
     |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
     |    |    +--- com.netflix.netflix-commons:netflix-infix:0.3.0
     |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
     |    |    |    +--- commons-jxpath:commons-jxpath:1.3
     |    |    |    +--- joda-time:joda-time:2.3 -> 2.10.2
     |    |    |    +--- org.antlr:antlr-runtime:3.4
     |    |    |    |    +--- org.antlr:stringtemplate:3.2.1
     |    |    |    |    |    \--- antlr:antlr:2.7.7
     |    |    |    |    \--- antlr:antlr:2.7.7
     |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
     |    |    |    +--- com.google.guava:guava:14.0.1 -> 20.0
     |    |    |    \--- com.google.code.gson:gson:2.1 -> 2.8.5
     |    |    +--- com.netflix.servo:servo-core:0.5.3 -> 0.12.21 (*)
     |    |    +--- com.netflix.archaius:archaius-core:0.3.3 -> 0.7.6 (*)
     |    |    \--- org.apache.commons:commons-math:2.2
     |    +--- com.thoughtworks.xstream:xstream:1.4.10
     |    |    +--- xmlpull:xmlpull:1.1.3.1
     |    |    \--- xpp3:xpp3_min:1.1.4c
     |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
     |    +--- javax.ws.rs:jsr311-api:1.1.1
     |    +--- com.netflix.servo:servo-core:0.12.21 (*)
     |    +--- com.sun.jersey:jersey-core:1.19.1 (*)
     |    +--- com.sun.jersey:jersey-client:1.19.1 (*)
     |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1 (*)
     |    +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.8 (*)
     |    +--- com.google.inject:guice:4.1.0
     |    |    +--- javax.inject:javax.inject:1
     |    |    +--- aopalliance:aopalliance:1.0
     |    |    \--- com.google.guava:guava:19.0 -> 20.0
     |    +--- com.github.vlsi.compactmap:compactmap:1.2.1
     |    |    \--- com.github.andrewoma.dexx:dexx-collections:0.2
     |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.4 -> 2.9.0
     |    +--- com.fasterxml.jackson.core:jackson-core:2.9.4 -> 2.9.8
     |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.8 (*)
     +--- com.netflix.eureka:eureka-core:1.9.8
     |    +--- com.netflix.eureka:eureka-client:1.9.8 (*)
     |    +--- com.thoughtworks.xstream:xstream:1.4.10 (*)
     |    +--- javax.ws.rs:jsr311-api:1.1.1
     |    \--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
     |         +--- javax.xml.stream:stax-api:1.0-2
     |         \--- org.codehaus.woodstox:stax2-api:3.1.4
     +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
     +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE (*)
     +--- com.netflix.ribbon:ribbon-eureka:2.3.0
     |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
     |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
     |    +--- com.netflix.eureka:eureka-client:1.7.2 -> 1.9.8 (*)
     |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
     |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
     \--- com.thoughtworks.xstream:xstream:1.4.10 (*)

compileClasspath - Compile classpath for source set 'main'.
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot:2.1.5.RELEASE
|    |    |    |    +--- org.springframework:spring-core:5.1.7.RELEASE
|    |    |    |    |    \--- org.springframework:spring-jcl:5.1.7.RELEASE
|    |    |    |    \--- org.springframework:spring-context:5.1.7.RELEASE
|    |    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE
|    |    |    |         |    +--- org.springframework:spring-beans:5.1.7.RELEASE
|    |    |    |         |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         \--- org.springframework:spring-expression:5.1.7.RELEASE
|    |    |    |              \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE
|    |    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.5.RELEASE
|    |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.26
|    |    |    |         \--- org.slf4j:slf4j-api:1.7.26
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE -> 5.1.7.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |         \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.5.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.5.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    \--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    \--- io.micrometer:micrometer-core:1.1.4 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
+--- net.sf.dozer:dozer:5.5.1
|    +--- commons-beanutils:commons-beanutils:1.9.1
|    |    \--- commons-collections:commons-collections:3.2.1
|    +--- org.apache.commons:commons-lang3:3.2.1 -> 3.8.1
|    +--- org.slf4j:slf4j-api:1.7.5 -> 1.7.26
|    \--- org.slf4j:jcl-over-slf4j:1.7.5 -> 1.7.26
|         \--- org.slf4j:slf4j-api:1.7.26
+--- org.glassfish:javax.json:1.1.2
|    \--- javax.json:javax.json-api:1.1.2
+--- javax.json:javax.json-api:1.1.2
+--- biz.paluch.redis:lettuce:4.5.0.Final
|    +--- io.reactivex:rxjava:1.3.8 -> 1.2.0
|    +--- io.netty:netty-common:4.1.29.Final -> 4.1.36.Final
|    +--- io.netty:netty-transport:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final
|    |    |    \--- io.netty:netty-common:4.1.36.Final
|    |    \--- io.netty:netty-resolver:4.1.36.Final
|    |         \--- io.netty:netty-common:4.1.36.Final
|    +--- io.netty:netty-handler:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |    +--- io.netty:netty-transport:4.1.36.Final (*)
|    |    \--- io.netty:netty-codec:4.1.36.Final
|    |         +--- io.netty:netty-common:4.1.36.Final
|    |         +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |         \--- io.netty:netty-transport:4.1.36.Final (*)
|    \--- com.google.guava:guava:19.0 -> 20.0
+--- org.pacesys:openstack4j-core:3.1.0
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8
|    |    +--- org.yaml:snakeyaml:1.23
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 2.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9
|         \--- com.github.fge:jackson-coreutils:1.6
|              +--- com.github.fge:msg-simple:1.1
|              |    +--- com.github.fge:btf:1.2
|              |    |    \--- com.google.code.findbugs:jsr305:2.0.1
|              |    \--- com.google.code.findbugs:jsr305:2.0.1
|              +--- com.fasterxml.jackson.core:jackson-databind:2.2.3 -> 2.9.8 (*)
|              +--- com.google.guava:guava:16.0.1 -> 20.0
|              \--- com.google.code.findbugs:jsr305:2.0.1
+--- org.pacesys.openstack4j.connectors:openstack4j-httpclient:3.1.0
|    +--- org.apache.httpcomponents:httpclient:4.3.6 -> 4.5.8
|    |    +--- org.apache.httpcomponents:httpcore:4.4.11
|    |    \--- commons-codec:commons-codec:1.11
|    +--- org.pacesys:openstack4j-core:3.1.0 (*)
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8 (*)
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 2.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-zuul -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-netflix-zuul:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.4
|    |    +--- org.apache.httpcomponents:httpclient:4.5.7 -> 4.5.8 (*)
|    |    +--- com.netflix.netflix-commons:netflix-commons-util:0.3.0
|    |    \--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |         |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |         |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.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
|    |         |    \--- org.hdrhistogram:HdrHistogram:2.1.9
|    |         +--- 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.9.8
|    |         |    +--- com.fasterxml.jackson.core:jackson-databind:2.7.5 -> 2.9.8 (*)
|    |         |    \--- com.fasterxml.jackson.core:jackson-annotations:2.7.5 -> 2.9.0
|    |         +--- 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.4
|    |         |    \--- com.google.guava:guava:15.0 -> 20.0
|    |         \--- io.reactivex:rxjava-reactive-streams:1.2.1
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-json:2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.5.RELEASE
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.19
|    |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.19
|    |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    +--- org.hibernate.validator:hibernate-validator:6.0.16.Final
|    |    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    \--- org.springframework:spring-webmvc:5.1.7.RELEASE
|    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-expression:5.1.7.RELEASE (*)
|    |         \--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    \--- io.reactivex:rxjava:1.2.0
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    \--- com.netflix.zuul:zuul-core:1.3.1
\--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-client -> 2.1.1.RELEASE
     +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
     +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
     +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
     |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
     +--- com.netflix.eureka:eureka-client:1.9.8
     +--- com.netflix.eureka:eureka-core:1.9.8
     +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
     +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE (*)
     +--- com.netflix.ribbon:ribbon-eureka:2.3.0
     \--- com.thoughtworks.xstream:xstream:1.4.10
          +--- xmlpull:xmlpull:1.1.3.1
          \--- xpp3:xpp3_min:1.1.4c

compileOnly - Compile only dependencies for source set 'main'.
No dependencies

default - Configuration for default artifacts.
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot:2.1.5.RELEASE
|    |    |    |    +--- org.springframework:spring-core:5.1.7.RELEASE
|    |    |    |    |    \--- org.springframework:spring-jcl:5.1.7.RELEASE
|    |    |    |    \--- org.springframework:spring-context:5.1.7.RELEASE
|    |    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE
|    |    |    |         |    +--- org.springframework:spring-beans:5.1.7.RELEASE
|    |    |    |         |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         \--- org.springframework:spring-expression:5.1.7.RELEASE
|    |    |    |              \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE
|    |    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.5.RELEASE
|    |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.26
|    |    |    |         \--- org.slf4j:slf4j-api:1.7.26
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    \--- org.yaml:snakeyaml:1.23
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE -> 5.1.7.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |         \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.5.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.5.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    \--- io.micrometer:micrometer-core:1.1.4 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
+--- net.sf.dozer:dozer:5.5.1
|    +--- commons-beanutils:commons-beanutils:1.9.1
|    |    \--- commons-collections:commons-collections:3.2.1 -> 3.2.2
|    +--- org.apache.commons:commons-lang3:3.2.1 -> 3.8.1
|    +--- org.slf4j:slf4j-api:1.7.5 -> 1.7.26
|    \--- org.slf4j:jcl-over-slf4j:1.7.5 -> 1.7.26
|         \--- org.slf4j:slf4j-api:1.7.26
+--- org.glassfish:javax.json:1.1.2
|    \--- javax.json:javax.json-api:1.1.2
+--- javax.json:javax.json-api:1.1.2
+--- biz.paluch.redis:lettuce:4.5.0.Final
|    +--- io.reactivex:rxjava:1.3.8 -> 1.2.0
|    +--- io.netty:netty-common:4.1.29.Final -> 4.1.36.Final
|    +--- io.netty:netty-transport:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final
|    |    |    \--- io.netty:netty-common:4.1.36.Final
|    |    \--- io.netty:netty-resolver:4.1.36.Final
|    |         \--- io.netty:netty-common:4.1.36.Final
|    +--- io.netty:netty-handler:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |    +--- io.netty:netty-transport:4.1.36.Final (*)
|    |    \--- io.netty:netty-codec:4.1.36.Final
|    |         +--- io.netty:netty-common:4.1.36.Final
|    |         +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |         \--- io.netty:netty-transport:4.1.36.Final (*)
|    \--- com.google.guava:guava:19.0 -> 20.0
+--- org.pacesys:openstack4j-core:3.1.0
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8
|    |    +--- org.yaml:snakeyaml:1.23
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 3.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9
|         \--- com.github.fge:jackson-coreutils:1.6
|              +--- com.github.fge:msg-simple:1.1
|              |    +--- com.github.fge:btf:1.2
|              |    |    \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
|              |    \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
|              +--- com.fasterxml.jackson.core:jackson-databind:2.2.3 -> 2.9.8 (*)
|              +--- com.google.guava:guava:16.0.1 -> 20.0
|              \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
+--- org.pacesys.openstack4j.connectors:openstack4j-httpclient:3.1.0
|    +--- org.apache.httpcomponents:httpclient:4.3.6 -> 4.5.8
|    |    +--- org.apache.httpcomponents:httpcore:4.4.11
|    |    \--- commons-codec:commons-codec:1.11
|    +--- org.pacesys:openstack4j-core:3.1.0 (*)
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8 (*)
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 3.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-zuul -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-netflix-zuul:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.4
|    |    +--- org.apache.httpcomponents:httpclient:4.5.7 -> 4.5.8 (*)
|    |    +--- com.netflix.netflix-commons:netflix-commons-util:0.3.0
|    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    \--- javax.inject:javax.inject:1
|    |    \--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |         |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |         |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |         |    +--- com.netflix.archaius:archaius-core:0.7.6
|    |         |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |         |    |    +--- commons-configuration:commons-configuration:1.8
|    |         |    |    |    \--- commons-lang:commons-lang:2.6
|    |         |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |         |    |    +--- com.google.guava:guava:16.0 -> 20.0
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.4.3 -> 2.9.0
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-core:2.4.3 -> 2.9.8
|    |         |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.4.3 -> 2.9.8 (*)
|    |         |    \--- commons-configuration:commons-configuration:1.8 (*)
|    |         +--- com.netflix.hystrix:hystrix-core:1.5.18
|    |         |    +--- org.slf4j:slf4j-api:1.7.0 -> 1.7.26
|    |         |    +--- com.netflix.archaius:archaius-core:0.4.1 -> 0.7.6 (*)
|    |         |    +--- io.reactivex:rxjava:1.2.0
|    |         |    \--- org.hdrhistogram:HdrHistogram:2.1.9
|    |         +--- com.netflix.hystrix:hystrix-serialization:1.5.18
|    |         |    +--- com.fasterxml.jackson.module:jackson-module-afterburner:2.7.5 -> 2.9.8
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |         |    +--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         |    +--- com.fasterxml.jackson.core:jackson-core:2.7.5 -> 2.9.8
|    |         |    +--- com.fasterxml.jackson.core:jackson-databind:2.7.5 -> 2.9.8 (*)
|    |         |    \--- com.fasterxml.jackson.core:jackson-annotations:2.7.5 -> 2.9.0
|    |         +--- com.netflix.hystrix:hystrix-metrics-event-stream:1.5.18
|    |         |    +--- com.netflix.hystrix:hystrix-serialization:1.5.18 (*)
|    |         |    \--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         +--- com.netflix.hystrix:hystrix-javanica:1.5.18
|    |         |    +--- org.apache.commons:commons-lang3:3.1 -> 3.8.1
|    |         |    +--- org.ow2.asm:asm:5.0.4
|    |         |    +--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         |    +--- org.aspectj:aspectjweaver:1.8.6 -> 1.9.4
|    |         |    \--- com.google.guava:guava:15.0 -> 20.0
|    |         \--- io.reactivex:rxjava-reactive-streams:1.2.1
|    |              +--- io.reactivex:rxjava:1.2.2 -> 1.2.0
|    |              \--- org.reactivestreams:reactive-streams:1.0.0 -> 1.0.2
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-json:2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8 (*)
|    |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.5.RELEASE
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.19
|    |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.19
|    |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    +--- org.hibernate.validator:hibernate-validator:6.0.16.Final
|    |    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    \--- org.springframework:spring-webmvc:5.1.7.RELEASE
|    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-expression:5.1.7.RELEASE (*)
|    |         \--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    +--- com.google.guava:guava:16.0 -> 20.0
|    |    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    |    +--- commons-lang:commons-lang:2.6
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-transport:2.3.0
|    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    |    +--- com.netflix.netflix-commons:netflix-statistics:0.1.1
|    |    |    |    |    |    \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.9 -> 1.2.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21
|    |    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    |    |    \--- com.google.guava:guava:19.0 -> 20.0
|    |    |    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    +--- io.reactivex:rxnetty:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.6 -> 1.7.26
|    |    |    |    +--- io.reactivex:rxnetty-contexts:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    +--- io.reactivex:rxnetty-servo:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    |    \--- com.netflix.servo:servo-core:0.7.5 -> 0.12.21 (*)
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.hystrix:hystrix-core:1.4.3 -> 1.5.18 (*)
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    |    +--- commons-collections:commons-collections:3.2.2
|    |    |    +--- org.apache.httpcomponents:httpclient:4.2.1 -> 4.5.8 (*)
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1
|    |    |    |    \--- com.sun.jersey:jersey-core:1.19.1
|    |    |    |         \--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.1.1 -> 4.5.8 (*)
|    |    |    |    \--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    \--- io.reactivex:rxjava:1.2.0
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    \--- com.netflix.zuul:zuul-core:1.3.1
|         +--- commons-io:commons-io:2.4
|         +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.26
|         +--- com.netflix.archaius:archaius-core:0.6.0 -> 0.7.6 (*)
|         +--- com.netflix.servo:servo-core:0.7.2 -> 0.12.21 (*)
|         \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-client -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
|    |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- com.netflix.eureka:eureka-client:1.9.8
|    |    +--- org.codehaus.jettison:jettison:1.3.7
|    |    |    \--- stax:stax-api:1.0.1
|    |    +--- com.netflix.netflix-commons:netflix-eventbus:0.3.0
|    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    +--- com.netflix.netflix-commons:netflix-infix:0.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    +--- commons-jxpath:commons-jxpath:1.3
|    |    |    |    +--- joda-time:joda-time:2.3 -> 2.10.2
|    |    |    |    +--- org.antlr:antlr-runtime:3.4
|    |    |    |    |    +--- org.antlr:stringtemplate:3.2.1
|    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    +--- com.google.guava:guava:14.0.1 -> 20.0
|    |    |    |    \--- com.google.code.gson:gson:2.1 -> 2.8.5
|    |    |    +--- com.netflix.servo:servo-core:0.5.3 -> 0.12.21 (*)
|    |    |    +--- com.netflix.archaius:archaius-core:0.3.3 -> 0.7.6 (*)
|    |    |    \--- org.apache.commons:commons-math:2.2
|    |    +--- com.thoughtworks.xstream:xstream:1.4.10
|    |    |    +--- xmlpull:xmlpull:1.1.3.1
|    |    |    \--- xpp3:xpp3_min:1.1.4c
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    +--- com.netflix.servo:servo-core:0.12.21 (*)
|    |    +--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    +--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1 (*)
|    |    +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.8 (*)
|    |    +--- com.google.inject:guice:4.1.0
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- aopalliance:aopalliance:1.0
|    |    |    \--- com.google.guava:guava:19.0 -> 20.0
|    |    +--- com.github.vlsi.compactmap:compactmap:1.2.1
|    |    |    \--- com.github.andrewoma.dexx:dexx-collections:0.2
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.4 -> 2.9.0
|    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.4 -> 2.9.8
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.8 (*)
|    +--- com.netflix.eureka:eureka-core:1.9.8
|    |    +--- com.netflix.eureka:eureka-client:1.9.8 (*)
|    |    +--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    \--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
|    |         +--- javax.xml.stream:stax-api:1.0-2
|    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE (*)
|    +--- com.netflix.ribbon:ribbon-eureka:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    +--- com.netflix.eureka:eureka-client:1.7.2 -> 1.9.8 (*)
|    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    \--- com.thoughtworks.xstream:xstream:1.4.10 (*)
\--- org.springframework.boot:spring-boot-devtools -> 2.1.5.RELEASE
     +--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
     \--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)

implementation - Implementation only dependencies for source set 'main'. (n)
No dependencies

runtime - Runtime dependencies for source set 'main' (deprecated, use 'runtimeOnly' instead).
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot:2.1.5.RELEASE
|    |    |    |    +--- org.springframework:spring-core:5.1.7.RELEASE
|    |    |    |    |    \--- org.springframework:spring-jcl:5.1.7.RELEASE
|    |    |    |    \--- org.springframework:spring-context:5.1.7.RELEASE
|    |    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE
|    |    |    |         |    +--- org.springframework:spring-beans:5.1.7.RELEASE
|    |    |    |         |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         \--- org.springframework:spring-expression:5.1.7.RELEASE
|    |    |    |              \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE
|    |    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.5.RELEASE
|    |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.26
|    |    |    |         \--- org.slf4j:slf4j-api:1.7.26
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    \--- org.yaml:snakeyaml:1.23
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE -> 5.1.7.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |         \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.5.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.5.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    \--- io.micrometer:micrometer-core:1.1.4 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
+--- net.sf.dozer:dozer:5.5.1
|    +--- commons-beanutils:commons-beanutils:1.9.1
|    |    \--- commons-collections:commons-collections:3.2.1 -> 3.2.2
|    +--- org.apache.commons:commons-lang3:3.2.1 -> 3.8.1
|    +--- org.slf4j:slf4j-api:1.7.5 -> 1.7.26
|    \--- org.slf4j:jcl-over-slf4j:1.7.5 -> 1.7.26
|         \--- org.slf4j:slf4j-api:1.7.26
+--- org.glassfish:javax.json:1.1.2
|    \--- javax.json:javax.json-api:1.1.2
+--- javax.json:javax.json-api:1.1.2
+--- biz.paluch.redis:lettuce:4.5.0.Final
|    +--- io.reactivex:rxjava:1.3.8 -> 1.2.0
|    +--- io.netty:netty-common:4.1.29.Final -> 4.1.36.Final
|    +--- io.netty:netty-transport:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final
|    |    |    \--- io.netty:netty-common:4.1.36.Final
|    |    \--- io.netty:netty-resolver:4.1.36.Final
|    |         \--- io.netty:netty-common:4.1.36.Final
|    +--- io.netty:netty-handler:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |    +--- io.netty:netty-transport:4.1.36.Final (*)
|    |    \--- io.netty:netty-codec:4.1.36.Final
|    |         +--- io.netty:netty-common:4.1.36.Final
|    |         +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |         \--- io.netty:netty-transport:4.1.36.Final (*)
|    \--- com.google.guava:guava:19.0 -> 20.0
+--- org.pacesys:openstack4j-core:3.1.0
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8
|    |    +--- org.yaml:snakeyaml:1.23
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 3.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9
|         \--- com.github.fge:jackson-coreutils:1.6
|              +--- com.github.fge:msg-simple:1.1
|              |    +--- com.github.fge:btf:1.2
|              |    |    \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
|              |    \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
|              +--- com.fasterxml.jackson.core:jackson-databind:2.2.3 -> 2.9.8 (*)
|              +--- com.google.guava:guava:16.0.1 -> 20.0
|              \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
+--- org.pacesys.openstack4j.connectors:openstack4j-httpclient:3.1.0
|    +--- org.apache.httpcomponents:httpclient:4.3.6 -> 4.5.8
|    |    +--- org.apache.httpcomponents:httpcore:4.4.11
|    |    \--- commons-codec:commons-codec:1.11
|    +--- org.pacesys:openstack4j-core:3.1.0 (*)
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8 (*)
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 3.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-zuul -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-netflix-zuul:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.4
|    |    +--- org.apache.httpcomponents:httpclient:4.5.7 -> 4.5.8 (*)
|    |    +--- com.netflix.netflix-commons:netflix-commons-util:0.3.0
|    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    \--- javax.inject:javax.inject:1
|    |    \--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |         |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |         |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |         |    +--- com.netflix.archaius:archaius-core:0.7.6
|    |         |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |         |    |    +--- commons-configuration:commons-configuration:1.8
|    |         |    |    |    \--- commons-lang:commons-lang:2.6
|    |         |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |         |    |    +--- com.google.guava:guava:16.0 -> 20.0
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.4.3 -> 2.9.0
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-core:2.4.3 -> 2.9.8
|    |         |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.4.3 -> 2.9.8 (*)
|    |         |    \--- commons-configuration:commons-configuration:1.8 (*)
|    |         +--- com.netflix.hystrix:hystrix-core:1.5.18
|    |         |    +--- org.slf4j:slf4j-api:1.7.0 -> 1.7.26
|    |         |    +--- com.netflix.archaius:archaius-core:0.4.1 -> 0.7.6 (*)
|    |         |    +--- io.reactivex:rxjava:1.2.0
|    |         |    \--- org.hdrhistogram:HdrHistogram:2.1.9
|    |         +--- com.netflix.hystrix:hystrix-serialization:1.5.18
|    |         |    +--- com.fasterxml.jackson.module:jackson-module-afterburner:2.7.5 -> 2.9.8
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |         |    +--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         |    +--- com.fasterxml.jackson.core:jackson-core:2.7.5 -> 2.9.8
|    |         |    +--- com.fasterxml.jackson.core:jackson-databind:2.7.5 -> 2.9.8 (*)
|    |         |    \--- com.fasterxml.jackson.core:jackson-annotations:2.7.5 -> 2.9.0
|    |         +--- com.netflix.hystrix:hystrix-metrics-event-stream:1.5.18
|    |         |    +--- com.netflix.hystrix:hystrix-serialization:1.5.18 (*)
|    |         |    \--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         +--- com.netflix.hystrix:hystrix-javanica:1.5.18
|    |         |    +--- org.apache.commons:commons-lang3:3.1 -> 3.8.1
|    |         |    +--- org.ow2.asm:asm:5.0.4
|    |         |    +--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         |    +--- org.aspectj:aspectjweaver:1.8.6 -> 1.9.4
|    |         |    \--- com.google.guava:guava:15.0 -> 20.0
|    |         \--- io.reactivex:rxjava-reactive-streams:1.2.1
|    |              +--- io.reactivex:rxjava:1.2.2 -> 1.2.0
|    |              \--- org.reactivestreams:reactive-streams:1.0.0 -> 1.0.2
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-json:2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8 (*)
|    |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.5.RELEASE
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.19
|    |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.19
|    |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    +--- org.hibernate.validator:hibernate-validator:6.0.16.Final
|    |    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    \--- org.springframework:spring-webmvc:5.1.7.RELEASE
|    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-expression:5.1.7.RELEASE (*)
|    |         \--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    +--- com.google.guava:guava:16.0 -> 20.0
|    |    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    |    +--- commons-lang:commons-lang:2.6
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-transport:2.3.0
|    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    |    +--- com.netflix.netflix-commons:netflix-statistics:0.1.1
|    |    |    |    |    |    \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.9 -> 1.2.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21
|    |    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    |    |    \--- com.google.guava:guava:19.0 -> 20.0
|    |    |    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    +--- io.reactivex:rxnetty:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.6 -> 1.7.26
|    |    |    |    +--- io.reactivex:rxnetty-contexts:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    +--- io.reactivex:rxnetty-servo:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    |    \--- com.netflix.servo:servo-core:0.7.5 -> 0.12.21 (*)
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.hystrix:hystrix-core:1.4.3 -> 1.5.18 (*)
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    |    +--- commons-collections:commons-collections:3.2.2
|    |    |    +--- org.apache.httpcomponents:httpclient:4.2.1 -> 4.5.8 (*)
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1
|    |    |    |    \--- com.sun.jersey:jersey-core:1.19.1
|    |    |    |         \--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.1.1 -> 4.5.8 (*)
|    |    |    |    \--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    \--- io.reactivex:rxjava:1.2.0
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    \--- com.netflix.zuul:zuul-core:1.3.1
|         +--- commons-io:commons-io:2.4
|         +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.26
|         +--- com.netflix.archaius:archaius-core:0.6.0 -> 0.7.6 (*)
|         +--- com.netflix.servo:servo-core:0.7.2 -> 0.12.21 (*)
|         \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-client -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
|    |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- com.netflix.eureka:eureka-client:1.9.8
|    |    +--- org.codehaus.jettison:jettison:1.3.7
|    |    |    \--- stax:stax-api:1.0.1
|    |    +--- com.netflix.netflix-commons:netflix-eventbus:0.3.0
|    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    +--- com.netflix.netflix-commons:netflix-infix:0.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    +--- commons-jxpath:commons-jxpath:1.3
|    |    |    |    +--- joda-time:joda-time:2.3 -> 2.10.2
|    |    |    |    +--- org.antlr:antlr-runtime:3.4
|    |    |    |    |    +--- org.antlr:stringtemplate:3.2.1
|    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    +--- com.google.guava:guava:14.0.1 -> 20.0
|    |    |    |    \--- com.google.code.gson:gson:2.1 -> 2.8.5
|    |    |    +--- com.netflix.servo:servo-core:0.5.3 -> 0.12.21 (*)
|    |    |    +--- com.netflix.archaius:archaius-core:0.3.3 -> 0.7.6 (*)
|    |    |    \--- org.apache.commons:commons-math:2.2
|    |    +--- com.thoughtworks.xstream:xstream:1.4.10
|    |    |    +--- xmlpull:xmlpull:1.1.3.1
|    |    |    \--- xpp3:xpp3_min:1.1.4c
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    +--- com.netflix.servo:servo-core:0.12.21 (*)
|    |    +--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    +--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1 (*)
|    |    +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.8 (*)
|    |    +--- com.google.inject:guice:4.1.0
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- aopalliance:aopalliance:1.0
|    |    |    \--- com.google.guava:guava:19.0 -> 20.0
|    |    +--- com.github.vlsi.compactmap:compactmap:1.2.1
|    |    |    \--- com.github.andrewoma.dexx:dexx-collections:0.2
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.4 -> 2.9.0
|    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.4 -> 2.9.8
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.8 (*)
|    +--- com.netflix.eureka:eureka-core:1.9.8
|    |    +--- com.netflix.eureka:eureka-client:1.9.8 (*)
|    |    +--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    \--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
|    |         +--- javax.xml.stream:stax-api:1.0-2
|    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE (*)
|    +--- com.netflix.ribbon:ribbon-eureka:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    +--- com.netflix.eureka:eureka-client:1.7.2 -> 1.9.8 (*)
|    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    \--- com.thoughtworks.xstream:xstream:1.4.10 (*)
\--- org.springframework.boot:spring-boot-devtools -> 2.1.5.RELEASE
     +--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
     \--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)

runtimeClasspath - Runtime classpath of source set 'main'.
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot:2.1.5.RELEASE
|    |    |    |    +--- org.springframework:spring-core:5.1.7.RELEASE
|    |    |    |    |    \--- org.springframework:spring-jcl:5.1.7.RELEASE
|    |    |    |    \--- org.springframework:spring-context:5.1.7.RELEASE
|    |    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE
|    |    |    |         |    +--- org.springframework:spring-beans:5.1.7.RELEASE
|    |    |    |         |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         \--- org.springframework:spring-expression:5.1.7.RELEASE
|    |    |    |              \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE
|    |    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.5.RELEASE
|    |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.26
|    |    |    |         \--- org.slf4j:slf4j-api:1.7.26
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    \--- org.yaml:snakeyaml:1.23
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE -> 5.1.7.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |         \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.5.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.5.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    \--- io.micrometer:micrometer-core:1.1.4 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
+--- net.sf.dozer:dozer:5.5.1
|    +--- commons-beanutils:commons-beanutils:1.9.1
|    |    \--- commons-collections:commons-collections:3.2.1 -> 3.2.2
|    +--- org.apache.commons:commons-lang3:3.2.1 -> 3.8.1
|    +--- org.slf4j:slf4j-api:1.7.5 -> 1.7.26
|    \--- org.slf4j:jcl-over-slf4j:1.7.5 -> 1.7.26
|         \--- org.slf4j:slf4j-api:1.7.26
+--- org.glassfish:javax.json:1.1.2
|    \--- javax.json:javax.json-api:1.1.2
+--- javax.json:javax.json-api:1.1.2
+--- biz.paluch.redis:lettuce:4.5.0.Final
|    +--- io.reactivex:rxjava:1.3.8 -> 1.2.0
|    +--- io.netty:netty-common:4.1.29.Final -> 4.1.36.Final
|    +--- io.netty:netty-transport:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final
|    |    |    \--- io.netty:netty-common:4.1.36.Final
|    |    \--- io.netty:netty-resolver:4.1.36.Final
|    |         \--- io.netty:netty-common:4.1.36.Final
|    +--- io.netty:netty-handler:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |    +--- io.netty:netty-transport:4.1.36.Final (*)
|    |    \--- io.netty:netty-codec:4.1.36.Final
|    |         +--- io.netty:netty-common:4.1.36.Final
|    |         +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |         \--- io.netty:netty-transport:4.1.36.Final (*)
|    \--- com.google.guava:guava:19.0 -> 20.0
+--- org.pacesys:openstack4j-core:3.1.0
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8
|    |    +--- org.yaml:snakeyaml:1.23
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 3.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9
|         \--- com.github.fge:jackson-coreutils:1.6
|              +--- com.github.fge:msg-simple:1.1
|              |    +--- com.github.fge:btf:1.2
|              |    |    \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
|              |    \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
|              +--- com.fasterxml.jackson.core:jackson-databind:2.2.3 -> 2.9.8 (*)
|              +--- com.google.guava:guava:16.0.1 -> 20.0
|              \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
+--- org.pacesys.openstack4j.connectors:openstack4j-httpclient:3.1.0
|    +--- org.apache.httpcomponents:httpclient:4.3.6 -> 4.5.8
|    |    +--- org.apache.httpcomponents:httpcore:4.4.11
|    |    \--- commons-codec:commons-codec:1.11
|    +--- org.pacesys:openstack4j-core:3.1.0 (*)
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8 (*)
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 3.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-zuul -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-netflix-zuul:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.4
|    |    +--- org.apache.httpcomponents:httpclient:4.5.7 -> 4.5.8 (*)
|    |    +--- com.netflix.netflix-commons:netflix-commons-util:0.3.0
|    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    \--- javax.inject:javax.inject:1
|    |    \--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |         |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |         |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |         |    +--- com.netflix.archaius:archaius-core:0.7.6
|    |         |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |         |    |    +--- commons-configuration:commons-configuration:1.8
|    |         |    |    |    \--- commons-lang:commons-lang:2.6
|    |         |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |         |    |    +--- com.google.guava:guava:16.0 -> 20.0
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.4.3 -> 2.9.0
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-core:2.4.3 -> 2.9.8
|    |         |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.4.3 -> 2.9.8 (*)
|    |         |    \--- commons-configuration:commons-configuration:1.8 (*)
|    |         +--- com.netflix.hystrix:hystrix-core:1.5.18
|    |         |    +--- org.slf4j:slf4j-api:1.7.0 -> 1.7.26
|    |         |    +--- com.netflix.archaius:archaius-core:0.4.1 -> 0.7.6 (*)
|    |         |    +--- io.reactivex:rxjava:1.2.0
|    |         |    \--- org.hdrhistogram:HdrHistogram:2.1.9
|    |         +--- com.netflix.hystrix:hystrix-serialization:1.5.18
|    |         |    +--- com.fasterxml.jackson.module:jackson-module-afterburner:2.7.5 -> 2.9.8
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |         |    +--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         |    +--- com.fasterxml.jackson.core:jackson-core:2.7.5 -> 2.9.8
|    |         |    +--- com.fasterxml.jackson.core:jackson-databind:2.7.5 -> 2.9.8 (*)
|    |         |    \--- com.fasterxml.jackson.core:jackson-annotations:2.7.5 -> 2.9.0
|    |         +--- com.netflix.hystrix:hystrix-metrics-event-stream:1.5.18
|    |         |    +--- com.netflix.hystrix:hystrix-serialization:1.5.18 (*)
|    |         |    \--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         +--- com.netflix.hystrix:hystrix-javanica:1.5.18
|    |         |    +--- org.apache.commons:commons-lang3:3.1 -> 3.8.1
|    |         |    +--- org.ow2.asm:asm:5.0.4
|    |         |    +--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         |    +--- org.aspectj:aspectjweaver:1.8.6 -> 1.9.4
|    |         |    \--- com.google.guava:guava:15.0 -> 20.0
|    |         \--- io.reactivex:rxjava-reactive-streams:1.2.1
|    |              +--- io.reactivex:rxjava:1.2.2 -> 1.2.0
|    |              \--- org.reactivestreams:reactive-streams:1.0.0 -> 1.0.2
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-json:2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8 (*)
|    |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.5.RELEASE
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.19
|    |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.19
|    |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    +--- org.hibernate.validator:hibernate-validator:6.0.16.Final
|    |    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    \--- org.springframework:spring-webmvc:5.1.7.RELEASE
|    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-expression:5.1.7.RELEASE (*)
|    |         \--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    +--- com.google.guava:guava:16.0 -> 20.0
|    |    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    |    +--- commons-lang:commons-lang:2.6
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-transport:2.3.0
|    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    |    +--- com.netflix.netflix-commons:netflix-statistics:0.1.1
|    |    |    |    |    |    \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.9 -> 1.2.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21
|    |    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    |    |    \--- com.google.guava:guava:19.0 -> 20.0
|    |    |    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    +--- io.reactivex:rxnetty:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.6 -> 1.7.26
|    |    |    |    +--- io.reactivex:rxnetty-contexts:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    +--- io.reactivex:rxnetty-servo:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    |    \--- com.netflix.servo:servo-core:0.7.5 -> 0.12.21 (*)
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.hystrix:hystrix-core:1.4.3 -> 1.5.18 (*)
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    |    +--- commons-collections:commons-collections:3.2.2
|    |    |    +--- org.apache.httpcomponents:httpclient:4.2.1 -> 4.5.8 (*)
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1
|    |    |    |    \--- com.sun.jersey:jersey-core:1.19.1
|    |    |    |         \--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.1.1 -> 4.5.8 (*)
|    |    |    |    \--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    \--- io.reactivex:rxjava:1.2.0
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    \--- com.netflix.zuul:zuul-core:1.3.1
|         +--- commons-io:commons-io:2.4
|         +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.26
|         +--- com.netflix.archaius:archaius-core:0.6.0 -> 0.7.6 (*)
|         +--- com.netflix.servo:servo-core:0.7.2 -> 0.12.21 (*)
|         \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-client -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
|    |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- com.netflix.eureka:eureka-client:1.9.8
|    |    +--- org.codehaus.jettison:jettison:1.3.7
|    |    |    \--- stax:stax-api:1.0.1
|    |    +--- com.netflix.netflix-commons:netflix-eventbus:0.3.0
|    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    +--- com.netflix.netflix-commons:netflix-infix:0.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    +--- commons-jxpath:commons-jxpath:1.3
|    |    |    |    +--- joda-time:joda-time:2.3 -> 2.10.2
|    |    |    |    +--- org.antlr:antlr-runtime:3.4
|    |    |    |    |    +--- org.antlr:stringtemplate:3.2.1
|    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    +--- com.google.guava:guava:14.0.1 -> 20.0
|    |    |    |    \--- com.google.code.gson:gson:2.1 -> 2.8.5
|    |    |    +--- com.netflix.servo:servo-core:0.5.3 -> 0.12.21 (*)
|    |    |    +--- com.netflix.archaius:archaius-core:0.3.3 -> 0.7.6 (*)
|    |    |    \--- org.apache.commons:commons-math:2.2
|    |    +--- com.thoughtworks.xstream:xstream:1.4.10
|    |    |    +--- xmlpull:xmlpull:1.1.3.1
|    |    |    \--- xpp3:xpp3_min:1.1.4c
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    +--- com.netflix.servo:servo-core:0.12.21 (*)
|    |    +--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    +--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1 (*)
|    |    +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.8 (*)
|    |    +--- com.google.inject:guice:4.1.0
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- aopalliance:aopalliance:1.0
|    |    |    \--- com.google.guava:guava:19.0 -> 20.0
|    |    +--- com.github.vlsi.compactmap:compactmap:1.2.1
|    |    |    \--- com.github.andrewoma.dexx:dexx-collections:0.2
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.4 -> 2.9.0
|    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.4 -> 2.9.8
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.8 (*)
|    +--- com.netflix.eureka:eureka-core:1.9.8
|    |    +--- com.netflix.eureka:eureka-client:1.9.8 (*)
|    |    +--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    \--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
|    |         +--- javax.xml.stream:stax-api:1.0-2
|    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE (*)
|    +--- com.netflix.ribbon:ribbon-eureka:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    +--- com.netflix.eureka:eureka-client:1.7.2 -> 1.9.8 (*)
|    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    \--- com.thoughtworks.xstream:xstream:1.4.10 (*)
\--- org.springframework.boot:spring-boot-devtools -> 2.1.5.RELEASE
     +--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
     \--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)

runtimeElements - Elements of runtime for main. (n)
No dependencies

runtimeOnly - Runtime only dependencies for source set 'main'. (n)
No dependencies

testAnnotationProcessor - Annotation processors and their dependencies for source set 'test'.
No dependencies

testCompile - Dependencies for source set 'test' (deprecated, use 'testImplementation' instead).
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot:2.1.5.RELEASE
|    |    |    |    +--- org.springframework:spring-core:5.1.7.RELEASE
|    |    |    |    |    \--- org.springframework:spring-jcl:5.1.7.RELEASE
|    |    |    |    \--- org.springframework:spring-context:5.1.7.RELEASE
|    |    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE
|    |    |    |         |    +--- org.springframework:spring-beans:5.1.7.RELEASE
|    |    |    |         |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         \--- org.springframework:spring-expression:5.1.7.RELEASE
|    |    |    |              \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE
|    |    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.5.RELEASE
|    |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.26
|    |    |    |         \--- org.slf4j:slf4j-api:1.7.26
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    \--- org.yaml:snakeyaml:1.23
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE -> 5.1.7.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |         \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.5.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.5.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    \--- io.micrometer:micrometer-core:1.1.4 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
+--- net.sf.dozer:dozer:5.5.1
|    +--- commons-beanutils:commons-beanutils:1.9.1
|    |    \--- commons-collections:commons-collections:3.2.1 -> 3.2.2
|    +--- org.apache.commons:commons-lang3:3.2.1 -> 3.8.1
|    +--- org.slf4j:slf4j-api:1.7.5 -> 1.7.26
|    \--- org.slf4j:jcl-over-slf4j:1.7.5 -> 1.7.26
|         \--- org.slf4j:slf4j-api:1.7.26
+--- org.glassfish:javax.json:1.1.2
|    \--- javax.json:javax.json-api:1.1.2
+--- javax.json:javax.json-api:1.1.2
+--- biz.paluch.redis:lettuce:4.5.0.Final
|    +--- io.reactivex:rxjava:1.3.8 -> 1.2.0
|    +--- io.netty:netty-common:4.1.29.Final -> 4.1.36.Final
|    +--- io.netty:netty-transport:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final
|    |    |    \--- io.netty:netty-common:4.1.36.Final
|    |    \--- io.netty:netty-resolver:4.1.36.Final
|    |         \--- io.netty:netty-common:4.1.36.Final
|    +--- io.netty:netty-handler:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |    +--- io.netty:netty-transport:4.1.36.Final (*)
|    |    \--- io.netty:netty-codec:4.1.36.Final
|    |         +--- io.netty:netty-common:4.1.36.Final
|    |         +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |         \--- io.netty:netty-transport:4.1.36.Final (*)
|    \--- com.google.guava:guava:19.0 -> 20.0
+--- org.pacesys:openstack4j-core:3.1.0
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8
|    |    +--- org.yaml:snakeyaml:1.23
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 3.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9
|         \--- com.github.fge:jackson-coreutils:1.6
|              +--- com.github.fge:msg-simple:1.1
|              |    +--- com.github.fge:btf:1.2
|              |    |    \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
|              |    \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
|              +--- com.fasterxml.jackson.core:jackson-databind:2.2.3 -> 2.9.8 (*)
|              +--- com.google.guava:guava:16.0.1 -> 20.0
|              \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
+--- org.pacesys.openstack4j.connectors:openstack4j-httpclient:3.1.0
|    +--- org.apache.httpcomponents:httpclient:4.3.6 -> 4.5.8
|    |    +--- org.apache.httpcomponents:httpcore:4.4.11
|    |    \--- commons-codec:commons-codec:1.11
|    +--- org.pacesys:openstack4j-core:3.1.0 (*)
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8 (*)
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 3.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-zuul -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-netflix-zuul:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.4
|    |    +--- org.apache.httpcomponents:httpclient:4.5.7 -> 4.5.8 (*)
|    |    +--- com.netflix.netflix-commons:netflix-commons-util:0.3.0
|    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    \--- javax.inject:javax.inject:1
|    |    \--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |         |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |         |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |         |    +--- com.netflix.archaius:archaius-core:0.7.6
|    |         |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |         |    |    +--- commons-configuration:commons-configuration:1.8
|    |         |    |    |    \--- commons-lang:commons-lang:2.6
|    |         |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |         |    |    +--- com.google.guava:guava:16.0 -> 20.0
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.4.3 -> 2.9.0
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-core:2.4.3 -> 2.9.8
|    |         |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.4.3 -> 2.9.8 (*)
|    |         |    \--- commons-configuration:commons-configuration:1.8 (*)
|    |         +--- com.netflix.hystrix:hystrix-core:1.5.18
|    |         |    +--- org.slf4j:slf4j-api:1.7.0 -> 1.7.26
|    |         |    +--- com.netflix.archaius:archaius-core:0.4.1 -> 0.7.6 (*)
|    |         |    +--- io.reactivex:rxjava:1.2.0
|    |         |    \--- org.hdrhistogram:HdrHistogram:2.1.9
|    |         +--- com.netflix.hystrix:hystrix-serialization:1.5.18
|    |         |    +--- com.fasterxml.jackson.module:jackson-module-afterburner:2.7.5 -> 2.9.8
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |         |    +--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         |    +--- com.fasterxml.jackson.core:jackson-core:2.7.5 -> 2.9.8
|    |         |    +--- com.fasterxml.jackson.core:jackson-databind:2.7.5 -> 2.9.8 (*)
|    |         |    \--- com.fasterxml.jackson.core:jackson-annotations:2.7.5 -> 2.9.0
|    |         +--- com.netflix.hystrix:hystrix-metrics-event-stream:1.5.18
|    |         |    +--- com.netflix.hystrix:hystrix-serialization:1.5.18 (*)
|    |         |    \--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         +--- com.netflix.hystrix:hystrix-javanica:1.5.18
|    |         |    +--- org.apache.commons:commons-lang3:3.1 -> 3.8.1
|    |         |    +--- org.ow2.asm:asm:5.0.4
|    |         |    +--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         |    +--- org.aspectj:aspectjweaver:1.8.6 -> 1.9.4
|    |         |    \--- com.google.guava:guava:15.0 -> 20.0
|    |         \--- io.reactivex:rxjava-reactive-streams:1.2.1
|    |              +--- io.reactivex:rxjava:1.2.2 -> 1.2.0
|    |              \--- org.reactivestreams:reactive-streams:1.0.0 -> 1.0.2
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-json:2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8 (*)
|    |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.5.RELEASE
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.19
|    |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.19
|    |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    +--- org.hibernate.validator:hibernate-validator:6.0.16.Final
|    |    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    \--- org.springframework:spring-webmvc:5.1.7.RELEASE
|    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-expression:5.1.7.RELEASE (*)
|    |         \--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    +--- com.google.guava:guava:16.0 -> 20.0
|    |    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    |    +--- commons-lang:commons-lang:2.6
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-transport:2.3.0
|    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    |    +--- com.netflix.netflix-commons:netflix-statistics:0.1.1
|    |    |    |    |    |    \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.9 -> 1.2.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21
|    |    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    |    |    \--- com.google.guava:guava:19.0 -> 20.0
|    |    |    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    +--- io.reactivex:rxnetty:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.6 -> 1.7.26
|    |    |    |    +--- io.reactivex:rxnetty-contexts:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    +--- io.reactivex:rxnetty-servo:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    |    \--- com.netflix.servo:servo-core:0.7.5 -> 0.12.21 (*)
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.hystrix:hystrix-core:1.4.3 -> 1.5.18 (*)
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    |    +--- commons-collections:commons-collections:3.2.2
|    |    |    +--- org.apache.httpcomponents:httpclient:4.2.1 -> 4.5.8 (*)
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1
|    |    |    |    \--- com.sun.jersey:jersey-core:1.19.1
|    |    |    |         \--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.1.1 -> 4.5.8 (*)
|    |    |    |    \--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    \--- io.reactivex:rxjava:1.2.0
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    \--- com.netflix.zuul:zuul-core:1.3.1
|         +--- commons-io:commons-io:2.4
|         +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.26
|         +--- com.netflix.archaius:archaius-core:0.6.0 -> 0.7.6 (*)
|         +--- com.netflix.servo:servo-core:0.7.2 -> 0.12.21 (*)
|         \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-client -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
|    |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- com.netflix.eureka:eureka-client:1.9.8
|    |    +--- org.codehaus.jettison:jettison:1.3.7
|    |    |    \--- stax:stax-api:1.0.1
|    |    +--- com.netflix.netflix-commons:netflix-eventbus:0.3.0
|    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    +--- com.netflix.netflix-commons:netflix-infix:0.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    +--- commons-jxpath:commons-jxpath:1.3
|    |    |    |    +--- joda-time:joda-time:2.3 -> 2.10.2
|    |    |    |    +--- org.antlr:antlr-runtime:3.4
|    |    |    |    |    +--- org.antlr:stringtemplate:3.2.1
|    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    +--- com.google.guava:guava:14.0.1 -> 20.0
|    |    |    |    \--- com.google.code.gson:gson:2.1 -> 2.8.5
|    |    |    +--- com.netflix.servo:servo-core:0.5.3 -> 0.12.21 (*)
|    |    |    +--- com.netflix.archaius:archaius-core:0.3.3 -> 0.7.6 (*)
|    |    |    \--- org.apache.commons:commons-math:2.2
|    |    +--- com.thoughtworks.xstream:xstream:1.4.10
|    |    |    +--- xmlpull:xmlpull:1.1.3.1
|    |    |    \--- xpp3:xpp3_min:1.1.4c
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    +--- com.netflix.servo:servo-core:0.12.21 (*)
|    |    +--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    +--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1 (*)
|    |    +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.8 (*)
|    |    +--- com.google.inject:guice:4.1.0
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- aopalliance:aopalliance:1.0
|    |    |    \--- com.google.guava:guava:19.0 -> 20.0
|    |    +--- com.github.vlsi.compactmap:compactmap:1.2.1
|    |    |    \--- com.github.andrewoma.dexx:dexx-collections:0.2
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.4 -> 2.9.0
|    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.4 -> 2.9.8
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.8 (*)
|    +--- com.netflix.eureka:eureka-core:1.9.8
|    |    +--- com.netflix.eureka:eureka-client:1.9.8 (*)
|    |    +--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    \--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
|    |         +--- javax.xml.stream:stax-api:1.0-2
|    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE (*)
|    +--- com.netflix.ribbon:ribbon-eureka:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    +--- com.netflix.eureka:eureka-client:1.7.2 -> 1.9.8 (*)
|    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    \--- com.thoughtworks.xstream:xstream:1.4.10 (*)
+--- org.springframework.boot:spring-boot-starter-test -> 2.1.5.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-test:2.1.5.RELEASE
|    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-test-autoconfigure:2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-test:2.1.5.RELEASE (*)
|    |    \--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)
|    +--- com.jayway.jsonpath:json-path:2.4.0
|    |    +--- net.minidev:json-smart:2.3
|    |    |    \--- net.minidev:accessors-smart:1.2
|    |    |         \--- org.ow2.asm:asm:5.0.4
|    |    \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    +--- junit:junit:4.12
|    |    \--- org.hamcrest:hamcrest-core:1.3
|    +--- org.assertj:assertj-core:3.11.1
|    +--- org.mockito:mockito-core:2.23.4
|    |    +--- net.bytebuddy:byte-buddy:1.9.3 -> 1.9.12
|    |    +--- net.bytebuddy:byte-buddy-agent:1.9.3 -> 1.9.12
|    |    \--- org.objenesis:objenesis:2.6
|    +--- org.hamcrest:hamcrest-core:1.3
|    +--- org.hamcrest:hamcrest-library:1.3
|    |    \--- org.hamcrest:hamcrest-core:1.3
|    +--- org.skyscreamer:jsonassert:1.5.0
|    |    \--- com.vaadin.external.google:android-json:0.0.20131108.vaadin1
|    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    +--- org.springframework:spring-test:5.1.7.RELEASE
|    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    \--- org.xmlunit:xmlunit-core:2.6.2
\--- org.springframework.security:spring-security-test -> 5.1.5.RELEASE
     +--- org.springframework.security:spring-security-core:5.1.5.RELEASE
     |    +--- org.springframework:spring-aop:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-beans:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-context:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-core:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    \--- org.springframework:spring-expression:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     +--- org.springframework.security:spring-security-web:5.1.5.RELEASE
     |    +--- org.springframework.security:spring-security-core:5.1.5.RELEASE (*)
     |    +--- org.springframework:spring-aop:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-beans:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-context:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-core:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-expression:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    \--- org.springframework:spring-web:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     +--- org.springframework:spring-core:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     \--- org.springframework:spring-test:5.1.6.RELEASE -> 5.1.7.RELEASE (*)

testCompileClasspath - Compile classpath for source set 'test'.
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot:2.1.5.RELEASE
|    |    |    |    +--- org.springframework:spring-core:5.1.7.RELEASE
|    |    |    |    |    \--- org.springframework:spring-jcl:5.1.7.RELEASE
|    |    |    |    \--- org.springframework:spring-context:5.1.7.RELEASE
|    |    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE
|    |    |    |         |    +--- org.springframework:spring-beans:5.1.7.RELEASE
|    |    |    |         |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         \--- org.springframework:spring-expression:5.1.7.RELEASE
|    |    |    |              \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE
|    |    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.5.RELEASE
|    |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.26
|    |    |    |         \--- org.slf4j:slf4j-api:1.7.26
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE -> 5.1.7.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |         \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.5.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.5.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    \--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    \--- io.micrometer:micrometer-core:1.1.4 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
+--- net.sf.dozer:dozer:5.5.1
|    +--- commons-beanutils:commons-beanutils:1.9.1
|    |    \--- commons-collections:commons-collections:3.2.1
|    +--- org.apache.commons:commons-lang3:3.2.1 -> 3.8.1
|    +--- org.slf4j:slf4j-api:1.7.5 -> 1.7.26
|    \--- org.slf4j:jcl-over-slf4j:1.7.5 -> 1.7.26
|         \--- org.slf4j:slf4j-api:1.7.26
+--- org.glassfish:javax.json:1.1.2
|    \--- javax.json:javax.json-api:1.1.2
+--- javax.json:javax.json-api:1.1.2
+--- biz.paluch.redis:lettuce:4.5.0.Final
|    +--- io.reactivex:rxjava:1.3.8 -> 1.2.0
|    +--- io.netty:netty-common:4.1.29.Final -> 4.1.36.Final
|    +--- io.netty:netty-transport:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final
|    |    |    \--- io.netty:netty-common:4.1.36.Final
|    |    \--- io.netty:netty-resolver:4.1.36.Final
|    |         \--- io.netty:netty-common:4.1.36.Final
|    +--- io.netty:netty-handler:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |    +--- io.netty:netty-transport:4.1.36.Final (*)
|    |    \--- io.netty:netty-codec:4.1.36.Final
|    |         +--- io.netty:netty-common:4.1.36.Final
|    |         +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |         \--- io.netty:netty-transport:4.1.36.Final (*)
|    \--- com.google.guava:guava:19.0 -> 20.0
+--- org.pacesys:openstack4j-core:3.1.0
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8
|    |    +--- org.yaml:snakeyaml:1.23
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 2.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9
|         \--- com.github.fge:jackson-coreutils:1.6
|              +--- com.github.fge:msg-simple:1.1
|              |    +--- com.github.fge:btf:1.2
|              |    |    \--- com.google.code.findbugs:jsr305:2.0.1
|              |    \--- com.google.code.findbugs:jsr305:2.0.1
|              +--- com.fasterxml.jackson.core:jackson-databind:2.2.3 -> 2.9.8 (*)
|              +--- com.google.guava:guava:16.0.1 -> 20.0
|              \--- com.google.code.findbugs:jsr305:2.0.1
+--- org.pacesys.openstack4j.connectors:openstack4j-httpclient:3.1.0
|    +--- org.apache.httpcomponents:httpclient:4.3.6 -> 4.5.8
|    |    +--- org.apache.httpcomponents:httpcore:4.4.11
|    |    \--- commons-codec:commons-codec:1.11
|    +--- org.pacesys:openstack4j-core:3.1.0 (*)
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8 (*)
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 2.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-zuul -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-netflix-zuul:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.4
|    |    +--- org.apache.httpcomponents:httpclient:4.5.7 -> 4.5.8 (*)
|    |    +--- com.netflix.netflix-commons:netflix-commons-util:0.3.0
|    |    \--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |         |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |         |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.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
|    |         |    \--- org.hdrhistogram:HdrHistogram:2.1.9
|    |         +--- 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.9.8
|    |         |    +--- com.fasterxml.jackson.core:jackson-databind:2.7.5 -> 2.9.8 (*)
|    |         |    \--- com.fasterxml.jackson.core:jackson-annotations:2.7.5 -> 2.9.0
|    |         +--- 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.4
|    |         |    \--- com.google.guava:guava:15.0 -> 20.0
|    |         \--- io.reactivex:rxjava-reactive-streams:1.2.1
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-json:2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.5.RELEASE
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.19
|    |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.19
|    |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    +--- org.hibernate.validator:hibernate-validator:6.0.16.Final
|    |    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    \--- org.springframework:spring-webmvc:5.1.7.RELEASE
|    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-expression:5.1.7.RELEASE (*)
|    |         \--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    \--- io.reactivex:rxjava:1.2.0
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    \--- com.netflix.zuul:zuul-core:1.3.1
+--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-client -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
|    |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- com.netflix.eureka:eureka-client:1.9.8
|    +--- com.netflix.eureka:eureka-core:1.9.8
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE (*)
|    +--- com.netflix.ribbon:ribbon-eureka:2.3.0
|    \--- com.thoughtworks.xstream:xstream:1.4.10
|         +--- xmlpull:xmlpull:1.1.3.1
|         \--- xpp3:xpp3_min:1.1.4c
+--- org.springframework.boot:spring-boot-starter-test -> 2.1.5.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-test:2.1.5.RELEASE
|    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-test-autoconfigure:2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-test:2.1.5.RELEASE (*)
|    |    \--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)
|    +--- com.jayway.jsonpath:json-path:2.4.0
|    |    +--- net.minidev:json-smart:2.3
|    |    |    \--- net.minidev:accessors-smart:1.2
|    |    |         \--- org.ow2.asm:asm:5.0.4
|    |    \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    +--- junit:junit:4.12
|    |    \--- org.hamcrest:hamcrest-core:1.3
|    +--- org.assertj:assertj-core:3.11.1
|    +--- org.mockito:mockito-core:2.23.4
|    |    +--- net.bytebuddy:byte-buddy:1.9.3 -> 1.9.12
|    |    +--- net.bytebuddy:byte-buddy-agent:1.9.3 -> 1.9.12
|    |    \--- org.objenesis:objenesis:2.6
|    +--- org.hamcrest:hamcrest-core:1.3
|    +--- org.hamcrest:hamcrest-library:1.3
|    |    \--- org.hamcrest:hamcrest-core:1.3
|    +--- org.skyscreamer:jsonassert:1.5.0
|    |    \--- com.vaadin.external.google:android-json:0.0.20131108.vaadin1
|    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    +--- org.springframework:spring-test:5.1.7.RELEASE
|    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    \--- org.xmlunit:xmlunit-core:2.6.2
\--- org.springframework.security:spring-security-test -> 5.1.5.RELEASE
     +--- org.springframework.security:spring-security-core:5.1.5.RELEASE
     |    +--- org.springframework:spring-aop:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-beans:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-context:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-core:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    \--- org.springframework:spring-expression:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     +--- org.springframework.security:spring-security-web:5.1.5.RELEASE
     |    +--- org.springframework.security:spring-security-core:5.1.5.RELEASE (*)
     |    +--- org.springframework:spring-aop:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-beans:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-context:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-core:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-expression:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    \--- org.springframework:spring-web:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     +--- org.springframework:spring-core:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     \--- org.springframework:spring-test:5.1.6.RELEASE -> 5.1.7.RELEASE (*)

testCompileOnly - Compile only dependencies for source set 'test'.
No dependencies

testImplementation - Implementation only dependencies for source set 'test'. (n)
No dependencies

testRuntime - Runtime dependencies for source set 'test' (deprecated, use 'testRuntimeOnly' instead).
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot:2.1.5.RELEASE
|    |    |    |    +--- org.springframework:spring-core:5.1.7.RELEASE
|    |    |    |    |    \--- org.springframework:spring-jcl:5.1.7.RELEASE
|    |    |    |    \--- org.springframework:spring-context:5.1.7.RELEASE
|    |    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE
|    |    |    |         |    +--- org.springframework:spring-beans:5.1.7.RELEASE
|    |    |    |         |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         \--- org.springframework:spring-expression:5.1.7.RELEASE
|    |    |    |              \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE
|    |    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.5.RELEASE
|    |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.26
|    |    |    |         \--- org.slf4j:slf4j-api:1.7.26
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    \--- org.yaml:snakeyaml:1.23
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE -> 5.1.7.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |         \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.5.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.5.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    \--- io.micrometer:micrometer-core:1.1.4 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
+--- net.sf.dozer:dozer:5.5.1
|    +--- commons-beanutils:commons-beanutils:1.9.1
|    |    \--- commons-collections:commons-collections:3.2.1 -> 3.2.2
|    +--- org.apache.commons:commons-lang3:3.2.1 -> 3.8.1
|    +--- org.slf4j:slf4j-api:1.7.5 -> 1.7.26
|    \--- org.slf4j:jcl-over-slf4j:1.7.5 -> 1.7.26
|         \--- org.slf4j:slf4j-api:1.7.26
+--- org.glassfish:javax.json:1.1.2
|    \--- javax.json:javax.json-api:1.1.2
+--- javax.json:javax.json-api:1.1.2
+--- biz.paluch.redis:lettuce:4.5.0.Final
|    +--- io.reactivex:rxjava:1.3.8 -> 1.2.0
|    +--- io.netty:netty-common:4.1.29.Final -> 4.1.36.Final
|    +--- io.netty:netty-transport:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final
|    |    |    \--- io.netty:netty-common:4.1.36.Final
|    |    \--- io.netty:netty-resolver:4.1.36.Final
|    |         \--- io.netty:netty-common:4.1.36.Final
|    +--- io.netty:netty-handler:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |    +--- io.netty:netty-transport:4.1.36.Final (*)
|    |    \--- io.netty:netty-codec:4.1.36.Final
|    |         +--- io.netty:netty-common:4.1.36.Final
|    |         +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |         \--- io.netty:netty-transport:4.1.36.Final (*)
|    \--- com.google.guava:guava:19.0 -> 20.0
+--- org.pacesys:openstack4j-core:3.1.0
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8
|    |    +--- org.yaml:snakeyaml:1.23
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 3.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9
|         \--- com.github.fge:jackson-coreutils:1.6
|              +--- com.github.fge:msg-simple:1.1
|              |    +--- com.github.fge:btf:1.2
|              |    |    \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
|              |    \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
|              +--- com.fasterxml.jackson.core:jackson-databind:2.2.3 -> 2.9.8 (*)
|              +--- com.google.guava:guava:16.0.1 -> 20.0
|              \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
+--- org.pacesys.openstack4j.connectors:openstack4j-httpclient:3.1.0
|    +--- org.apache.httpcomponents:httpclient:4.3.6 -> 4.5.8
|    |    +--- org.apache.httpcomponents:httpcore:4.4.11
|    |    \--- commons-codec:commons-codec:1.11
|    +--- org.pacesys:openstack4j-core:3.1.0 (*)
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8 (*)
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 3.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-zuul -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-netflix-zuul:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.4
|    |    +--- org.apache.httpcomponents:httpclient:4.5.7 -> 4.5.8 (*)
|    |    +--- com.netflix.netflix-commons:netflix-commons-util:0.3.0
|    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    \--- javax.inject:javax.inject:1
|    |    \--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |         |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |         |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |         |    +--- com.netflix.archaius:archaius-core:0.7.6
|    |         |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |         |    |    +--- commons-configuration:commons-configuration:1.8
|    |         |    |    |    \--- commons-lang:commons-lang:2.6
|    |         |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |         |    |    +--- com.google.guava:guava:16.0 -> 20.0
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.4.3 -> 2.9.0
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-core:2.4.3 -> 2.9.8
|    |         |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.4.3 -> 2.9.8 (*)
|    |         |    \--- commons-configuration:commons-configuration:1.8 (*)
|    |         +--- com.netflix.hystrix:hystrix-core:1.5.18
|    |         |    +--- org.slf4j:slf4j-api:1.7.0 -> 1.7.26
|    |         |    +--- com.netflix.archaius:archaius-core:0.4.1 -> 0.7.6 (*)
|    |         |    +--- io.reactivex:rxjava:1.2.0
|    |         |    \--- org.hdrhistogram:HdrHistogram:2.1.9
|    |         +--- com.netflix.hystrix:hystrix-serialization:1.5.18
|    |         |    +--- com.fasterxml.jackson.module:jackson-module-afterburner:2.7.5 -> 2.9.8
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |         |    +--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         |    +--- com.fasterxml.jackson.core:jackson-core:2.7.5 -> 2.9.8
|    |         |    +--- com.fasterxml.jackson.core:jackson-databind:2.7.5 -> 2.9.8 (*)
|    |         |    \--- com.fasterxml.jackson.core:jackson-annotations:2.7.5 -> 2.9.0
|    |         +--- com.netflix.hystrix:hystrix-metrics-event-stream:1.5.18
|    |         |    +--- com.netflix.hystrix:hystrix-serialization:1.5.18 (*)
|    |         |    \--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         +--- com.netflix.hystrix:hystrix-javanica:1.5.18
|    |         |    +--- org.apache.commons:commons-lang3:3.1 -> 3.8.1
|    |         |    +--- org.ow2.asm:asm:5.0.4
|    |         |    +--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         |    +--- org.aspectj:aspectjweaver:1.8.6 -> 1.9.4
|    |         |    \--- com.google.guava:guava:15.0 -> 20.0
|    |         \--- io.reactivex:rxjava-reactive-streams:1.2.1
|    |              +--- io.reactivex:rxjava:1.2.2 -> 1.2.0
|    |              \--- org.reactivestreams:reactive-streams:1.0.0 -> 1.0.2
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-json:2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8 (*)
|    |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.5.RELEASE
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.19
|    |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.19
|    |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    +--- org.hibernate.validator:hibernate-validator:6.0.16.Final
|    |    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    \--- org.springframework:spring-webmvc:5.1.7.RELEASE
|    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-expression:5.1.7.RELEASE (*)
|    |         \--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    +--- com.google.guava:guava:16.0 -> 20.0
|    |    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    |    +--- commons-lang:commons-lang:2.6
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-transport:2.3.0
|    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    |    +--- com.netflix.netflix-commons:netflix-statistics:0.1.1
|    |    |    |    |    |    \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.9 -> 1.2.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21
|    |    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    |    |    \--- com.google.guava:guava:19.0 -> 20.0
|    |    |    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    +--- io.reactivex:rxnetty:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.6 -> 1.7.26
|    |    |    |    +--- io.reactivex:rxnetty-contexts:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    +--- io.reactivex:rxnetty-servo:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    |    \--- com.netflix.servo:servo-core:0.7.5 -> 0.12.21 (*)
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.hystrix:hystrix-core:1.4.3 -> 1.5.18 (*)
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    |    +--- commons-collections:commons-collections:3.2.2
|    |    |    +--- org.apache.httpcomponents:httpclient:4.2.1 -> 4.5.8 (*)
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1
|    |    |    |    \--- com.sun.jersey:jersey-core:1.19.1
|    |    |    |         \--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.1.1 -> 4.5.8 (*)
|    |    |    |    \--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    \--- io.reactivex:rxjava:1.2.0
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    \--- com.netflix.zuul:zuul-core:1.3.1
|         +--- commons-io:commons-io:2.4
|         +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.26
|         +--- com.netflix.archaius:archaius-core:0.6.0 -> 0.7.6 (*)
|         +--- com.netflix.servo:servo-core:0.7.2 -> 0.12.21 (*)
|         \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-client -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
|    |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- com.netflix.eureka:eureka-client:1.9.8
|    |    +--- org.codehaus.jettison:jettison:1.3.7
|    |    |    \--- stax:stax-api:1.0.1
|    |    +--- com.netflix.netflix-commons:netflix-eventbus:0.3.0
|    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    +--- com.netflix.netflix-commons:netflix-infix:0.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    +--- commons-jxpath:commons-jxpath:1.3
|    |    |    |    +--- joda-time:joda-time:2.3 -> 2.10.2
|    |    |    |    +--- org.antlr:antlr-runtime:3.4
|    |    |    |    |    +--- org.antlr:stringtemplate:3.2.1
|    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    +--- com.google.guava:guava:14.0.1 -> 20.0
|    |    |    |    \--- com.google.code.gson:gson:2.1 -> 2.8.5
|    |    |    +--- com.netflix.servo:servo-core:0.5.3 -> 0.12.21 (*)
|    |    |    +--- com.netflix.archaius:archaius-core:0.3.3 -> 0.7.6 (*)
|    |    |    \--- org.apache.commons:commons-math:2.2
|    |    +--- com.thoughtworks.xstream:xstream:1.4.10
|    |    |    +--- xmlpull:xmlpull:1.1.3.1
|    |    |    \--- xpp3:xpp3_min:1.1.4c
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    +--- com.netflix.servo:servo-core:0.12.21 (*)
|    |    +--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    +--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1 (*)
|    |    +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.8 (*)
|    |    +--- com.google.inject:guice:4.1.0
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- aopalliance:aopalliance:1.0
|    |    |    \--- com.google.guava:guava:19.0 -> 20.0
|    |    +--- com.github.vlsi.compactmap:compactmap:1.2.1
|    |    |    \--- com.github.andrewoma.dexx:dexx-collections:0.2
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.4 -> 2.9.0
|    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.4 -> 2.9.8
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.8 (*)
|    +--- com.netflix.eureka:eureka-core:1.9.8
|    |    +--- com.netflix.eureka:eureka-client:1.9.8 (*)
|    |    +--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    \--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
|    |         +--- javax.xml.stream:stax-api:1.0-2
|    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE (*)
|    +--- com.netflix.ribbon:ribbon-eureka:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    +--- com.netflix.eureka:eureka-client:1.7.2 -> 1.9.8 (*)
|    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    \--- com.thoughtworks.xstream:xstream:1.4.10 (*)
+--- org.springframework.boot:spring-boot-devtools -> 2.1.5.RELEASE
|    +--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    \--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-test -> 2.1.5.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-test:2.1.5.RELEASE
|    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-test-autoconfigure:2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-test:2.1.5.RELEASE (*)
|    |    \--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)
|    +--- com.jayway.jsonpath:json-path:2.4.0
|    |    +--- net.minidev:json-smart:2.3
|    |    |    \--- net.minidev:accessors-smart:1.2
|    |    |         \--- org.ow2.asm:asm:5.0.4
|    |    \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    +--- junit:junit:4.12
|    |    \--- org.hamcrest:hamcrest-core:1.3
|    +--- org.assertj:assertj-core:3.11.1
|    +--- org.mockito:mockito-core:2.23.4
|    |    +--- net.bytebuddy:byte-buddy:1.9.3 -> 1.9.12
|    |    +--- net.bytebuddy:byte-buddy-agent:1.9.3 -> 1.9.12
|    |    \--- org.objenesis:objenesis:2.6
|    +--- org.hamcrest:hamcrest-core:1.3
|    +--- org.hamcrest:hamcrest-library:1.3
|    |    \--- org.hamcrest:hamcrest-core:1.3
|    +--- org.skyscreamer:jsonassert:1.5.0
|    |    \--- com.vaadin.external.google:android-json:0.0.20131108.vaadin1
|    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    +--- org.springframework:spring-test:5.1.7.RELEASE
|    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    \--- org.xmlunit:xmlunit-core:2.6.2
\--- org.springframework.security:spring-security-test -> 5.1.5.RELEASE
     +--- org.springframework.security:spring-security-core:5.1.5.RELEASE
     |    +--- org.springframework:spring-aop:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-beans:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-context:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-core:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    \--- org.springframework:spring-expression:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     +--- org.springframework.security:spring-security-web:5.1.5.RELEASE
     |    +--- org.springframework.security:spring-security-core:5.1.5.RELEASE (*)
     |    +--- org.springframework:spring-aop:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-beans:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-context:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-core:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-expression:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    \--- org.springframework:spring-web:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     +--- org.springframework:spring-core:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     \--- org.springframework:spring-test:5.1.6.RELEASE -> 5.1.7.RELEASE (*)

testRuntimeClasspath - Runtime classpath of source set 'test'.
+--- org.springframework.cloud:spring-cloud-starter-config -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot:2.1.5.RELEASE
|    |    |    |    +--- org.springframework:spring-core:5.1.7.RELEASE
|    |    |    |    |    \--- org.springframework:spring-jcl:5.1.7.RELEASE
|    |    |    |    \--- org.springframework:spring-context:5.1.7.RELEASE
|    |    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE
|    |    |    |         |    +--- org.springframework:spring-beans:5.1.7.RELEASE
|    |    |    |         |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    |         \--- org.springframework:spring-expression:5.1.7.RELEASE
|    |    |    |              \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE
|    |    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.1.5.RELEASE
|    |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
|    |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.2
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.11.2
|    |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.26
|    |    |    |         \--- org.slf4j:slf4j-api:1.7.26
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    |    \--- org.yaml:snakeyaml:1.23
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE
|    |    |    \--- org.springframework.security:spring-security-crypto:5.1.4.RELEASE -> 5.1.5.RELEASE
|    |    \--- org.springframework.security:spring-security-rsa:1.0.7.RELEASE
|    |         \--- org.bouncycastle:bcpkix-jdk15on:1.60
|    |              \--- org.bouncycastle:bcprov-jdk15on:1.60
|    +--- org.springframework.cloud:spring-cloud-config-client:2.1.1.RELEASE
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-commons:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-context:2.1.1.RELEASE (*)
|    |    +--- org.springframework:spring-web:5.1.5.RELEASE -> 5.1.7.RELEASE
|    |    |    +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |         \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
+--- org.springframework.boot:spring-boot-starter-actuator -> 2.1.5.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-actuator:2.1.5.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |    +--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
|    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    \--- io.micrometer:micrometer-core:1.1.4 -> 1.1.1
|         +--- org.hdrhistogram:HdrHistogram:2.1.9
|         \--- org.latencyutils:LatencyUtils:2.0.3
+--- io.micrometer:micrometer-core:1.1.1 (*)
+--- io.micrometer:micrometer-registry-prometheus:1.1.1
|    +--- io.micrometer:micrometer-core:1.1.1 (*)
|    \--- io.prometheus:simpleclient_common:0.5.0
|         \--- io.prometheus:simpleclient:0.5.0
+--- net.sf.dozer:dozer:5.5.1
|    +--- commons-beanutils:commons-beanutils:1.9.1
|    |    \--- commons-collections:commons-collections:3.2.1 -> 3.2.2
|    +--- org.apache.commons:commons-lang3:3.2.1 -> 3.8.1
|    +--- org.slf4j:slf4j-api:1.7.5 -> 1.7.26
|    \--- org.slf4j:jcl-over-slf4j:1.7.5 -> 1.7.26
|         \--- org.slf4j:slf4j-api:1.7.26
+--- org.glassfish:javax.json:1.1.2
|    \--- javax.json:javax.json-api:1.1.2
+--- javax.json:javax.json-api:1.1.2
+--- biz.paluch.redis:lettuce:4.5.0.Final
|    +--- io.reactivex:rxjava:1.3.8 -> 1.2.0
|    +--- io.netty:netty-common:4.1.29.Final -> 4.1.36.Final
|    +--- io.netty:netty-transport:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final
|    |    |    \--- io.netty:netty-common:4.1.36.Final
|    |    \--- io.netty:netty-resolver:4.1.36.Final
|    |         \--- io.netty:netty-common:4.1.36.Final
|    +--- io.netty:netty-handler:4.1.29.Final -> 4.1.36.Final
|    |    +--- io.netty:netty-common:4.1.36.Final
|    |    +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |    +--- io.netty:netty-transport:4.1.36.Final (*)
|    |    \--- io.netty:netty-codec:4.1.36.Final
|    |         +--- io.netty:netty-common:4.1.36.Final
|    |         +--- io.netty:netty-buffer:4.1.36.Final (*)
|    |         \--- io.netty:netty-transport:4.1.36.Final (*)
|    \--- com.google.guava:guava:19.0 -> 20.0
+--- org.pacesys:openstack4j-core:3.1.0
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8
|    |    +--- org.yaml:snakeyaml:1.23
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 3.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9
|         \--- com.github.fge:jackson-coreutils:1.6
|              +--- com.github.fge:msg-simple:1.1
|              |    +--- com.github.fge:btf:1.2
|              |    |    \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
|              |    \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
|              +--- com.fasterxml.jackson.core:jackson-databind:2.2.3 -> 2.9.8 (*)
|              +--- com.google.guava:guava:16.0.1 -> 20.0
|              \--- com.google.code.findbugs:jsr305:2.0.1 -> 3.0.1
+--- org.pacesys.openstack4j.connectors:openstack4j-httpclient:3.1.0
|    +--- org.apache.httpcomponents:httpclient:4.3.6 -> 4.5.8
|    |    +--- org.apache.httpcomponents:httpcore:4.4.11
|    |    \--- commons-codec:commons-codec:1.11
|    +--- org.pacesys:openstack4j-core:3.1.0 (*)
|    +--- com.google.guava:guava:20.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.7.3 -> 2.9.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.3 -> 2.9.8 (*)
|    +--- com.google.code.findbugs:jsr305:2.0.0 -> 3.0.1
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.26
|    \--- com.github.fge:json-patch:1.9 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-zuul -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-netflix-zuul:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    |    |    \--- org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    |         +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |    |         \--- org.aspectj:aspectjweaver:1.9.4
|    |    +--- org.apache.httpcomponents:httpclient:4.5.7 -> 4.5.8 (*)
|    |    +--- com.netflix.netflix-commons:netflix-commons-util:0.3.0
|    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    \--- javax.inject:javax.inject:1
|    |    \--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    |         +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE
|    |         |    \--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |         +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE
|    |         |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |         |    +--- org.springframework.cloud:spring-cloud-netflix-archaius:2.1.1.RELEASE
|    |         |    +--- com.netflix.archaius:archaius-core:0.7.6
|    |         |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |         |    |    +--- commons-configuration:commons-configuration:1.8
|    |         |    |    |    \--- commons-lang:commons-lang:2.6
|    |         |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |         |    |    +--- com.google.guava:guava:16.0 -> 20.0
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.4.3 -> 2.9.0
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-core:2.4.3 -> 2.9.8
|    |         |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.4.3 -> 2.9.8 (*)
|    |         |    \--- commons-configuration:commons-configuration:1.8 (*)
|    |         +--- com.netflix.hystrix:hystrix-core:1.5.18
|    |         |    +--- org.slf4j:slf4j-api:1.7.0 -> 1.7.26
|    |         |    +--- com.netflix.archaius:archaius-core:0.4.1 -> 0.7.6 (*)
|    |         |    +--- io.reactivex:rxjava:1.2.0
|    |         |    \--- org.hdrhistogram:HdrHistogram:2.1.9
|    |         +--- com.netflix.hystrix:hystrix-serialization:1.5.18
|    |         |    +--- com.fasterxml.jackson.module:jackson-module-afterburner:2.7.5 -> 2.9.8
|    |         |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |         |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |         |    +--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         |    +--- com.fasterxml.jackson.core:jackson-core:2.7.5 -> 2.9.8
|    |         |    +--- com.fasterxml.jackson.core:jackson-databind:2.7.5 -> 2.9.8 (*)
|    |         |    \--- com.fasterxml.jackson.core:jackson-annotations:2.7.5 -> 2.9.0
|    |         +--- com.netflix.hystrix:hystrix-metrics-event-stream:1.5.18
|    |         |    +--- com.netflix.hystrix:hystrix-serialization:1.5.18 (*)
|    |         |    \--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         +--- com.netflix.hystrix:hystrix-javanica:1.5.18
|    |         |    +--- org.apache.commons:commons-lang3:3.1 -> 3.8.1
|    |         |    +--- org.ow2.asm:asm:5.0.4
|    |         |    +--- com.netflix.hystrix:hystrix-core:1.5.18 (*)
|    |         |    +--- org.aspectj:aspectjweaver:1.8.6 -> 1.9.4
|    |         |    \--- com.google.guava:guava:15.0 -> 20.0
|    |         \--- io.reactivex:rxjava-reactive-streams:1.2.1
|    |              +--- io.reactivex:rxjava:1.2.2 -> 1.2.0
|    |              \--- org.reactivestreams:reactive-streams:1.0.0 -> 1.0.2
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE -> 2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-json:2.1.5.RELEASE
|    |    |    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8 (*)
|    |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
|    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.8
|    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
|    |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.5.RELEASE
|    |    |    +--- javax.annotation:javax.annotation-api:1.3.2
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.19
|    |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.19
|    |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.19
|    |    +--- org.hibernate.validator:hibernate-validator:6.0.16.Final
|    |    |    +--- javax.validation:validation-api:2.0.1.Final
|    |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
|    |    |    \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
|    |    +--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    |    \--- org.springframework:spring-webmvc:5.1.7.RELEASE
|    |         +--- org.springframework:spring-aop:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-beans:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-context:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    |         +--- org.springframework:spring-expression:5.1.7.RELEASE (*)
|    |         \--- org.springframework:spring-web:5.1.7.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-starter-actuator:2.1.3.RELEASE -> 2.1.5.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE
|    |    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-netflix-ribbon:2.1.1.RELEASE (*)
|    |    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    |    +--- com.netflix.ribbon:ribbon:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    +--- com.google.guava:guava:16.0 -> 20.0
|    |    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    |    +--- commons-lang:commons-lang:2.6
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-transport:2.3.0
|    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|    |    |    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    |    |    +--- com.netflix.netflix-commons:netflix-statistics:0.1.1
|    |    |    |    |    |    \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.9 -> 1.2.0
|    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21
|    |    |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    |    |    |    |    \--- com.google.guava:guava:19.0 -> 20.0
|    |    |    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    +--- io.reactivex:rxnetty:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- org.slf4j:slf4j-api:1.7.6 -> 1.7.26
|    |    |    |    +--- io.reactivex:rxnetty-contexts:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    \--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    +--- io.reactivex:rxnetty-servo:0.4.9
|    |    |    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    |    |    \--- com.netflix.servo:servo-core:0.7.5 -> 0.12.21 (*)
|    |    |    |    +--- javax.inject:javax.inject:1
|    |    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    +--- com.netflix.hystrix:hystrix-core:1.4.3 -> 1.5.18 (*)
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- io.reactivex:rxjava:1.0.10 -> 1.2.0
|    |    |    +--- io.reactivex:rxnetty:0.4.9 (*)
|    |    |    +--- commons-configuration:commons-configuration:1.8 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-httpclient:2.3.0
|    |    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    |    +--- commons-collections:commons-collections:3.2.2
|    |    |    +--- org.apache.httpcomponents:httpclient:4.2.1 -> 4.5.8 (*)
|    |    |    +--- com.sun.jersey:jersey-client:1.19.1
|    |    |    |    \--- com.sun.jersey:jersey-core:1.19.1
|    |    |    |         \--- javax.ws.rs:jsr311-api:1.1.1
|    |    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1
|    |    |    |    +--- org.apache.httpcomponents:httpclient:4.1.1 -> 4.5.8 (*)
|    |    |    |    \--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    |    +--- com.netflix.servo:servo-core:0.10.1 -> 0.12.21 (*)
|    |    |    +--- com.google.guava:guava:16.0.1 -> 20.0
|    |    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    |    \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    \--- io.reactivex:rxjava:1.2.0
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    \--- com.netflix.zuul:zuul-core:1.3.1
|         +--- commons-io:commons-io:2.4
|         +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.26
|         +--- com.netflix.archaius:archaius-core:0.6.0 -> 0.7.6 (*)
|         +--- com.netflix.servo:servo-core:0.7.2 -> 0.12.21 (*)
|         \--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 -> 0.3.0 (*)
+--- org.springframework.cloud:spring-cloud-starter-netflix-eureka-client -> 2.1.1.RELEASE
|    +--- org.springframework.cloud:spring-cloud-starter:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.1.RELEASE
|    |    \--- org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE (*)
|    +--- com.netflix.eureka:eureka-client:1.9.8
|    |    +--- org.codehaus.jettison:jettison:1.3.7
|    |    |    \--- stax:stax-api:1.0.1
|    |    +--- com.netflix.netflix-commons:netflix-eventbus:0.3.0
|    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    +--- com.netflix.netflix-commons:netflix-infix:0.3.0
|    |    |    |    +--- org.slf4j:slf4j-api:1.6.4 -> 1.7.26
|    |    |    |    +--- commons-jxpath:commons-jxpath:1.3
|    |    |    |    +--- joda-time:joda-time:2.3 -> 2.10.2
|    |    |    |    +--- org.antlr:antlr-runtime:3.4
|    |    |    |    |    +--- org.antlr:stringtemplate:3.2.1
|    |    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    |    \--- antlr:antlr:2.7.7
|    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.1
|    |    |    |    +--- com.google.guava:guava:14.0.1 -> 20.0
|    |    |    |    \--- com.google.code.gson:gson:2.1 -> 2.8.5
|    |    |    +--- com.netflix.servo:servo-core:0.5.3 -> 0.12.21 (*)
|    |    |    +--- com.netflix.archaius:archaius-core:0.3.3 -> 0.7.6 (*)
|    |    |    \--- org.apache.commons:commons-math:2.2
|    |    +--- com.thoughtworks.xstream:xstream:1.4.10
|    |    |    +--- xmlpull:xmlpull:1.1.3.1
|    |    |    \--- xpp3:xpp3_min:1.1.4c
|    |    +--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    +--- com.netflix.servo:servo-core:0.12.21 (*)
|    |    +--- com.sun.jersey:jersey-core:1.19.1 (*)
|    |    +--- com.sun.jersey:jersey-client:1.19.1 (*)
|    |    +--- com.sun.jersey.contribs:jersey-apache-client4:1.19.1 (*)
|    |    +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.8 (*)
|    |    +--- com.google.inject:guice:4.1.0
|    |    |    +--- javax.inject:javax.inject:1
|    |    |    +--- aopalliance:aopalliance:1.0
|    |    |    \--- com.google.guava:guava:19.0 -> 20.0
|    |    +--- com.github.vlsi.compactmap:compactmap:1.2.1
|    |    |    \--- com.github.andrewoma.dexx:dexx-collections:0.2
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.4 -> 2.9.0
|    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.4 -> 2.9.8
|    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.8 (*)
|    +--- com.netflix.eureka:eureka-core:1.9.8
|    |    +--- com.netflix.eureka:eureka-client:1.9.8 (*)
|    |    +--- com.thoughtworks.xstream:xstream:1.4.10 (*)
|    |    +--- javax.ws.rs:jsr311-api:1.1.1
|    |    \--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
|    |         +--- javax.xml.stream:stax-api:1.0-2
|    |         \--- org.codehaus.woodstox:stax2-api:3.1.4
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.1.1.RELEASE (*)
|    +--- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.1.1.RELEASE (*)
|    +--- com.netflix.ribbon:ribbon-eureka:2.3.0
|    |    +--- com.netflix.ribbon:ribbon-core:2.3.0 (*)
|    |    +--- com.netflix.ribbon:ribbon-loadbalancer:2.3.0 (*)
|    |    +--- com.netflix.eureka:eureka-client:1.7.2 -> 1.9.8 (*)
|    |    +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.26
|    |    \--- com.netflix.archaius:archaius-core:0.7.6 (*)
|    \--- com.thoughtworks.xstream:xstream:1.4.10 (*)
+--- org.springframework.boot:spring-boot-devtools -> 2.1.5.RELEASE
|    +--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    \--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-test -> 2.1.5.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:2.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-test:2.1.5.RELEASE
|    |    \--- org.springframework.boot:spring-boot:2.1.5.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-test-autoconfigure:2.1.5.RELEASE
|    |    +--- org.springframework.boot:spring-boot-test:2.1.5.RELEASE (*)
|    |    \--- org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE (*)
|    +--- com.jayway.jsonpath:json-path:2.4.0
|    |    +--- net.minidev:json-smart:2.3
|    |    |    \--- net.minidev:accessors-smart:1.2
|    |    |         \--- org.ow2.asm:asm:5.0.4
|    |    \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    +--- junit:junit:4.12
|    |    \--- org.hamcrest:hamcrest-core:1.3
|    +--- org.assertj:assertj-core:3.11.1
|    +--- org.mockito:mockito-core:2.23.4
|    |    +--- net.bytebuddy:byte-buddy:1.9.3 -> 1.9.12
|    |    +--- net.bytebuddy:byte-buddy-agent:1.9.3 -> 1.9.12
|    |    \--- org.objenesis:objenesis:2.6
|    +--- org.hamcrest:hamcrest-core:1.3
|    +--- org.hamcrest:hamcrest-library:1.3
|    |    \--- org.hamcrest:hamcrest-core:1.3
|    +--- org.skyscreamer:jsonassert:1.5.0
|    |    \--- com.vaadin.external.google:android-json:0.0.20131108.vaadin1
|    +--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    +--- org.springframework:spring-test:5.1.7.RELEASE
|    |    \--- org.springframework:spring-core:5.1.7.RELEASE (*)
|    \--- org.xmlunit:xmlunit-core:2.6.2
\--- org.springframework.security:spring-security-test -> 5.1.5.RELEASE
     +--- org.springframework.security:spring-security-core:5.1.5.RELEASE
     |    +--- org.springframework:spring-aop:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-beans:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-context:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-core:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    \--- org.springframework:spring-expression:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     +--- org.springframework.security:spring-security-web:5.1.5.RELEASE
     |    +--- org.springframework.security:spring-security-core:5.1.5.RELEASE (*)
     |    +--- org.springframework:spring-aop:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-beans:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-context:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-core:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    +--- org.springframework:spring-expression:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     |    \--- org.springframework:spring-web:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     +--- org.springframework:spring-core:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
     \--- org.springframework:spring-test:5.1.6.RELEASE -> 5.1.7.RELEASE (*)
spencergibb commented 5 years ago

It's clear you have multiple versions of spring and this is causing the problem