From 201494cc1c5df7577fb1610a10c89399f1e2228d Mon Sep 17 00:00:00 2001 From: David Sloan <33483659+davidsloan@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:29:13 +0000 Subject: [PATCH] Implementing task to write maven descriptors (#66) Java jars usually come packaged with a META-INF/maven directory, known as the maven descriptor, which contains information about all dependencies packaged within. As we were using SBT we were not generating a maven descriptor, and only passing along the descriptors from some of our dependent jars. This was causing an issue that the descriptor reported some of our components packaged within as out-of-date. This PR adds the creation of a maven descriptor director during the compile stage, which is packaged into the final jar via sbt assembly. We also avoid packaging the maven descriptors from our dependencies as these are unreliable. I have verified that this works by looking at the dependency report and I can see that json-smart is no longer reported as an old version. --- build.sbt | 9 +- deptree.txt | 8128 ----------------- project/Dependencies.scala | 2 +- project/Settings.scala | 165 +- project/plugins.sbt | 2 +- .../secrets/config/AWSProviderSettings.scala | 2 - 6 files changed, 160 insertions(+), 8148 deletions(-) delete mode 100644 deptree.txt diff --git a/build.sbt b/build.sbt index 87ca1de..07210a6 100644 --- a/build.sbt +++ b/build.sbt @@ -1,10 +1,9 @@ import Settings.modulesSettings import Settings.secretProviderDeps -import Settings.artifactVersion import Settings.AssemblyConfigurator +import Settings.MavenDescriptorConfigurator import Settings.testSinkDeps import Settings.scala213 -import Settings.Dependencies.`jsonSmart` import sbt.Project.projectToLocalProject name := "secret-provider" @@ -38,12 +37,10 @@ lazy val `secret-provider` = (project in file("secret-provider")) description := "Kafka Connect compatible connectors to move data between Kafka and popular data stores", publish / skip := true, libraryDependencies ++= secretProviderDeps, - dependencyOverrides ++= Seq( - `jsonSmart`, - ) ), ) .configureAssembly() + .configureMavenDescriptor() .configs(IntegrationTest) .settings(Defaults.itSettings: _*) @@ -67,3 +64,5 @@ addCommandAlias( "formatAll", ";scalafmt;scalafmtSbt;test:scalafmt;it:scalafmt;", ) + +val generateMetaInfMaven = taskKey[Unit]("Generate META-INF/maven directory") diff --git a/deptree.txt b/deptree.txt deleted file mode 100644 index 961b979..0000000 --- a/deptree.txt +++ /dev/null @@ -1,8128 +0,0 @@ -[info] welcome to sbt 1.8.2 (Amazon.com Inc. Java 1.8.0_302) -[info] loading global plugins from /Users/dave/.sbt/1.0/plugins -[info] loading settings for project secret-provider-build from plugins.sbt ... -[info] loading project definition from /Users/dave/IdeaProjects/secret-provider/project -[info] compiling 3 Scala sources to /Users/dave/IdeaProjects/secret-provider/project/target/scala-2.12/sbt-1.0/classes ... -[info] done compiling -[info] loading settings for project root from build.sbt ... -[info] set current project to secret-provider (in build file:/Users/dave/IdeaProjects/secret-provider/) -[info] secret-provider:secret-provider_2.13:0.1.0-SNAPSHOT [S] -[info] io.lenses:test-sink_2.13:2.1.7-SNAPSHOT [S] -[info] +-com.typesafe.scala-logging:scala-logging_2.13:3.9.5 [S] -[info] | +-org.scala-lang:scala-reflect:2.13.10 [S] -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | -[info] +-io.github.jopenlibs:vault-java-driver:5.3.0 -[info] +-org.json4s:json4s-native_2.13:4.0.6 [S] -[info] | +-org.json4s:json4s-core_2.13:4.0.6 [S] -[info] | | +-com.thoughtworks.paranamer:paranamer:2.8 -[info] | | +-org.json4s:json4s-ast_2.13:4.0.6 [S] -[info] | | +-org.json4s:json4s-scalap_2.13:4.0.6 [S] -[info] | | -[info] | +-org.json4s:json4s-native-core_2.13:4.0.6 [S] -[info] | +-org.json4s:json4s-ast_2.13:4.0.6 [S] -[info] | -[info] +-software.amazon.awssdk:secretsmanager:2.20.26 -[info] +-software.amazon.awssdk:annotations:2.20.26 -[info] +-software.amazon.awssdk:apache-client:2.20.26 -[info] | +-commons-codec:commons-codec:1.15 -[info] | +-org.apache.httpcomponents:httpclient:4.5.13 -[info] | | +-commons-codec:commons-codec:1.11 (evicted by: 1.15) -[info] | | +-commons-codec:commons-codec:1.15 -[info] | | +-commons-logging:commons-logging:1.2 -[info] | | +-org.apache.httpcomponents:httpcore:4.4.13 -[info] | | -[info] | +-org.apache.httpcomponents:httpcore:4.4.13 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:auth:2.20.26 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:regions:2.20.26 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.eventstream:eventstream:1.0.1 -[info] | -[info] +-software.amazon.awssdk:aws-core:2.20.26 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:auth:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:regions:2.20.26 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.eventstream:eventstream:1.0.1 -[info] | | -[info] | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:regions:2.20.26 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.eventstream:eventstream:1.0.1 -[info] | -[info] +-software.amazon.awssdk:aws-json-protocol:2.20.26 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:aws-core:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:auth:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:regions:2.20.26 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.eventstream:eventstream:1.0.1 -[info] | | | -[info] | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:regions:2.20.26 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.eventstream:eventstream:1.0.1 -[info] | | -[info] | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:protocol-core:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:json-utils:2.20.26 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:netty-nio-client:2.20.26 -[info] | +-io.netty:netty-buffer:4.1.86.Final -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | -[info] | +-io.netty:netty-codec-http2:4.1.86.Final -[info] | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-codec-http:4.1.86.Final -[info] | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.86.Final -[info] | | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | +-io.netty:netty-transport:4.1.86.Final -[info] | | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | +-io.netty:netty-handler:4.1.86.Final -[info] | | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.86.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | +-io.netty:netty-transport:4.1.86.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.86.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | +-io.netty:netty-transport:4.1.86.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.86.Final -[info] | | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.86.Final -[info] | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-codec:4.1.86.Final -[info] | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | +-io.netty:netty-transport:4.1.86.Final -[info] | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | +-io.netty:netty-handler:4.1.86.Final -[info] | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.86.Final -[info] | | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | +-io.netty:netty-transport:4.1.86.Final -[info] | | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport-native-unix-common:4.1.86.Final -[info] | | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | +-io.netty:netty-transport:4.1.86.Final -[info] | | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.86.Final -[info] | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-transport:4.1.86.Final -[info] | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | -[info] | +-io.netty:netty-codec-http:4.1.86.Final -[info] | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-codec:4.1.86.Final -[info] | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | +-io.netty:netty-transport:4.1.86.Final -[info] | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | +-io.netty:netty-handler:4.1.86.Final -[info] | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.86.Final -[info] | | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | +-io.netty:netty-transport:4.1.86.Final -[info] | | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport-native-unix-common:4.1.86.Final -[info] | | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | +-io.netty:netty-transport:4.1.86.Final -[info] | | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.86.Final -[info] | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-transport:4.1.86.Final -[info] | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | -[info] | +-io.netty:netty-codec:4.1.86.Final -[info] | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | +-io.netty:netty-transport:4.1.86.Final -[info] | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | -[info] | +-io.netty:netty-common:4.1.86.Final -[info] | +-io.netty:netty-handler:4.1.86.Final -[info] | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-codec:4.1.86.Final -[info] | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | +-io.netty:netty-transport:4.1.86.Final -[info] | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-transport-native-unix-common:4.1.86.Final -[info] | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | +-io.netty:netty-transport:4.1.86.Final -[info] | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-transport:4.1.86.Final -[info] | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | -[info] | +-io.netty:netty-transport-classes-epoll:4.1.86.Final -[info] | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | +-io.netty:netty-transport-native-unix-common:4.1.86.Final -[info] | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | +-io.netty:netty-transport:4.1.86.Final -[info] | | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-transport:4.1.86.Final -[info] | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | -[info] | +-io.netty:netty-transport:4.1.86.Final -[info] | | +-io.netty:netty-buffer:4.1.86.Final -[info] | | | +-io.netty:netty-common:4.1.86.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | +-io.netty:netty-resolver:4.1.86.Final -[info] | | +-io.netty:netty-common:4.1.86.Final -[info] | | -[info] | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:protocol-core:2.20.26 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:regions:2.20.26 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:utils:2.20.26 -[info] +-org.reactivestreams:reactive-streams:1.0.3 -[info] +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] +-org.slf4j:slf4j-api:1.7.36 -[info] +-software.amazon.awssdk:annotations:2.20.26 -[info] -[info] io.lenses:secret-provider_2.13:2.1.7-SNAPSHOT [S] -[info] +-com.azure:azure-identity:1.8.1 -[info] | +-com.azure:azure-core-http-netty:1.13.1 -[info] | | +-com.azure:azure-core:1.37.0 -[info] | | | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | | | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | | | +-com.fasterxml.jackson.core:jackson-databind:2.13.5 -[info] | | | | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | | | | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | | | | -[info] | | | +-com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.5 -[info] | | | | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | | | | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | | | | +-com.fasterxml.jackson.core:jackson-databind:2.13.5 -[info] | | | | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | | | | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | | | | -[info] | | | +-io.projectreactor:reactor-core:3.4.27 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | -[info] | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-codec-http2:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec-http:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-codec-http:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-handler-proxy:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec-http:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec-socks:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-tcnative-boringssl-static:2.0.56.Final -[info] | | | #-io.netty:netty-tcnative-boringssl-static:2.0.56.Final (cycle) -[info] | | | +-io.netty:netty-tcnative-classes:2.0.56.Final -[info] | | | -[info] | | +-io.netty:netty-transport-native-epoll:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport-classes-epoll:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-transport-native-kqueue:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport-classes-kqueue:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.projectreactor.netty:reactor-netty-http:1.0.28 -[info] | | +-io.netty:netty-codec-http2:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec-http:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-codec-http:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-resolver-dns-native-macos:4.1.89.Final -[info] | | | +-io.netty:netty-resolver-dns-classes-macos:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver-dns:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec-dns:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-resolver-dns:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec-dns:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-transport-native-epoll:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport-classes-epoll:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.projectreactor.netty:reactor-netty-core:1.0.28 -[info] | | | +-io.netty:netty-handler-proxy:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec-http:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec-socks:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-resolver-dns-native-macos:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver-dns-classes-macos:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver-dns:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec-dns:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-resolver-dns:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec-dns:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport-native-epoll:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport-classes-epoll:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.projectreactor:reactor-core:3.4.27 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | -[info] | | +-io.projectreactor:reactor-core:3.4.27 -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | -[info] | +-com.azure:azure-core:1.37.0 -[info] | | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | | +-com.fasterxml.jackson.core:jackson-databind:2.13.5 -[info] | | | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | | | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | | | -[info] | | +-com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.5 -[info] | | | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | | | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | | | +-com.fasterxml.jackson.core:jackson-databind:2.13.5 -[info] | | | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | | | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | | | -[info] | | +-io.projectreactor:reactor-core:3.4.27 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | -[info] | +-com.microsoft.azure:msal4j-persistence-extension:1.1.0 -[info] | | +-com.microsoft.azure:msal4j:1.13.5 -[info] | | | +-com.fasterxml.jackson.core:jackson-databind:2.13.4.2 (evicted by: 2... -[info] | | | +-com.fasterxml.jackson.core:jackson-databind:2.13.5 -[info] | | | | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | | | | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | | | | -[info] | | | +-com.nimbusds:oauth2-oidc-sdk:9.35 -[info] | | | | +-com.github.stephenc.jcip:jcip-annotations:1.0-1 -[info] | | | | +-com.nimbusds:content-type:2.2 -[info] | | | | +-com.nimbusds:lang-tag:1.6 -[info] | | | | +-com.nimbusds:nimbus-jose-jwt:9.22 -[info] | | | | +-com.github.stephenc.jcip:jcip-annotations:1.0-1 -[info] | | | | -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | -[info] | | +-com.microsoft.azure:msal4j:1.4.0 (evicted by: 1.13.5) -[info] | | +-net.java.dev.jna:jna-platform:5.5.0 (evicted by: 5.6.0) -[info] | | +-net.java.dev.jna:jna-platform:5.6.0 -[info] | | | +-net.java.dev.jna:jna:5.6.0 -[info] | | | -[info] | | +-net.java.dev.jna:jna:5.5.0 (evicted by: 5.6.0) -[info] | | +-net.java.dev.jna:jna:5.6.0 -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-org.slf4j:slf4j-api:1.7.7 (evicted by: 1.7.36) -[info] | | -[info] | +-com.microsoft.azure:msal4j:1.13.5 -[info] | | +-com.fasterxml.jackson.core:jackson-databind:2.13.4.2 (evicted by: 2.13.. -[info] | | +-com.fasterxml.jackson.core:jackson-databind:2.13.5 -[info] | | | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | | | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | | | -[info] | | +-com.nimbusds:oauth2-oidc-sdk:9.35 -[info] | | | +-com.github.stephenc.jcip:jcip-annotations:1.0-1 -[info] | | | +-com.nimbusds:content-type:2.2 -[info] | | | +-com.nimbusds:lang-tag:1.6 -[info] | | | +-com.nimbusds:nimbus-jose-jwt:9.22 -[info] | | | +-com.github.stephenc.jcip:jcip-annotations:1.0-1 -[info] | | | -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | -[info] | +-net.java.dev.jna:jna-platform:5.6.0 -[info] | +-net.java.dev.jna:jna:5.6.0 -[info] | -[info] +-com.azure:azure-security-keyvault-secrets:4.5.2 -[info] | +-com.azure:azure-core-http-netty:1.12.7 (evicted by: 1.13.1) -[info] | +-com.azure:azure-core-http-netty:1.13.1 -[info] | | +-com.azure:azure-core:1.37.0 -[info] | | | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | | | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | | | +-com.fasterxml.jackson.core:jackson-databind:2.13.5 -[info] | | | | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | | | | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | | | | -[info] | | | +-com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.5 -[info] | | | | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | | | | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | | | | +-com.fasterxml.jackson.core:jackson-databind:2.13.5 -[info] | | | | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | | | | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | | | | -[info] | | | +-io.projectreactor:reactor-core:3.4.27 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | -[info] | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-codec-http2:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec-http:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-codec-http:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-handler-proxy:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec-http:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec-socks:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-tcnative-boringssl-static:2.0.56.Final -[info] | | | #-io.netty:netty-tcnative-boringssl-static:2.0.56.Final (cycle) -[info] | | | +-io.netty:netty-tcnative-classes:2.0.56.Final -[info] | | | -[info] | | +-io.netty:netty-transport-native-epoll:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport-classes-epoll:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-transport-native-kqueue:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport-classes-kqueue:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.projectreactor.netty:reactor-netty-http:1.0.28 -[info] | | +-io.netty:netty-codec-http2:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec-http:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-codec-http:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-resolver-dns-native-macos:4.1.89.Final -[info] | | | +-io.netty:netty-resolver-dns-classes-macos:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver-dns:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec-dns:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-resolver-dns:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec-dns:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-transport-native-epoll:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport-classes-epoll:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.projectreactor.netty:reactor-netty-core:1.0.28 -[info] | | | +-io.netty:netty-handler-proxy:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec-http:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec-socks:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-resolver-dns-native-macos:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver-dns-classes-macos:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver-dns:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec-dns:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | | -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-resolver-dns:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec-dns:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport-native-epoll:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport-classes-epoll:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.projectreactor:reactor-core:3.4.27 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | -[info] | | +-io.projectreactor:reactor-core:3.4.27 -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | -[info] | +-com.azure:azure-core:1.34.0 (evicted by: 1.37.0) -[info] | +-com.azure:azure-core:1.37.0 -[info] | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | +-com.fasterxml.jackson.core:jackson-databind:2.13.5 -[info] | | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | | -[info] | +-com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.5 -[info] | | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | | +-com.fasterxml.jackson.core:jackson-databind:2.13.5 -[info] | | +-com.fasterxml.jackson.core:jackson-annotations:2.13.5 -[info] | | +-com.fasterxml.jackson.core:jackson-core:2.13.5 -[info] | | -[info] | +-io.projectreactor:reactor-core:3.4.27 -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | -[info] +-com.typesafe.scala-logging:scala-logging_2.13:3.9.5 [S] -[info] | +-org.scala-lang:scala-reflect:2.13.10 [S] -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | -[info] +-io.github.jopenlibs:vault-java-driver:5.3.0 -[info] +-net.minidev:json-smart:2.5.0 -[info] | +-net.minidev:accessors-smart:2.5.0 -[info] | +-org.ow2.asm:asm:9.3 -[info] | -[info] +-software.amazon.awssdk:secretsmanager:2.20.26 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:apache-client:2.20.26 -[info] | | +-commons-codec:commons-codec:1.15 -[info] | | +-org.apache.httpcomponents:httpclient:4.5.13 -[info] | | | +-commons-codec:commons-codec:1.11 (evicted by: 1.15) -[info] | | | +-commons-codec:commons-codec:1.15 -[info] | | | +-commons-logging:commons-logging:1.2 -[info] | | | +-org.apache.httpcomponents:httpcore:4.4.13 -[info] | | | -[info] | | +-org.apache.httpcomponents:httpcore:4.4.13 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:auth:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:regions:2.20.26 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.eventstream:eventstream:1.0.1 -[info] | | -[info] | +-software.amazon.awssdk:aws-core:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:auth:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:regions:2.20.26 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1... -[info] | | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.eventstream:eventstream:1.0.1 -[info] | | | -[info] | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:regions:2.20.26 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.eventstream:eventstream:1.0.1 -[info] | | -[info] | +-software.amazon.awssdk:aws-json-protocol:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:aws-core:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:auth:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:regions:2.20.26 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | -[info] | | | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: .. -[info] | | | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | | -[info] | | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1... -[info] | | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | -[info] | | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1... -[info] | | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | -[info] | | | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1... -[info] | | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1... -[info] | | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.eventstream:eventstream:1.0.1 -[info] | | | | -[info] | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:regions:2.20.26 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1... -[info] | | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.eventstream:eventstream:1.0.1 -[info] | | | -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:protocol-core:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:netty-nio-client:2.20.26 -[info] | | +-io.netty:netty-buffer:4.1.86.Final (evicted by: 4.1.89.Final) -[info] | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-codec-http2:4.1.86.Final (evicted by: 4.1.89.Final) -[info] | | +-io.netty:netty-codec-http2:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec-http:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | | -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-codec-http:4.1.86.Final (evicted by: 4.1.89.Final) -[info] | | +-io.netty:netty-codec-http:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-codec:4.1.86.Final (evicted by: 4.1.89.Final) -[info] | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.86.Final (evicted by: 4.1.89.Final) -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | +-io.netty:netty-handler:4.1.86.Final (evicted by: 4.1.89.Final) -[info] | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-transport-classes-epoll:4.1.86.Final (evicted by: 4.1.8.. -[info] | | +-io.netty:netty-transport-classes-epoll:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-transport:4.1.86.Final (evicted by: 4.1.89.Final) -[info] | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:protocol-core:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:regions:2.20.26 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:sts:2.20.26 -[info] +-software.amazon.awssdk:annotations:2.20.26 -[info] +-software.amazon.awssdk:apache-client:2.20.26 -[info] | +-commons-codec:commons-codec:1.15 -[info] | +-org.apache.httpcomponents:httpclient:4.5.13 -[info] | | +-commons-codec:commons-codec:1.11 (evicted by: 1.15) -[info] | | +-commons-codec:commons-codec:1.15 -[info] | | +-commons-logging:commons-logging:1.2 -[info] | | +-org.apache.httpcomponents:httpcore:4.4.13 -[info] | | -[info] | +-org.apache.httpcomponents:httpcore:4.4.13 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:auth:2.20.26 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:regions:2.20.26 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.eventstream:eventstream:1.0.1 -[info] | -[info] +-software.amazon.awssdk:aws-core:2.20.26 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:auth:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:regions:2.20.26 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1... -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.eventstream:eventstream:1.0.1 -[info] | | -[info] | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:regions:2.20.26 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.eventstream:eventstream:1.0.1 -[info] | -[info] +-software.amazon.awssdk:aws-query-protocol:2.20.26 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:aws-core:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:auth:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:regions:2.20.26 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: .. -[info] | | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | | -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1... -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1... -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1... -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1... -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.eventstream:eventstream:1.0.1 -[info] | | | -[info] | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:regions:2.20.26 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1... -[info] | | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | | -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.eventstream:eventstream:1.0.1 -[info] | | -[info] | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:protocol-core:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | | -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:json-utils:2.20.26 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:netty-nio-client:2.20.26 -[info] | +-io.netty:netty-buffer:4.1.86.Final (evicted by: 4.1.89.Final) -[info] | +-io.netty:netty-buffer:4.1.89.Final -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | -[info] | +-io.netty:netty-codec-http2:4.1.86.Final (evicted by: 4.1.89.Final) -[info] | +-io.netty:netty-codec-http2:4.1.89.Final -[info] | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-codec-http:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | | -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-transport:4.1.89.Final -[info] | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | -[info] | +-io.netty:netty-codec-http:4.1.86.Final (evicted by: 4.1.89.Final) -[info] | +-io.netty:netty-codec-http:4.1.89.Final -[info] | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | +-io.netty:netty-handler:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | | -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-transport:4.1.89.Final -[info] | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | -[info] | +-io.netty:netty-codec:4.1.86.Final (evicted by: 4.1.89.Final) -[info] | +-io.netty:netty-codec:4.1.89.Final -[info] | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | +-io.netty:netty-transport:4.1.89.Final -[info] | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | -[info] | +-io.netty:netty-common:4.1.86.Final (evicted by: 4.1.89.Final) -[info] | +-io.netty:netty-common:4.1.89.Final -[info] | +-io.netty:netty-handler:4.1.86.Final (evicted by: 4.1.89.Final) -[info] | +-io.netty:netty-handler:4.1.89.Final -[info] | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-codec:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-transport:4.1.89.Final -[info] | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | -[info] | +-io.netty:netty-transport-classes-epoll:4.1.86.Final (evicted by: 4.1.8.. -[info] | +-io.netty:netty-transport-classes-epoll:4.1.89.Final -[info] | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | +-io.netty:netty-transport-native-unix-common:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-transport:4.1.89.Final -[info] | | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | | -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-transport:4.1.89.Final -[info] | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | -[info] | +-io.netty:netty-transport:4.1.86.Final (evicted by: 4.1.89.Final) -[info] | +-io.netty:netty-transport:4.1.89.Final -[info] | | +-io.netty:netty-buffer:4.1.89.Final -[info] | | | +-io.netty:netty-common:4.1.89.Final -[info] | | | -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | +-io.netty:netty-resolver:4.1.89.Final -[info] | | +-io.netty:netty-common:4.1.89.Final -[info] | | -[info] | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:profiles:2.20.26 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:protocol-core:2.20.26 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:regions:2.20.26 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:json-utils:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:third-party-jackson-core:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | | -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:sdk-core:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | +-software.amazon.awssdk:endpoints-spi:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:http-client-spi:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | | -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:metrics-spi:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:profiles:2.20.26 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | +-software.amazon.awssdk:utils:2.20.26 -[info] | | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | | +-org.slf4j:slf4j-api:1.7.36 -[info] | | +-software.amazon.awssdk:annotations:2.20.26 -[info] | | -[info] | +-software.amazon.awssdk:utils:2.20.26 -[info] | +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] | +-org.reactivestreams:reactive-streams:1.0.4 -[info] | +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] | +-org.slf4j:slf4j-api:1.7.36 -[info] | +-software.amazon.awssdk:annotations:2.20.26 -[info] | -[info] +-software.amazon.awssdk:utils:2.20.26 -[info] +-org.reactivestreams:reactive-streams:1.0.3 (evicted by: 1.0.4) -[info] +-org.reactivestreams:reactive-streams:1.0.4 -[info] +-org.slf4j:slf4j-api:1.7.30 (evicted by: 1.7.36) -[info] +-org.slf4j:slf4j-api:1.7.36 -[info] +-software.amazon.awssdk:annotations:2.20.26 -[info] -[success] Total time: 5 s, completed 27-Oct-2023 12:43:33 diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b5bf672..2d792bb 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -76,7 +76,7 @@ trait Dependencies { val `json4sJackson` = "org.json4s" %% "json4s-jackson" % json4sVersion val `cats` = "org.typelevel" %% "cats-effect" % catsEffectVersion - val `jsonSmart`= "net.minidev" % "json-smart" % jsonSmartVersion + val `jsonSmart` = "net.minidev" % "json-smart" % jsonSmartVersion } diff --git a/project/Settings.scala b/project/Settings.scala index d490c55..464fccb 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -3,20 +3,28 @@ */ import com.eed3si9n.jarjarabrams.ShadeRule -import sbt.Keys._ -import sbt.Def -import sbt._ -import sbtassembly.AssemblyKeys._ +import sbt.* +import sbt.Keys.* +import sbt.internal.util.ManagedLogger +import sbtassembly.Assembly.JarEntry +import sbtassembly.AssemblyKeys.* +import sbtassembly.CustomMergeStrategy import sbtassembly.MergeStrategy import sbtassembly.PathList +import java.io.* +import java.net.* +import scala.util.Try +import java.nio.file.Files +import java.nio.file.Paths + object Settings extends Dependencies { val scala213 = "2.13.10" val scala3 = "3.2.2" val nextVersion = "2.1.7" - val artifactVersion = { + val artifactVersion: String = { sys.env.get("LENSES_TAG_NAME") match { case Some(tag) => tag case _ => s"$nextVersion-SNAPSHOT" @@ -89,9 +97,13 @@ object Settings extends Dependencies { def configureAssembly(): Project = project.settings( Seq( - assembly / assemblyOutputPath := file( - target.value + "/libs/" + (assembly / assemblyJarName).value, - ), + assembly / test := {}, + assembly / assemblyOutputPath := { + createLibsDir((Compile / target).value) + file( + target.value + "/libs/" + (assembly / assemblyJarName).value, + ) + }, assembly / assemblyExcludedJars := { val cp: Classpath = (assembly / fullClasspath).value cp filter { f => @@ -101,9 +113,21 @@ object Settings extends Dependencies { } }, assembly / assemblyMergeStrategy := { - case PathList("META-INF", "maven", ps @ _*) => MergeStrategy.discard - case PathList("META-INF", "MANIFEST.MF") => MergeStrategy.discard - case p if excludeFileFilter(p) => MergeStrategy.discard + case PathList("META-INF", "maven", _ @_*) => + CustomMergeStrategy("keep-only-fresh-maven-descriptors", 1) { + assemblyDependency => + val keepDeps = assemblyDependency.collect { + case dependency @ (_: sbtassembly.Assembly.Project) => + JarEntry(dependency.target, dependency.stream) + } + Right(keepDeps) + } + case PathList("META-INF", "maven", _ @_*) => + MergeStrategy.discard + case PathList("META-INF", "MANIFEST.MF") => + MergeStrategy.discard + case p if excludeFileFilter(p) => + MergeStrategy.discard case PathList(ps @ _*) if ps.last == "module-info.class" => MergeStrategy.discard case _ => MergeStrategy.first @@ -115,8 +139,127 @@ object Settings extends Dependencies { ), ) + def createLibsDir(targetDir: File): Unit = { + + val newDirectory = targetDir / "libs" + + if (!Files.exists(Paths.get(newDirectory.toString))) { + Files.createDirectories(Paths.get(newDirectory.toString)) + } + } + } lazy val IntegrationTest = config("it") extend Test + implicit final class MavenDescriptorConfigurator(project: Project) { + + val generateMetaInfMaven = taskKey[Unit]("Generate META-INF/maven directory") + + def configureMavenDescriptor(): Project = + project + .settings( + generateMetaInfMaven := { + val log = streams.value.log + + val targetDirBase = (Compile / crossTarget).value / "classes" / "META-INF" / "maven" + + val allModuleIds: Map[ModuleID, String] = update + .value + .configuration(Compile) + .toVector + .flatMap(_.modules) + .map { + e: ModuleReport => e.module -> e.artifacts.headOption + } + .collect { + case (moduleId, Some((moduleJar, moduleFile))) => + moduleId -> + moduleJar.url.get.toString + .reverse + .replaceFirst(".jar".reverse, ".pom".reverse) + .reverse + }.toMap + + for ((moduleId, pomUrl) <- allModuleIds) { + + log.info(s"Processing ${moduleId.name}") + + val groupId = moduleId.organization + val artifactId = moduleId.name + val version = moduleId.revision + val targetDir = targetDirBase / groupId / artifactId + targetDir.mkdirs() + + val propertiesFileChanged = createPomPropertiesIfChanged(groupId, artifactId, version, targetDir) + if(propertiesFileChanged) { + createPomXml(log, targetDir, pomUrl) + } + } + + }, + (Compile / compile) := ((Compile / compile) dependsOn generateMetaInfMaven).value, + ) + + private def createPomXml(log: ManagedLogger, targetDir: File, pomUrl: String): Option[File] = { + val pomFile = targetDir / "pom.xml" + + try { + val url = new URL(pomUrl) + val connection = url.openConnection().asInstanceOf[HttpURLConnection] + connection.setRequestMethod("GET") + + if (connection.getResponseCode == HttpURLConnection.HTTP_OK && connection.getContentType == "text/xml") { + val inputStream = connection.getInputStream + try { + val pomContent = new String(inputStream.readAllBytes()) + IO.write(pomFile, pomContent) + log.info(s"Successfully retrieved and saved POM from $pomUrl to $pomFile") + Some(pomFile) + + } finally { + inputStream.close() + } + } else { + log.error( + s"Failed to retrieve POM from $pomUrl. HTTP Status: ${connection.getResponseCode}, Content Type: ${connection.getContentType}", + ) + Option.empty + } + } catch { + case e: MalformedURLException => + log.error(s"Invalid URL: $pomUrl") + Option.empty + case e: IOException => + log.error(s"Error while retrieving POM from $pomUrl: ${e.getMessage}") + Option.empty + } + + } + + private def createPomPropertiesIfChanged( + groupId: String, + artifactId: String, + version: String, + targetDir: File, + ): Boolean = { + val propertiesFile = targetDir / "pom.properties" + val propertiesContent = + s"""version=$version + |groupId=$groupId + |artifactId=$artifactId + """.stripMargin + + val alreadyExists = Try(IO.read(propertiesFile)) + .toOption + .contains(propertiesContent) + + if (!alreadyExists) { + IO.write(propertiesFile, propertiesContent) + } + + !alreadyExists + + } + } } diff --git a/project/plugins.sbt b/project/plugins.sbt index a2af00e..56ca65b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") diff --git a/secret-provider/src/main/scala/io/lenses/connect/secrets/config/AWSProviderSettings.scala b/secret-provider/src/main/scala/io/lenses/connect/secrets/config/AWSProviderSettings.scala index c780232..8bc75c8 100644 --- a/secret-provider/src/main/scala/io/lenses/connect/secrets/config/AWSProviderSettings.scala +++ b/secret-provider/src/main/scala/io/lenses/connect/secrets/config/AWSProviderSettings.scala @@ -9,8 +9,6 @@ package io.lenses.connect.secrets.config import io.lenses.connect.secrets.config.SecretType.SecretType import io.lenses.connect.secrets.connect.AuthMode.AuthMode import io.lenses.connect.secrets.connect._ -import org.apache.kafka.common.config.types.Password -import org.apache.kafka.connect.errors.ConnectException import java.time.Duration import java.time.temporal.ChronoUnit