diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66f60fb..a6ee837 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,3 +15,30 @@ jobs: java-version: openjdk@1.14 - name: Test run: sbt +test + + dependency-check: + timeout-minutes: 30 + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Setup Scala + uses: olafurpg/setup-scala@v11 + with: + java-version: openjdk@1.14 + - name: Assembly + run: sbt "project secret-provider;set assembly / test := {}" assembly + - name: Dependency Check + uses: dependency-check/Dependency-Check_Action@1.1.0 + env: + # actions/setup-java@v1 changes JAVA_HOME so it needs to be reset to match the depcheck image + JAVA_HOME: /opt/jdk + with: + project: secret-provider-deps + path: secret-provider/target/libs/ + format: 'HTML' + - name: Upload Test results + uses: actions/upload-artifact@master + with: + name: secret-provider-depcheck-results + path: ${{github.workspace}}/reports diff --git a/build.sbt b/build.sbt index 75a7287..87ca1de 100644 --- a/build.sbt +++ b/build.sbt @@ -4,6 +4,7 @@ import Settings.artifactVersion import Settings.AssemblyConfigurator import Settings.testSinkDeps import Settings.scala213 +import Settings.Dependencies.`jsonSmart` import sbt.Project.projectToLocalProject name := "secret-provider" @@ -37,6 +38,9 @@ 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() diff --git a/deptree.txt b/deptree.txt new file mode 100644 index 0000000..961b979 --- /dev/null +++ b/deptree.txt @@ -0,0 +1,8128 @@ +[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 5af77ef..b5bf672 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -24,6 +24,7 @@ trait Dependencies { val commonsIOVersion = "1.3.2" val jettyVersion = "11.0.14" val flexmarkVersion = "0.64.0" + val jsonSmartVersion = "2.5.0" val scalaCollectionCompatVersion = "2.8.1" val jakartaServletVersion = "6.0.0" @@ -75,15 +76,18 @@ trait Dependencies { val `json4sJackson` = "org.json4s" %% "json4s-jackson" % json4sVersion val `cats` = "org.typelevel" %% "cats-effect" % catsEffectVersion + val `jsonSmart`= "net.minidev" % "json-smart" % jsonSmartVersion + } import Dependencies._ val secretProviderDeps = Seq( `scala-logging`, + `jsonSmart`, `kafka-connect-api` % Provided, `vault-java-driver`, - `azure-key-vault`, - `azure-identity` exclude ("javax.activation", "activation"), + `azure-key-vault` exclude ("net.minidev", "json-smart"), + `azure-identity` exclude ("javax.activation", "activation") exclude ("net.minidev", "json-smart"), `awsSecretsManagerSdkV2`, `awsStsSdkV2`, `awsIamSdkV2` % IntegrationTest, diff --git a/project/Settings.scala b/project/Settings.scala index e760da5..d490c55 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -101,6 +101,7 @@ 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(ps @ _*) if ps.last == "module-info.class" =>