Projection

The R2dbcProjectionR2dbcProjection has support for storing the offset in a relational database using R2DBC.

The source of the envelopes is from a SourceProvider, which can be:

A R2dbcHandlerR2dbcHandler receives a R2dbcSessionR2dbcSession instance and an envelope. The R2dbcSession provides the means to access an open R2DBC connection that can be used to process the envelope. The target database operations can be run in the same transaction as the storage of the offset, which means that exactly-once processing semantics is supported. It also offers at-least-once semantics.

Dependencies

To use the R2DBC module of Akka Projections add the following dependency in your project:

Maven
<properties>
  <scala.binary.version>2.13</scala.binary.version>
</properties>
<dependencies>
  <dependency>
    <groupId>com.lightbend.akka</groupId>
    <artifactId>akka-projection-r2dbc_${scala.binary.version}</artifactId>
    <version>1.0.1</version>
  </dependency>
</dependencies>
sbt
libraryDependencies += "com.lightbend.akka" %% "akka-projection-r2dbc" % "1.0.1"
Gradle
def versions = [
  ScalaBinary: "2.13"
]
dependencies {
  implementation "com.lightbend.akka:akka-projection-r2dbc_${versions.ScalaBinary}:1.0.1"
}

Akka Projections R2DBC depends on Akka 2.7.0 or later, and note that it is important that all akka-* dependencies are in the same version, so it is recommended to depend on them explicitly to avoid problems with transient dependencies causing an unlucky mix of versions.

Project Info: Akka Projections with R2DBC
Artifact
com.lightbend.akka
akka-projection-r2dbc
1.0.1
JDK versions
OpenJDK 8
OpenJDK 11
OpenJDK 17
Scala versions2.13.10, 2.12.17
JPMS module nameakka.projection.r2dbc
License
Readiness level
Since 1.0.0, 2022-10-25
Home pagehttps://doc.akka.io/docs/akka-persistence-r2dbc/current
Forums
Release notesGithub releases
IssuesGithub issues
Sourceshttps://github.com/akka/akka-persistence-r2dbc

Transitive dependencies

The table below shows akka-projection-r2dbc’s direct dependencies, and the second tab shows all libraries it depends on transitively.

Direct dependencies
OrganizationArtifactVersion
com.lightbend.akkaakka-persistence-r2dbc_2.131.0.1
com.lightbend.akkaakka-projection-core_2.131.3.0
com.typesafe.akkaakka-persistence-query_2.132.7.0
io.r2dbcr2dbc-pool0.9.2.RELEASE
io.r2dbcr2dbc-spi0.9.1.RELEASE
org.postgresqlr2dbc-postgresql0.9.3.RELEASE
org.scala-langscala-library2.13.10
Dependency tree
com.lightbend.akka    akka-persistence-r2dbc_2.13    1.0.1
    com.typesafe.akka    akka-persistence-query_2.13    2.7.0    BUSL-1.1
        com.typesafe.akka    akka-persistence_2.13    2.7.0    BUSL-1.1
            com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                com.typesafe    config    1.4.2    Apache-2.0
                org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            com.typesafe.akka    akka-stream_2.13    2.7.0    BUSL-1.1
                com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                    com.typesafe    config    1.4.2    Apache-2.0
                    org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                com.typesafe.akka    akka-protobuf-v3_2.13    2.7.0    BUSL-1.1
                com.typesafe    ssl-config-core_2.13    0.4.3    Apache-2.0
                    com.typesafe    config    1.4.2    Apache-2.0
                    org.scala-lang.modules    scala-parser-combinators_2.13    1.1.2    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.reactivestreams    reactive-streams    1.0.4    MIT-0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.scala-lang    scala-library    2.13.10    Apache-2.0
        com.typesafe.akka    akka-protobuf-v3_2.13    2.7.0    BUSL-1.1
        com.typesafe.akka    akka-stream_2.13    2.7.0    BUSL-1.1
            com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                com.typesafe    config    1.4.2    Apache-2.0
                org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            com.typesafe.akka    akka-protobuf-v3_2.13    2.7.0    BUSL-1.1
            com.typesafe    ssl-config-core_2.13    0.4.3    Apache-2.0
                com.typesafe    config    1.4.2    Apache-2.0
                org.scala-lang.modules    scala-parser-combinators_2.13    1.1.2    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.reactivestreams    reactive-streams    1.0.4    MIT-0
            org.scala-lang    scala-library    2.13.10    Apache-2.0
        org.scala-lang    scala-library    2.13.10    Apache-2.0
    com.typesafe.akka    akka-persistence-typed_2.13    2.7.0    BUSL-1.1
        com.typesafe.akka    akka-actor-typed_2.13    2.7.0    BUSL-1.1
            com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                com.typesafe    config    1.4.2    Apache-2.0
                org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            com.typesafe.akka    akka-slf4j_2.13    2.7.0    BUSL-1.1
                com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                    com.typesafe    config    1.4.2    Apache-2.0
                    org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.slf4j    slf4j-api    1.7.36
            org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.slf4j    slf4j-api    1.7.36
        com.typesafe.akka    akka-persistence-query_2.13    2.7.0    BUSL-1.1
            com.typesafe.akka    akka-persistence_2.13    2.7.0    BUSL-1.1
                com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                    com.typesafe    config    1.4.2    Apache-2.0
                    org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                com.typesafe.akka    akka-stream_2.13    2.7.0    BUSL-1.1
                    com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                        com.typesafe    config    1.4.2    Apache-2.0
                        org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                            org.scala-lang    scala-library    2.13.10    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    com.typesafe.akka    akka-protobuf-v3_2.13    2.7.0    BUSL-1.1
                    com.typesafe    ssl-config-core_2.13    0.4.3    Apache-2.0
                        com.typesafe    config    1.4.2    Apache-2.0
                        org.scala-lang.modules    scala-parser-combinators_2.13    1.1.2    Apache-2.0
                            org.scala-lang    scala-library    2.13.10    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.reactivestreams    reactive-streams    1.0.4    MIT-0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            com.typesafe.akka    akka-protobuf-v3_2.13    2.7.0    BUSL-1.1
            com.typesafe.akka    akka-stream_2.13    2.7.0    BUSL-1.1
                com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                    com.typesafe    config    1.4.2    Apache-2.0
                    org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                com.typesafe.akka    akka-protobuf-v3_2.13    2.7.0    BUSL-1.1
                com.typesafe    ssl-config-core_2.13    0.4.3    Apache-2.0
                    com.typesafe    config    1.4.2    Apache-2.0
                    org.scala-lang.modules    scala-parser-combinators_2.13    1.1.2    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.reactivestreams    reactive-streams    1.0.4    MIT-0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.scala-lang    scala-library    2.13.10    Apache-2.0
        com.typesafe.akka    akka-persistence_2.13    2.7.0    BUSL-1.1
            com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                com.typesafe    config    1.4.2    Apache-2.0
                org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            com.typesafe.akka    akka-stream_2.13    2.7.0    BUSL-1.1
                com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                    com.typesafe    config    1.4.2    Apache-2.0
                    org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                com.typesafe.akka    akka-protobuf-v3_2.13    2.7.0    BUSL-1.1
                com.typesafe    ssl-config-core_2.13    0.4.3    Apache-2.0
                    com.typesafe    config    1.4.2    Apache-2.0
                    org.scala-lang.modules    scala-parser-combinators_2.13    1.1.2    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.reactivestreams    reactive-streams    1.0.4    MIT-0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.scala-lang    scala-library    2.13.10    Apache-2.0
        com.typesafe.akka    akka-remote_2.13    2.7.0    BUSL-1.1
            com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                com.typesafe    config    1.4.2    Apache-2.0
                org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            com.typesafe.akka    akka-pki_2.13    2.7.0    BUSL-1.1
                com.hierynomus    asn-one    0.6.0    The Apache License, Version 2.0
                com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                    com.typesafe    config    1.4.2    Apache-2.0
                    org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.slf4j    slf4j-api    1.7.36
            com.typesafe.akka    akka-stream_2.13    2.7.0    BUSL-1.1
                com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                    com.typesafe    config    1.4.2    Apache-2.0
                    org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                com.typesafe.akka    akka-protobuf-v3_2.13    2.7.0    BUSL-1.1
                com.typesafe    ssl-config-core_2.13    0.4.3    Apache-2.0
                    com.typesafe    config    1.4.2    Apache-2.0
                    org.scala-lang.modules    scala-parser-combinators_2.13    1.1.2    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.reactivestreams    reactive-streams    1.0.4    MIT-0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.agrona    agrona    1.16.0    The Apache License, Version 2.0
            org.scala-lang    scala-library    2.13.10    Apache-2.0
        com.typesafe.akka    akka-stream-typed_2.13    2.7.0    BUSL-1.1
            com.typesafe.akka    akka-actor-typed_2.13    2.7.0    BUSL-1.1
                com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                    com.typesafe    config    1.4.2    Apache-2.0
                    org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                com.typesafe.akka    akka-slf4j_2.13    2.7.0    BUSL-1.1
                    com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                        com.typesafe    config    1.4.2    Apache-2.0
                        org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                            org.scala-lang    scala-library    2.13.10    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.slf4j    slf4j-api    1.7.36
                org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.slf4j    slf4j-api    1.7.36
            com.typesafe.akka    akka-stream_2.13    2.7.0    BUSL-1.1
                com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                    com.typesafe    config    1.4.2    Apache-2.0
                    org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                com.typesafe.akka    akka-protobuf-v3_2.13    2.7.0    BUSL-1.1
                com.typesafe    ssl-config-core_2.13    0.4.3    Apache-2.0
                    com.typesafe    config    1.4.2    Apache-2.0
                    org.scala-lang.modules    scala-parser-combinators_2.13    1.1.2    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.reactivestreams    reactive-streams    1.0.4    MIT-0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.scala-lang    scala-library    2.13.10    Apache-2.0
        org.scala-lang    scala-library    2.13.10    Apache-2.0
    io.r2dbc    r2dbc-pool    0.9.2.RELEASE    Apache License 2.0
        io.projectreactor.addons    reactor-pool    0.2.9    The Apache Software License, Version 2.0
            io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
                org.reactivestreams    reactive-streams    1.0.4    MIT-0
        io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
            org.reactivestreams    reactive-streams    1.0.4    MIT-0
        io.r2dbc    r2dbc-spi    0.9.1.RELEASE    Apache License 2.0
            org.reactivestreams    reactive-streams    1.0.4    MIT-0
    io.r2dbc    r2dbc-spi    0.9.1.RELEASE    Apache License 2.0
        org.reactivestreams    reactive-streams    1.0.4    MIT-0
    org.postgresql    r2dbc-postgresql    0.9.3.RELEASE    Apache License 2.0
        com.ongres.scram    client    2.1
            com.ongres.scram    common    2.1
                com.ongres.stringprep    saslprep    1.1
                    com.ongres.stringprep    stringprep    1.1
        io.projectreactor.netty    reactor-netty    1.0.24    The Apache Software License, Version 2.0
            io.projectreactor.netty.incubator    reactor-netty-incubator-quic    0.0.13    The Apache Software License, Version 2.0
                io.netty.incubator    netty-incubator-codec-native-quic    0.0.33.Final
                    io.netty.incubator    netty-incubator-codec-classes-quic    0.0.33.Final
                        commons-codec    commons-codec    1.15
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-handler    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                io.projectreactor.netty    reactor-netty-core    1.0.24    The Apache Software License, Version 2.0
                    io.netty    netty-handler-proxy    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec-http    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-handler    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport-native-unix-common    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec-socks    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-handler    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver-dns-native-macos    4.1.82.Final
                        io.netty    netty-resolver-dns-classes-macos    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver-dns    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec-dns    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-codec    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-resolver    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-handler    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-codec    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-resolver    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-resolver    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver-dns    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec-dns    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-handler    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-epoll    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-classes-epoll    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
                        org.reactivestreams    reactive-streams    1.0.4    MIT-0
            io.projectreactor.netty    reactor-netty-core    1.0.24    The Apache Software License, Version 2.0
                io.netty    netty-handler-proxy    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec-http    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-handler    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec-socks    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-handler    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-resolver-dns-native-macos    4.1.82.Final
                    io.netty    netty-resolver-dns-classes-macos    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver-dns    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec-dns    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-handler    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport-native-unix-common    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                io.netty    netty-resolver-dns    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec-dns    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-handler    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport-native-epoll    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-classes-epoll    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
                    org.reactivestreams    reactive-streams    1.0.4    MIT-0
            io.projectreactor.netty    reactor-netty-http-brave    1.0.24    The Apache Software License, Version 2.0
                io.projectreactor.netty    reactor-netty-http    1.0.24    The Apache Software License, Version 2.0
                    io.netty    netty-codec-http2    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec-http    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-handler    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport-native-unix-common    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-handler    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec-http    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-handler    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver-dns-native-macos    4.1.82.Final
                        io.netty    netty-resolver-dns-classes-macos    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver-dns    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec-dns    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-codec    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-resolver    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-handler    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-codec    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-resolver    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-resolver    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver-dns    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec-dns    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-handler    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-epoll    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-classes-epoll    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.projectreactor.netty    reactor-netty-core    1.0.24    The Apache Software License, Version 2.0
                        io.netty    netty-handler-proxy    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec-http    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-handler    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-codec    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-resolver    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-resolver    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec-socks    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-handler    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver-dns-native-macos    4.1.82.Final
                            io.netty    netty-resolver-dns-classes-macos    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver-dns    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-codec-dns    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-codec    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-transport    4.1.82.Final
                                                io.netty    netty-buffer    4.1.82.Final
                                                    io.netty    netty-common    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                                io.netty    netty-resolver    4.1.82.Final
                                                    io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-resolver    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-codec    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-resolver    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-handler    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-codec    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-transport    4.1.82.Final
                                                io.netty    netty-buffer    4.1.82.Final
                                                    io.netty    netty-common    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                                io.netty    netty-resolver    4.1.82.Final
                                                    io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-transport    4.1.82.Final
                                                io.netty    netty-buffer    4.1.82.Final
                                                    io.netty    netty-common    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                                io.netty    netty-resolver    4.1.82.Final
                                                    io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-resolver    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport-native-unix-common    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver-dns    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec-dns    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-handler    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport-native-unix-common    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-epoll    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-classes-epoll    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport-native-unix-common    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
                            org.reactivestreams    reactive-streams    1.0.4    MIT-0
                    io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
                        org.reactivestreams    reactive-streams    1.0.4    MIT-0
                io.zipkin.brave    brave-instrumentation-http    5.14.1
                    io.zipkin.brave    brave    5.14.1
                        io.zipkin.reporter2    zipkin-reporter-brave    2.16.3
                            io.zipkin.reporter2    zipkin-reporter    2.16.3
                                io.zipkin.zipkin2    zipkin    2.23.2
            io.projectreactor.netty    reactor-netty-http    1.0.24    The Apache Software License, Version 2.0
                io.netty    netty-codec-http2    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec-http    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-handler    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-handler    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-codec-http    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-handler    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-resolver-dns-native-macos    4.1.82.Final
                    io.netty    netty-resolver-dns-classes-macos    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver-dns    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec-dns    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-handler    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport-native-unix-common    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                io.netty    netty-resolver-dns    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec-dns    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-handler    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport-native-epoll    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-classes-epoll    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.projectreactor.netty    reactor-netty-core    1.0.24    The Apache Software License, Version 2.0
                    io.netty    netty-handler-proxy    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec-http    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-handler    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport-native-unix-common    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec-socks    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-handler    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver-dns-native-macos    4.1.82.Final
                        io.netty    netty-resolver-dns-classes-macos    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver-dns    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec-dns    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-codec    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-resolver    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-handler    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-codec    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-resolver    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-resolver    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver-dns    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec-dns    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-handler    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-epoll    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-classes-epoll    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
                        org.reactivestreams    reactive-streams    1.0.4    MIT-0
                io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
                    org.reactivestreams    reactive-streams    1.0.4    MIT-0
        io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
            org.reactivestreams    reactive-streams    1.0.4    MIT-0
        io.r2dbc    r2dbc-spi    0.9.1.RELEASE    Apache License 2.0
            org.reactivestreams    reactive-streams    1.0.4    MIT-0
    org.scala-lang    scala-library    2.13.10    Apache-2.0
com.lightbend.akka    akka-projection-core_2.13    1.3.0    BUSL-1.1
    com.typesafe.akka    akka-actor-typed_2.13    2.7.0    BUSL-1.1
        com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
            com.typesafe    config    1.4.2    Apache-2.0
            org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.scala-lang    scala-library    2.13.10    Apache-2.0
        com.typesafe.akka    akka-slf4j_2.13    2.7.0    BUSL-1.1
            com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                com.typesafe    config    1.4.2    Apache-2.0
                org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.slf4j    slf4j-api    1.7.36
        org.scala-lang    scala-library    2.13.10    Apache-2.0
        org.slf4j    slf4j-api    1.7.36
    com.typesafe.akka    akka-persistence-query_2.13    2.7.0    BUSL-1.1
        com.typesafe.akka    akka-persistence_2.13    2.7.0    BUSL-1.1
            com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                com.typesafe    config    1.4.2    Apache-2.0
                org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            com.typesafe.akka    akka-stream_2.13    2.7.0    BUSL-1.1
                com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                    com.typesafe    config    1.4.2    Apache-2.0
                    org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                com.typesafe.akka    akka-protobuf-v3_2.13    2.7.0    BUSL-1.1
                com.typesafe    ssl-config-core_2.13    0.4.3    Apache-2.0
                    com.typesafe    config    1.4.2    Apache-2.0
                    org.scala-lang.modules    scala-parser-combinators_2.13    1.1.2    Apache-2.0
                        org.scala-lang    scala-library    2.13.10    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.reactivestreams    reactive-streams    1.0.4    MIT-0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.scala-lang    scala-library    2.13.10    Apache-2.0
        com.typesafe.akka    akka-protobuf-v3_2.13    2.7.0    BUSL-1.1
        com.typesafe.akka    akka-stream_2.13    2.7.0    BUSL-1.1
            com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                com.typesafe    config    1.4.2    Apache-2.0
                org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            com.typesafe.akka    akka-protobuf-v3_2.13    2.7.0    BUSL-1.1
            com.typesafe    ssl-config-core_2.13    0.4.3    Apache-2.0
                com.typesafe    config    1.4.2    Apache-2.0
                org.scala-lang.modules    scala-parser-combinators_2.13    1.1.2    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.reactivestreams    reactive-streams    1.0.4    MIT-0
            org.scala-lang    scala-library    2.13.10    Apache-2.0
        org.scala-lang    scala-library    2.13.10    Apache-2.0
    com.typesafe.akka    akka-protobuf-v3_2.13    2.7.0    BUSL-1.1
    com.typesafe.akka    akka-stream_2.13    2.7.0    BUSL-1.1
        com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
            com.typesafe    config    1.4.2    Apache-2.0
            org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.scala-lang    scala-library    2.13.10    Apache-2.0
        com.typesafe.akka    akka-protobuf-v3_2.13    2.7.0    BUSL-1.1
        com.typesafe    ssl-config-core_2.13    0.4.3    Apache-2.0
            com.typesafe    config    1.4.2    Apache-2.0
            org.scala-lang.modules    scala-parser-combinators_2.13    1.1.2    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.scala-lang    scala-library    2.13.10    Apache-2.0
        org.reactivestreams    reactive-streams    1.0.4    MIT-0
        org.scala-lang    scala-library    2.13.10    Apache-2.0
    org.scala-lang    scala-library    2.13.10    Apache-2.0
com.typesafe.akka    akka-persistence-query_2.13    2.7.0    BUSL-1.1
    com.typesafe.akka    akka-persistence_2.13    2.7.0    BUSL-1.1
        com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
            com.typesafe    config    1.4.2    Apache-2.0
            org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.scala-lang    scala-library    2.13.10    Apache-2.0
        com.typesafe.akka    akka-stream_2.13    2.7.0    BUSL-1.1
            com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
                com.typesafe    config    1.4.2    Apache-2.0
                org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            com.typesafe.akka    akka-protobuf-v3_2.13    2.7.0    BUSL-1.1
            com.typesafe    ssl-config-core_2.13    0.4.3    Apache-2.0
                com.typesafe    config    1.4.2    Apache-2.0
                org.scala-lang.modules    scala-parser-combinators_2.13    1.1.2    Apache-2.0
                    org.scala-lang    scala-library    2.13.10    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.reactivestreams    reactive-streams    1.0.4    MIT-0
            org.scala-lang    scala-library    2.13.10    Apache-2.0
        org.scala-lang    scala-library    2.13.10    Apache-2.0
    com.typesafe.akka    akka-protobuf-v3_2.13    2.7.0    BUSL-1.1
    com.typesafe.akka    akka-stream_2.13    2.7.0    BUSL-1.1
        com.typesafe.akka    akka-actor_2.13    2.7.0    BUSL-1.1
            com.typesafe    config    1.4.2    Apache-2.0
            org.scala-lang.modules    scala-java8-compat_2.13    1.0.0    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.scala-lang    scala-library    2.13.10    Apache-2.0
        com.typesafe.akka    akka-protobuf-v3_2.13    2.7.0    BUSL-1.1
        com.typesafe    ssl-config-core_2.13    0.4.3    Apache-2.0
            com.typesafe    config    1.4.2    Apache-2.0
            org.scala-lang.modules    scala-parser-combinators_2.13    1.1.2    Apache-2.0
                org.scala-lang    scala-library    2.13.10    Apache-2.0
            org.scala-lang    scala-library    2.13.10    Apache-2.0
        org.reactivestreams    reactive-streams    1.0.4    MIT-0
        org.scala-lang    scala-library    2.13.10    Apache-2.0
    org.scala-lang    scala-library    2.13.10    Apache-2.0
io.r2dbc    r2dbc-pool    0.9.2.RELEASE    Apache License 2.0
    io.projectreactor.addons    reactor-pool    0.2.9    The Apache Software License, Version 2.0
        io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
            org.reactivestreams    reactive-streams    1.0.4    MIT-0
    io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
        org.reactivestreams    reactive-streams    1.0.4    MIT-0
    io.r2dbc    r2dbc-spi    0.9.1.RELEASE    Apache License 2.0
        org.reactivestreams    reactive-streams    1.0.4    MIT-0
io.r2dbc    r2dbc-spi    0.9.1.RELEASE    Apache License 2.0
    org.reactivestreams    reactive-streams    1.0.4    MIT-0
org.postgresql    r2dbc-postgresql    0.9.3.RELEASE    Apache License 2.0
    com.ongres.scram    client    2.1
        com.ongres.scram    common    2.1
            com.ongres.stringprep    saslprep    1.1
                com.ongres.stringprep    stringprep    1.1
    io.projectreactor.netty    reactor-netty    1.0.24    The Apache Software License, Version 2.0
        io.projectreactor.netty.incubator    reactor-netty-incubator-quic    0.0.13    The Apache Software License, Version 2.0
            io.netty.incubator    netty-incubator-codec-native-quic    0.0.33.Final
                io.netty.incubator    netty-incubator-codec-classes-quic    0.0.33.Final
                    commons-codec    commons-codec    1.15
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-handler    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
            io.projectreactor.netty    reactor-netty-core    1.0.24    The Apache Software License, Version 2.0
                io.netty    netty-handler-proxy    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec-http    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-handler    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec-socks    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-handler    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-resolver-dns-native-macos    4.1.82.Final
                    io.netty    netty-resolver-dns-classes-macos    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver-dns    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec-dns    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-handler    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport-native-unix-common    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                io.netty    netty-resolver-dns    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec-dns    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-handler    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport-native-epoll    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-classes-epoll    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
                    org.reactivestreams    reactive-streams    1.0.4    MIT-0
        io.projectreactor.netty    reactor-netty-core    1.0.24    The Apache Software License, Version 2.0
            io.netty    netty-handler-proxy    4.1.82.Final
                io.netty    netty-buffer    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                io.netty    netty-codec-http    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-handler    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-codec-socks    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-codec    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
            io.netty    netty-handler    4.1.82.Final
                io.netty    netty-buffer    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                io.netty    netty-codec    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-common    4.1.82.Final
                io.netty    netty-resolver    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport-native-unix-common    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
            io.netty    netty-resolver-dns-native-macos    4.1.82.Final
                io.netty    netty-resolver-dns-classes-macos    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver-dns    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec-dns    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-handler    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
            io.netty    netty-resolver-dns    4.1.82.Final
                io.netty    netty-buffer    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                io.netty    netty-codec-dns    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-codec    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-common    4.1.82.Final
                io.netty    netty-handler    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-resolver    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
            io.netty    netty-transport-native-epoll    4.1.82.Final
                io.netty    netty-buffer    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport-classes-epoll    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport-native-unix-common    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
            io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
                org.reactivestreams    reactive-streams    1.0.4    MIT-0
        io.projectreactor.netty    reactor-netty-http-brave    1.0.24    The Apache Software License, Version 2.0
            io.projectreactor.netty    reactor-netty-http    1.0.24    The Apache Software License, Version 2.0
                io.netty    netty-codec-http2    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec-http    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-handler    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-handler    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-codec-http    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-handler    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-resolver-dns-native-macos    4.1.82.Final
                    io.netty    netty-resolver-dns-classes-macos    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver-dns    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec-dns    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-handler    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport-native-unix-common    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                io.netty    netty-resolver-dns    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec-dns    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-handler    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport-native-epoll    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-classes-epoll    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.projectreactor.netty    reactor-netty-core    1.0.24    The Apache Software License, Version 2.0
                    io.netty    netty-handler-proxy    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec-http    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-handler    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport-native-unix-common    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec-socks    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-handler    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver-dns-native-macos    4.1.82.Final
                        io.netty    netty-resolver-dns-classes-macos    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver-dns    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec-dns    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-codec    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-resolver    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-handler    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-codec    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-resolver    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-transport    4.1.82.Final
                                            io.netty    netty-buffer    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                            io.netty    netty-resolver    4.1.82.Final
                                                io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver-dns    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec-dns    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-handler    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-epoll    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-classes-epoll    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
                        org.reactivestreams    reactive-streams    1.0.4    MIT-0
                io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
                    org.reactivestreams    reactive-streams    1.0.4    MIT-0
            io.zipkin.brave    brave-instrumentation-http    5.14.1
                io.zipkin.brave    brave    5.14.1
                    io.zipkin.reporter2    zipkin-reporter-brave    2.16.3
                        io.zipkin.reporter2    zipkin-reporter    2.16.3
                            io.zipkin.zipkin2    zipkin    2.23.2
        io.projectreactor.netty    reactor-netty-http    1.0.24    The Apache Software License, Version 2.0
            io.netty    netty-codec-http2    4.1.82.Final
                io.netty    netty-buffer    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                io.netty    netty-codec-http    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-handler    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-codec    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-common    4.1.82.Final
                io.netty    netty-handler    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
            io.netty    netty-codec-http    4.1.82.Final
                io.netty    netty-buffer    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                io.netty    netty-codec    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-common    4.1.82.Final
                io.netty    netty-handler    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
            io.netty    netty-resolver-dns-native-macos    4.1.82.Final
                io.netty    netty-resolver-dns-classes-macos    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver-dns    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec-dns    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-handler    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
            io.netty    netty-resolver-dns    4.1.82.Final
                io.netty    netty-buffer    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                io.netty    netty-codec-dns    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-codec    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-common    4.1.82.Final
                io.netty    netty-handler    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-resolver    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
            io.netty    netty-transport-native-epoll    4.1.82.Final
                io.netty    netty-buffer    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport-classes-epoll    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport-native-unix-common    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
            io.projectreactor.netty    reactor-netty-core    1.0.24    The Apache Software License, Version 2.0
                io.netty    netty-handler-proxy    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec-http    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-handler    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport-native-unix-common    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec-socks    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-handler    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-resolver-dns-native-macos    4.1.82.Final
                    io.netty    netty-resolver-dns-classes-macos    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver-dns    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec-dns    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-codec    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-handler    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-codec    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport-native-unix-common    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-transport    4.1.82.Final
                                        io.netty    netty-buffer    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                        io.netty    netty-resolver    4.1.82.Final
                                            io.netty    netty-common    4.1.82.Final
                                io.netty    netty-transport    4.1.82.Final
                                    io.netty    netty-buffer    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                    io.netty    netty-resolver    4.1.82.Final
                                        io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                io.netty    netty-resolver-dns    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec-dns    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-codec    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-handler    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-codec    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-resolver    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.netty    netty-transport-native-epoll    4.1.82.Final
                    io.netty    netty-buffer    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                    io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-classes-epoll    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport-native-unix-common    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-transport    4.1.82.Final
                                io.netty    netty-buffer    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                                io.netty    netty-resolver    4.1.82.Final
                                    io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport-native-unix-common    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-transport    4.1.82.Final
                            io.netty    netty-buffer    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                            io.netty    netty-resolver    4.1.82.Final
                                io.netty    netty-common    4.1.82.Final
                    io.netty    netty-transport    4.1.82.Final
                        io.netty    netty-buffer    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                        io.netty    netty-common    4.1.82.Final
                        io.netty    netty-resolver    4.1.82.Final
                            io.netty    netty-common    4.1.82.Final
                io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
                    org.reactivestreams    reactive-streams    1.0.4    MIT-0
            io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
                org.reactivestreams    reactive-streams    1.0.4    MIT-0
    io.projectreactor    reactor-core    3.4.24    Apache License, Version 2.0
        org.reactivestreams    reactive-streams    1.0.4    MIT-0
    io.r2dbc    r2dbc-spi    0.9.1.RELEASE    Apache License 2.0
        org.reactivestreams    reactive-streams    1.0.4    MIT-0
org.scala-lang    scala-library    2.13.10    Apache-2.0

Schema

The akka_projection_offset_store, akka_projection_timestamp_offset_store and akka_projection_management tables need to be created in the configured database, see schema definition in Creating the schema.

Configuration

By default, akka-projection-r2dbc uses the same connection pool and dialect as akka-persistence-r2dbc, see Connection configuration.

Reference configuration

The following can be overridden in your application.conf for the Projection specific settings:

sourceakka.projection.r2dbc {
  # postgres or yugabyte
  dialect = ${akka.persistence.r2dbc.dialect}

  offset-store {
    # set this to your database schema if applicable, empty by default
    schema = ""
    # the database table name for the offset store,
    # can be set to "" if only timestamp offsets are used and table is not created
    offset-table = "akka_projection_offset_store"

    # the database table name for the offset store
    timestamp-offset-table = "akka_projection_timestamp_offset_store"

    # the database table name for the projection manangement data
    management-table = "akka_projection_management"

    # The offset store will keep track of persistence ids and sequence numbers
    # within this time window from latest offset.
    time-window = 5 minutes

    # Keep this number of entries. Don't evict old entries until this threshold
    # has been reached.
    keep-number-of-entries = 10000

    # Remove old entries outside the time-window from the offset store memory
    # with this frequency.
    evict-interval = 10 seconds

    # Remove old entries outside the time-window from the offset store database
    # with this frequency.
    delete-interval = 1 minute
  }

  # By default it shares connection-factory with akka-persistence-r2dbc (write side),
  # i.e. same connection pool. To use a separate pool for projections this can be
  # set to another config path that defines the same kind of config as
  # akka.persistence.r2dbc.connection-factory.
  use-connection-factory = "akka.persistence.r2dbc.connection-factory"

  # Logs database calls that take longer than this duration at INFO level.
  # Set to "off" to disable this logging.
  # Set to 0 to log all calls.
  log-db-calls-exceeding = 300 ms
}

Running with Sharded Daemon Process

The Sharded Daemon Process can be used to distribute n instances of a given Projection across the cluster. Therefore, it’s important that each Projection instance consumes a subset of the stream of envelopes.

When using eventsBySlices the initialization code looks like this:

Scala
sourceimport akka.cluster.sharding.typed.scaladsl.ShardedDaemonProcess
import akka.projection.r2dbc.scaladsl.R2dbcProjection
import akka.persistence.r2dbc.query.scaladsl.R2dbcReadJournal
import akka.projection.ProjectionId
import akka.projection.eventsourced.scaladsl.EventSourcedProvider
import akka.projection.Projection
import akka.projection.ProjectionBehavior
import akka.projection.scaladsl.SourceProvider
import akka.persistence.query.typed.EventEnvelope

def initProjections(): Unit = {
  def sourceProvider(sliceRange: Range): SourceProvider[Offset, EventEnvelope[ShoppingCart.Event]] =
    EventSourcedProvider
      .eventsBySlices[ShoppingCart.Event](
        system,
        readJournalPluginId = R2dbcReadJournal.Identifier,
        entityType,
        sliceRange.min,
        sliceRange.max)

  def projection(sliceRange: Range): Projection[EventEnvelope[ShoppingCart.Event]] = {
    val minSlice = sliceRange.min
    val maxSlice = sliceRange.max
    val projectionId = ProjectionId("ShoppingCarts", s"carts-$minSlice-$maxSlice")

    R2dbcProjection
      .exactlyOnce(
        projectionId,
        settings = None,
        sourceProvider(sliceRange),
        handler = () => new ShoppingCartHandler)
  }

  // Split the slices into 4 ranges
  val numberOfSliceRanges: Int = 4
  val sliceRanges = EventSourcedProvider.sliceRanges(system, R2dbcReadJournal.Identifier, numberOfSliceRanges)

  ShardedDaemonProcess(system).init(
    name = "ShoppingCartProjection",
    numberOfInstances = sliceRanges.size,
    behaviorFactory = i => ProjectionBehavior(projection(sliceRanges(i))),
    stopMessage = ProjectionBehavior.Stop)
}
Java
sourceimport akka.cluster.sharding.typed.javadsl.ShardedDaemonProcess;
import akka.projection.ProjectionBehavior;
import akka.persistence.query.typed.EventEnvelope;
import akka.projection.Projection;
import akka.projection.ProjectionId;
import akka.projection.r2dbc.R2dbcProjectionSettings;
import akka.projection.r2dbc.javadsl.R2dbcProjection;

void initProjections() {
  // Split the slices into 4 ranges
  int numberOfSliceRanges = 4;
  List<Pair<Integer, Integer>> sliceRanges =
      EventSourcedProvider.sliceRanges(
          system, R2dbcReadJournal.Identifier(), numberOfSliceRanges);

  ShardedDaemonProcess.get(system)
      .init(
          ProjectionBehavior.Command.class,
          "ShoppingCartProjection",
          sliceRanges.size(),
          i -> ProjectionBehavior.create(createProjection(sliceRanges.get(i))),
          ProjectionBehavior.stopMessage());
}

Projection<EventEnvelope<ShoppingCart.Event>> createProjection(
    Pair<Integer, Integer> sliceRange) {
  int minSlice = sliceRange.first();
  int maxSlice = sliceRange.second();

  String entityType = ShoppingCart.ENTITY_TYPE_KEY.name();

  SourceProvider<Offset, EventEnvelope<ShoppingCart.Event>> sourceProvider =
      EventSourcedProvider.eventsBySlices(
          system, R2dbcReadJournal.Identifier(), entityType, minSlice, maxSlice);

  ProjectionId projectionId =
      ProjectionId.of("ShoppingCarts", "carts-" + minSlice + "-" + maxSlice);
  Optional<R2dbcProjectionSettings> settings = Optional.empty();

  return R2dbcProjection.exactlyOnce(
      projectionId, settings, sourceProvider, ShoppingCartHandler::new, system);
}

The ShoppingCartHandler is shown below.

There are alternative ways of running the ProjectionBehavior as described in Running a Projection, but note that when using the R2DBC plugin as SourceProvider it is recommended to use eventsBySlices and not eventsByTag.

Slices

The SourceProvider for Event Sourced actors has historically been using eventsByTag but the R2DBC plugin is instead providing eventsBySlices as an improved solution.

The usage of eventsByTag for Projections has the drawback that the number of tags must be decided up-front and can’t easily be changed afterwards. Starting with too many tags means much overhead since many projection instances would be running on each node in a small Akka Cluster. Each projection instance polling the database periodically. Starting with too few tags means that it can’t be scaled later to more Akka nodes.

With eventsBySlices more Projection instances can be added when needed and still reuse the offsets for the previous slice distributions.

A slice is deterministically defined based on the persistence id. The purpose is to evenly distribute all persistence ids over the slices. The eventsBySlices query is for a range of the slices. For example if using 1024 slices and running 4 Projection instances the slice ranges would be 0-255, 256-511, 512-767, 768-1023. Changing to 8 slice ranges means that the ranges would be 0-127, 128-255, 256-383, …, 768-895, 896-1023.

However, when changing the number of slices the projections with the old slice distribution must be stopped before starting new projections. That can be done with a full shutdown before deploying the new slice distribution or pause (stop) the projections with the management API.

When using R2dbcProjection together with the EventSourcedProvider.eventsBySlices the events will be delivered in sequence number order without duplicates.

When using R2dbcProjection together with DurableStateSourceProvider.changesBySlices the changes will be delivered in revision number order without duplicates.

exactly-once

The offset is stored in the same transaction used for the user defined handler, which means exactly-once processing semantics if the projection is restarted from previously stored offset.

Scala
sourceimport akka.projection.r2dbc.scaladsl.R2dbcProjection
import akka.projection.ProjectionId

val projectionId = ProjectionId("ShoppingCarts", s"carts-$minSlice-$maxSlice")

val projection =
  R2dbcProjection
    .exactlyOnce(projectionId, settings = None, sourceProvider, handler = () => new ShoppingCartHandler)
Java
sourceimport akka.projection.ProjectionId;
import akka.projection.r2dbc.R2dbcProjectionSettings;
import akka.projection.r2dbc.javadsl.R2dbcProjection;

ProjectionId projectionId =
    ProjectionId.of("ShoppingCarts", "carts-" + minSlice + "-" + maxSlice);

Optional<R2dbcProjectionSettings> settings = Optional.empty();

Projection<EventEnvelope<ShoppingCart.Event>> projection =
    R2dbcProjection.exactlyOnce(
        projectionId, settings, sourceProvider, ShoppingCartHandler::new, system);

The ShoppingCartHandler is shown below.

at-least-once

The offset is stored after the envelope has been processed and giving at-least-once processing semantics. This means that if the projection is restarted from a previously stored offset some elements may be processed more than once. Therefore, the Handler code must be idempotent.

Scala
sourceimport akka.projection.r2dbc.scaladsl.R2dbcProjection
import akka.projection.ProjectionId

val projectionId = ProjectionId("ShoppingCarts", s"carts-$minSlice-$maxSlice")

val projection =
  R2dbcProjection
    .atLeastOnce(projectionId, settings = None, sourceProvider, handler = () => new ShoppingCartHandler)
    .withSaveOffset(afterEnvelopes = 100, afterDuration = 500.millis)
Java
sourceimport akka.projection.ProjectionId;
import akka.projection.r2dbc.R2dbcProjectionSettings;
import akka.projection.r2dbc.javadsl.R2dbcProjection;

ProjectionId projectionId =
    ProjectionId.of("ShoppingCarts", "carts-" + minSlice + "-" + maxSlice);

Optional<R2dbcProjectionSettings> settings = Optional.empty();

int saveOffsetAfterEnvelopes = 100;
Duration saveOffsetAfterDuration = Duration.ofMillis(500);

Projection<EventEnvelope<ShoppingCart.Event>> projection =
    R2dbcProjection.atLeastOnce(
            projectionId, settings, sourceProvider, ShoppingCartHandler::new, system)
        .withSaveOffset(saveOffsetAfterEnvelopes, saveOffsetAfterDuration);

The offset is stored after a time window, or limited by a number of envelopes, whatever happens first. This window can be defined with withSaveOffset of the returned AtLeastOnceProjection. The default settings for the window is defined in configuration section akka.projection.at-least-once. There is a performance benefit of not storing the offset too often, but the drawback is that there can be more duplicates when the projection that will be processed again when the projection is restarted.

The ShoppingCartHandler is shown below.

groupedWithin

The envelopes can be grouped before processing, which can be useful for batch updates.

Scala
sourceimport akka.projection.r2dbc.scaladsl.R2dbcProjection
import akka.projection.ProjectionId

val projectionId = ProjectionId("ShoppingCarts", s"carts-$minSlice-$maxSlice")

val projection =
  R2dbcProjection
    .groupedWithin(projectionId, settings = None, sourceProvider, handler = () => new GroupedShoppingCartHandler)
    .withGroup(groupAfterEnvelopes = 20, groupAfterDuration = 500.millis)
Java
sourceimport akka.projection.ProjectionId;
import akka.projection.r2dbc.R2dbcProjectionSettings;
import akka.projection.r2dbc.javadsl.R2dbcProjection;

ProjectionId projectionId =
    ProjectionId.of("ShoppingCarts", "carts-" + minSlice + "-" + maxSlice);

Optional<R2dbcProjectionSettings> settings = Optional.empty();

int saveOffsetAfterEnvelopes = 100;
Duration saveOffsetAfterDuration = Duration.ofMillis(500);

Projection<EventEnvelope<ShoppingCart.Event>> projection =
    R2dbcProjection.groupedWithin(
            projectionId, settings, sourceProvider, GroupedShoppingCartHandler::new, system)
        .withGroup(saveOffsetAfterEnvelopes, saveOffsetAfterDuration);

The envelopes are grouped within a time window, or limited by a number of envelopes, whatever happens first. This window can be defined with withGroup of the returned GroupedProjection. The default settings for the window is defined in configuration section akka.projection.grouped.

When using groupedWithin the handler is a R2dbcHandler[immutable.Seq[EventEnvelope[ShoppingCart.Event]]]R2dbcHandler<List<EventEnvelope<ShoppingCart.Event>>>. The GroupedShoppingCartHandler is shown below.

The offset is stored in the same transaction used for the user defined handler, which means exactly-once processing semantics if the projection is restarted from previously stored offset.

Handler

It’s in the R2dbcHandlerR2dbcHandler that you implement the processing of each envelope. It’s essentially a consumer function from (R2dbcSession, Envelope) to Future[Done]CompletionStage<Done>.

A handler that is consuming ShoppingCart.Event from eventsBySlices can look like this:

Scala
sourceimport akka.projection.r2dbc.scaladsl.R2dbcHandler
import akka.projection.r2dbc.scaladsl.R2dbcSession
import akka.persistence.query.typed.EventEnvelope

class ShoppingCartHandler()(implicit ec: ExecutionContext) extends R2dbcHandler[EventEnvelope[ShoppingCart.Event]] {
  private val logger = LoggerFactory.getLogger(getClass)

  override def process(session: R2dbcSession, envelope: EventEnvelope[ShoppingCart.Event]): Future[Done] = {
    envelope.event match {
      case ShoppingCart.CheckedOut(cartId, time) =>
        logger.info(s"Shopping cart $cartId was checked out at $time")
        val stmt = session
          .createStatement("INSERT into order (id, time) VALUES ($1, $2)")
          .bind(0, cartId)
          .bind(1, time)
        session
          .updateOne(stmt)
          .map(_ => Done)

      case otherEvent =>
        logger.debug(s"Shopping cart ${otherEvent.cartId} changed by $otherEvent")
        Future.successful(Done)
    }
  }
}
Java
sourceimport akka.projection.r2dbc.javadsl.R2dbcHandler;
import akka.projection.r2dbc.javadsl.R2dbcSession;
import io.r2dbc.spi.Statement;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletionStage;

public class ShoppingCartHandler extends R2dbcHandler<EventEnvelope<ShoppingCart.Event>> {
  private final Logger logger = LoggerFactory.getLogger(getClass());

  @Override
  public CompletionStage<Done> process(
      R2dbcSession session, EventEnvelope<ShoppingCart.Event> envelope) {
    ShoppingCart.Event event = envelope.event();
    if (event instanceof ShoppingCart.CheckedOut) {
      ShoppingCart.CheckedOut checkedOut = (ShoppingCart.CheckedOut) event;
      logger.info(
          "Shopping cart {} was checked out at {}", checkedOut.cartId, checkedOut.eventTime);

      Statement stmt =
          session
              .createStatement("INSERT into order (id, time) VALUES ($1, $2)")
              .bind(0, checkedOut.cartId)
              .bind(1, checkedOut.eventTime);
      return session.updateOne(stmt).thenApply(rowsUpdated -> Done.getInstance());

    } else {
      logger.debug("Shopping cart {} changed by {}", event.getCartId(), event);
      return CompletableFuture.completedFuture(Done.getInstance());
    }
  }
}
Hint

Such simple handlers can also be defined as plain functions via the helper R2dbcHandler.applyR2dbcHandler.fromFunction factory method.

Grouped handler

When using R2dbcProjection.groupedWithin the handler is processing a SeqList of envelopes.

Scala
sourceimport akka.projection.r2dbc.scaladsl.R2dbcHandler
import akka.projection.r2dbc.scaladsl.R2dbcSession
import akka.persistence.query.typed.EventEnvelope

import scala.collection.immutable

class GroupedShoppingCartHandler()(implicit ec: ExecutionContext)
    extends R2dbcHandler[immutable.Seq[EventEnvelope[ShoppingCart.Event]]] {
  private val logger = LoggerFactory.getLogger(getClass)

  override def process(
      session: R2dbcSession,
      envelopes: immutable.Seq[EventEnvelope[ShoppingCart.Event]]): Future[Done] = {

    // save all events in DB
    val stmts = envelopes
      .map(_.event)
      .collect { case ShoppingCart.CheckedOut(cartId, time) =>
        logger.info(s"Shopping cart $cartId was checked out at $time")

        session
          .createStatement("INSERT into order (id, time) VALUES ($1, $2)")
          .bind(0, cartId)
          .bind(1, time)

      }
      .toVector

    session.update(stmts).map(_ => Done)
  }
}
Java
sourceimport akka.projection.r2dbc.javadsl.R2dbcHandler;
import akka.projection.r2dbc.javadsl.R2dbcSession;
import io.r2dbc.spi.Statement;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletionStage;

public class GroupedShoppingCartHandler
    extends R2dbcHandler<List<EventEnvelope<ShoppingCart.Event>>> {
  private final Logger logger = LoggerFactory.getLogger(getClass());

  @Override
  public CompletionStage<Done> process(
      R2dbcSession session, List<EventEnvelope<ShoppingCart.Event>> envelopes) {
    List<Statement> stmts = new ArrayList<>();
    for (EventEnvelope<ShoppingCart.Event> envelope : envelopes) {
      ShoppingCart.Event event = envelope.event();
      if (event instanceof ShoppingCart.CheckedOut) {
        ShoppingCart.CheckedOut checkedOut = (ShoppingCart.CheckedOut) event;
        logger.info(
            "Shopping cart {} was checked out at {}", checkedOut.cartId, checkedOut.eventTime);

        Statement stmt =
            session
                .createStatement("INSERT into order (id, time) VALUES ($1, $2)")
                .bind(0, checkedOut.cartId)
                .bind(1, checkedOut.eventTime);
        stmts.add(stmt);
      } else {
        logger.debug("Shopping cart {} changed by {}", event.getCartId(), event);
      }
    }

    return session.update(stmts).thenApply(rowsUpdated -> Done.getInstance());
  }
}

Stateful handler

The R2dbcHandlerR2dbcHandler can be stateful, with variables and mutable data structures. It is invoked by the Projection machinery one envelope at a time and visibility guarantees between the invocations are handled automatically, i.e. no volatile or other concurrency primitives are needed for managing the state as long as it’s not accessed by other threads than the one that called process.

Note

It is important that the Handler instance is not shared between several Projection instances, because then it would be invoked concurrently, which is not how it is intended to be used. Each Projection instance should use a new Handler instance.

Async handler

The HandlerHandler can be used with R2dbcProjection.atLeastOnceAsync and R2dbcProjection.groupedWithinAsync if the handler is not storing the projection result in the database. The handler could send to a Kafka topic or integrate with something else.

There are several examples of such Handler in the documentation for Cassandra Projections. Same type of handlers can be used with R2dbcProjection instead of CassandraProjection.

Actor handler

A good alternative for advanced state management is to implement the handler as an actor which is described in Processing with Actor.

Flow handler

An Akka Streams FlowWithContext can be used instead of a handler for processing the envelopes, which is described in Processing with Akka Streams.

Handler lifecycle

You can override the start and stop methods of the R2dbcHandler to implement initialization before first envelope is processed and resource cleanup when the projection is stopped. Those methods are also called when the Projection is restarted after failure.

See also error handling.

Offset types

The supported offset types of the R2dbcProjection are:

Publish events for lower latency

To reduce the latency until the Projection finds and process new events you can enable the feature described in eventsBySlices documentation.

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.