New to Akka? Start with the Akka SDK.

Hadoop Distributed File System - HDFS

The connector offers Flows and Sources that interact with HDFS file systems.

For more information about Hadoop, please visit the Hadoop documentation.

Project Info: Alpakka HDFS
Artifact
com.lightbend.akka
akka-stream-alpakka-hdfs
10.0.1
JDK versions
Eclipse Temurin JDK 11
Eclipse Temurin JDK 17
Scala versions2.13.17, 3.3.7
JPMS module nameakka.stream.alpakka.hdfs
License
Readiness level
Since 0.20, 2018-07-04
Home pagehttps://doc.akka.io/libraries/alpakka/current
API documentation
Forums
Release notesGitHub releases
IssuesGithub issues
Sourceshttps://github.com/akka/alpakka

Artifacts

Note

The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token.

Additionally, add the dependencies as below.

sbt
val AkkaVersion = "2.10.11"
libraryDependencies ++= Seq(
  "com.lightbend.akka" %% "akka-stream-alpakka-hdfs" % "10.0.1",
  "com.typesafe.akka" %% "akka-stream" % AkkaVersion
)
Maven
<properties>
  <akka.version>2.10.11</akka.version>
  <scala.binary.version>2.13</scala.binary.version>
</properties>
<dependencies>
  <dependency>
    <groupId>com.lightbend.akka</groupId>
    <artifactId>akka-stream-alpakka-hdfs_${scala.binary.version}</artifactId>
    <version>10.0.1</version>
  </dependency>
  <dependency>
    <groupId>com.typesafe.akka</groupId>
    <artifactId>akka-stream_${scala.binary.version}</artifactId>
    <version>${akka.version}</version>
  </dependency>
</dependencies>
Gradle
def versions = [
  AkkaVersion: "2.10.11",
  ScalaBinary: "2.13"
]
dependencies {
  implementation "com.lightbend.akka:akka-stream-alpakka-hdfs_${versions.ScalaBinary}:10.0.1"
  implementation "com.typesafe.akka:akka-stream_${versions.ScalaBinary}:${versions.AkkaVersion}"
}

The table below shows direct dependencies of this module and the second tab shows all libraries it depends on transitively.

Direct dependencies
OrganizationArtifactVersion
com.typesafe.akkaakka-stream_2.132.10.11
org.apache.hadoophadoop-client3.4.1
org.scala-langscala-library2.13.17
org.typelevelcats-core_2.132.13.0
Dependency tree
com.typesafe.akka    akka-stream_2.13    2.10.11    BUSL-1.1
    com.typesafe.akka    akka-actor_2.13    2.10.11    BUSL-1.1
        com.typesafe    config    1.4.5    Apache-2.0
        org.scala-lang    scala-library    2.13.17    Apache-2.0
    com.typesafe.akka    akka-protobuf-v3_2.13    2.10.11    BUSL-1.1
    org.reactivestreams    reactive-streams    1.0.4    MIT-0
    org.scala-lang    scala-library    2.13.17    Apache-2.0
org.apache.hadoop    hadoop-client    3.4.1    Apache-2.0
    org.apache.hadoop    hadoop-annotations    3.4.1    Apache-2.0
    org.apache.hadoop    hadoop-common    3.4.1    Apache-2.0
        ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
        com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
        com.fasterxml.woodstox    woodstox-core    5.4.0    The Apache License, Version 2.0
            org.codehaus.woodstox    stax2-api    4.2.1    The BSD License
        com.google.code.findbugs    jsr305    3.0.2    The Apache Software License, Version 2.0
        com.google.code.gson    gson    2.9.0    Apache-2.0
        com.google.guava    guava    27.1-jre    The Apache Software License, Version 2.0
            com.google.code.findbugs    jsr305    3.0.2    The Apache Software License, Version 2.0
            com.google.errorprone    error_prone_annotations    2.2.0    Apache 2.0
            com.google.guava    failureaccess    1.0.1    The Apache Software License, Version 2.0
            com.google.guava    listenablefuture    9999.0-empty-to-avoid-conflict-with-guava    The Apache Software License, Version 2.0
            com.google.j2objc    j2objc-annotations    1.1    The Apache Software License, Version 2.0
            org.checkerframework    checker-qual    2.5.2    The MIT License
            org.codehaus.mojo    animal-sniffer-annotations    1.17    MIT license
        com.google.re2j    re2j    1.1    The Go license
        com.sun.jersey    jersey-servlet    1.19.4    CDDL 1.1
            com.sun.jersey    jersey-server    1.19.4    CDDL 1.1
                com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                    javax.ws.rs    jsr311-api    1.1.1    CDDL License
        commons-beanutils    commons-beanutils    1.9.4    Apache License, Version 2.0
            commons-collections    commons-collections    3.2.2    Apache License, Version 2.0
            commons-logging    commons-logging    1.3.0    Apache-2.0
        commons-cli    commons-cli    1.5.0    Apache License, Version 2.0
        commons-codec    commons-codec    1.16.1    Apache-2.0
        commons-collections    commons-collections    3.2.2    Apache License, Version 2.0
        commons-io    commons-io    2.16.1    Apache-2.0
        commons-net    commons-net    3.9.0    Apache License, Version 2.0
        dnsjava    dnsjava    3.6.1    BSD-3-Clause
            org.slf4j    slf4j-api    1.7.36    MIT License
        io.dropwizard.metrics    metrics-core    3.2.4    Apache License 2.0
            org.slf4j    slf4j-api    1.7.36    MIT License
        io.netty    netty-handler    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
        io.netty    netty-transport-native-epoll    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-classes-epoll    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
        jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
        javax.servlet.jsp    jsp-api    2.1
        org.apache.avro    avro    1.9.2    Apache License, Version 2.0
            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
            org.apache.commons    commons-compress    1.26.1    Apache-2.0
                commons-codec    commons-codec    1.16.1    Apache-2.0
                commons-io    commons-io    2.16.1    Apache-2.0
                org.apache.commons    commons-lang3    3.14.0    Apache-2.0
            org.slf4j    slf4j-api    1.7.36    MIT License
        org.apache.commons    commons-compress    1.26.1    Apache-2.0
            commons-codec    commons-codec    1.16.1    Apache-2.0
            commons-io    commons-io    2.16.1    Apache-2.0
            org.apache.commons    commons-lang3    3.14.0    Apache-2.0
        org.apache.commons    commons-configuration2    2.10.1    Apache-2.0
            commons-logging    commons-logging    1.3.0    Apache-2.0
            org.apache.commons    commons-text    1.11.0    Apache-2.0
                org.apache.commons    commons-lang3    3.14.0    Apache-2.0
        org.apache.commons    commons-lang3    3.14.0    Apache-2.0
        org.apache.commons    commons-math3    3.6.1    Apache License, Version 2.0
        org.apache.commons    commons-text    1.11.0    Apache-2.0
            org.apache.commons    commons-lang3    3.14.0    Apache-2.0
        org.apache.curator    curator-client    5.2.0    The Apache Software License, Version 2.0
        org.apache.curator    curator-recipes    5.2.0    The Apache Software License, Version 2.0
            org.apache.curator    curator-framework    5.2.0    The Apache Software License, Version 2.0
                org.apache.curator    curator-client    5.2.0    The Apache Software License, Version 2.0
        org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
        org.apache.hadoop.thirdparty    hadoop-shaded-protobuf_3_25    1.3.0    Apache License, Version 2.0
        org.apache.hadoop    hadoop-annotations    3.4.1    Apache-2.0
        org.apache.hadoop    hadoop-auth    3.4.1    Apache-2.0
            ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
            com.nimbusds    nimbus-jose-jwt    9.37.2    The Apache Software License, Version 2.0
                com.github.stephenc.jcip    jcip-annotations    1.0-1    Apache License, Version 2.0
            commons-codec    commons-codec    1.16.1    Apache-2.0
            io.dropwizard.metrics    metrics-core    3.2.4    Apache License 2.0
                org.slf4j    slf4j-api    1.7.36    MIT License
            org.apache.curator    curator-framework    5.2.0    The Apache Software License, Version 2.0
                org.apache.curator    curator-client    5.2.0    The Apache Software License, Version 2.0
            org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
            org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
                commons-codec    commons-codec    1.16.1    Apache-2.0
                commons-logging    commons-logging    1.3.0    Apache-2.0
                org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
            org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                    org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                    org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                    org.slf4j    slf4j-api    1.7.36    MIT License
            org.apache.kerby    kerb-util    2.0.3    Apache-2.0
                org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                    org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                        org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                        org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                        org.slf4j    slf4j-api    1.7.36    MIT License
                org.apache.kerby    kerb-crypto    2.0.3    Apache-2.0
                    org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                        org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                            org.slf4j    slf4j-api    1.7.36    MIT License
                    org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                org.apache.kerby    kerby-config    2.0.3    Apache-2.0
                    org.slf4j    slf4j-api    1.7.36    MIT License
            org.apache.zookeeper    zookeeper    3.8.4    Apache License, Version 2.0
                org.apache.yetus    audience-annotations    0.12.0    Apache License, Version 2.0
                org.apache.zookeeper    zookeeper-jute    3.8.4    Apache License, Version 2.0
                    org.apache.yetus    audience-annotations    0.12.0    Apache License, Version 2.0
            org.slf4j    slf4j-api    1.7.36    MIT License
        org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
            commons-codec    commons-codec    1.16.1    Apache-2.0
            commons-logging    commons-logging    1.3.0    Apache-2.0
            org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
        org.apache.kerby    kerb-core    2.0.3    Apache-2.0
            org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                org.slf4j    slf4j-api    1.7.36    MIT License
        org.bouncycastle    bcprov-jdk18on    1.78.1    Bouncy Castle Licence
        org.codehaus.woodstox    stax2-api    4.2.1    The BSD License
        org.eclipse.jetty    jetty-servlet    9.4.53.v20231009    Apache Software License - Version 2.0
            org.eclipse.jetty    jetty-security    9.4.53.v20231009    Apache Software License - Version 2.0
            org.eclipse.jetty    jetty-util-ajax    9.4.53.v20231009    Apache Software License - Version 2.0
        org.eclipse.jetty    jetty-webapp    9.4.53.v20231009    Apache Software License - Version 2.0
            org.eclipse.jetty    jetty-servlet    9.4.53.v20231009    Apache Software License - Version 2.0
                org.eclipse.jetty    jetty-security    9.4.53.v20231009    Apache Software License - Version 2.0
                org.eclipse.jetty    jetty-util-ajax    9.4.53.v20231009    Apache Software License - Version 2.0
            org.eclipse.jetty    jetty-xml    9.4.53.v20231009    Apache Software License - Version 2.0
        org.slf4j    slf4j-api    1.7.36    MIT License
        org.xerial.snappy    snappy-java    1.1.10.4    Apache-2.0
    org.apache.hadoop    hadoop-hdfs-client    3.4.1    Apache-2.0
        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
        com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
        org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
            commons-codec    commons-codec    1.16.1    Apache-2.0
            commons-logging    commons-logging    1.3.0    Apache-2.0
            org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
        org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
    org.apache.hadoop    hadoop-mapreduce-client-core    3.4.1    Apache-2.0
        com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
        io.netty    netty-all    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-dns    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-haproxy    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-http2    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-http    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-memcache    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-mqtt    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-redis    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-smtp    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-socks    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-stomp    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-xml    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-handler-proxy    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-handler-ssl-ocsp    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-handler    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-resolver-dns-classes-macos    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-resolver-dns    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec-dns    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-handler    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-resolver-dns-native-macos    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-resolver-dns-classes-macos    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver-dns    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-codec-dns    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-handler    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-resolver-dns    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec-dns    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-handler    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-classes-epoll    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-classes-kqueue    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-native-epoll    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-classes-epoll    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-native-kqueue    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-classes-kqueue    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-rxtx    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-sctp    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-udt    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
        org.apache.hadoop    hadoop-hdfs-client    3.4.1    Apache-2.0
            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
            org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
                commons-codec    commons-codec    1.16.1    Apache-2.0
                commons-logging    commons-logging    1.3.0    Apache-2.0
                org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
            org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
        org.apache.hadoop    hadoop-yarn-client    3.4.1    Apache-2.0
            ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
            commons-cli    commons-cli    1.5.0    Apache License, Version 2.0
            org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
            org.apache.hadoop    hadoop-yarn-api    3.4.1    Apache-2.0
                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                org.apache.hadoop.thirdparty    hadoop-shaded-protobuf_3_25    1.3.0    Apache License, Version 2.0
            org.apache.hadoop    hadoop-yarn-common    3.4.1    Apache-2.0
                ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.jaxrs    jackson-jaxrs-json-provider    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.jaxrs    jackson-jaxrs-base    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.module    jackson-module-jaxb-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                        jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                        jakarta.xml.bind    jakarta.xml.bind-api    2.3.2    Eclipse Distribution License - v 1.0
                            jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                com.fasterxml.jackson.module    jackson-module-jaxb-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                    jakarta.xml.bind    jakarta.xml.bind-api    2.3.2    Eclipse Distribution License - v 1.0
                        jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                com.github.pjfanning    jersey-json    1.22.0    CDDL 1.1
                    com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                        javax.ws.rs    jsr311-api    1.1.1    CDDL License
                    com.sun.xml.bind    jaxb-impl    2.2.3-1    CDDL 1.1
                        javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                com.google.inject    guice    4.2.3    The Apache Software License, Version 2.0
                    aopalliance    aopalliance    1.0    Public Domain
                    com.google.guava    guava    27.1-jre    The Apache Software License, Version 2.0
                        com.google.code.findbugs    jsr305    3.0.2    The Apache Software License, Version 2.0
                        com.google.errorprone    error_prone_annotations    2.2.0    Apache 2.0
                        com.google.guava    failureaccess    1.0.1    The Apache Software License, Version 2.0
                        com.google.guava    listenablefuture    9999.0-empty-to-avoid-conflict-with-guava    The Apache Software License, Version 2.0
                        com.google.j2objc    j2objc-annotations    1.1    The Apache Software License, Version 2.0
                        org.checkerframework    checker-qual    2.5.2    The MIT License
                        org.codehaus.mojo    animal-sniffer-annotations    1.17    MIT license
                    javax.inject    javax.inject    1    The Apache Software License, Version 2.0
                com.sun.jersey.contribs    jersey-guice    1.19.4    CDDL 1.1
                    com.google.inject    guice    4.2.3    The Apache Software License, Version 2.0
                        aopalliance    aopalliance    1.0    Public Domain
                        com.google.guava    guava    27.1-jre    The Apache Software License, Version 2.0
                            com.google.code.findbugs    jsr305    3.0.2    The Apache Software License, Version 2.0
                            com.google.errorprone    error_prone_annotations    2.2.0    Apache 2.0
                            com.google.guava    failureaccess    1.0.1    The Apache Software License, Version 2.0
                            com.google.guava    listenablefuture    9999.0-empty-to-avoid-conflict-with-guava    The Apache Software License, Version 2.0
                            com.google.j2objc    j2objc-annotations    1.1    The Apache Software License, Version 2.0
                            org.checkerframework    checker-qual    2.5.2    The MIT License
                            org.codehaus.mojo    animal-sniffer-annotations    1.17    MIT license
                        javax.inject    javax.inject    1    The Apache Software License, Version 2.0
                    com.sun.jersey    jersey-servlet    1.19.4    CDDL 1.1
                        com.sun.jersey    jersey-server    1.19.4    CDDL 1.1
                            com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                                javax.ws.rs    jsr311-api    1.1.1    CDDL License
                    javax.inject    javax.inject    1    The Apache Software License, Version 2.0
                com.sun.jersey    jersey-client    1.19.4    CDDL 1.1
                    com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                        javax.ws.rs    jsr311-api    1.1.1    CDDL License
                com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                    javax.ws.rs    jsr311-api    1.1.1    CDDL License
                com.sun.jersey    jersey-server    1.19.4    CDDL 1.1
                    com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                        javax.ws.rs    jsr311-api    1.1.1    CDDL License
                commons-cli    commons-cli    1.5.0    Apache License, Version 2.0
                commons-codec    commons-codec    1.16.1    Apache-2.0
                commons-io    commons-io    2.16.1    Apache-2.0
                javax.servlet    javax.servlet-api    3.1.0    CDDL + GPLv2 with classpath exception
                javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                org.apache.commons    commons-compress    1.26.1    Apache-2.0
                    commons-codec    commons-codec    1.16.1    Apache-2.0
                    commons-io    commons-io    2.16.1    Apache-2.0
                    org.apache.commons    commons-lang3    3.14.0    Apache-2.0
                org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                org.apache.hadoop    hadoop-auth    3.4.1    Apache-2.0
                    ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
                    com.nimbusds    nimbus-jose-jwt    9.37.2    The Apache Software License, Version 2.0
                        com.github.stephenc.jcip    jcip-annotations    1.0-1    Apache License, Version 2.0
                    commons-codec    commons-codec    1.16.1    Apache-2.0
                    io.dropwizard.metrics    metrics-core    3.2.4    Apache License 2.0
                        org.slf4j    slf4j-api    1.7.36    MIT License
                    org.apache.curator    curator-framework    5.2.0    The Apache Software License, Version 2.0
                        org.apache.curator    curator-client    5.2.0    The Apache Software License, Version 2.0
                    org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                    org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
                        commons-codec    commons-codec    1.16.1    Apache-2.0
                        commons-logging    commons-logging    1.3.0    Apache-2.0
                        org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                    org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                        org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                            org.slf4j    slf4j-api    1.7.36    MIT License
                    org.apache.kerby    kerb-util    2.0.3    Apache-2.0
                        org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                                org.slf4j    slf4j-api    1.7.36    MIT License
                        org.apache.kerby    kerb-crypto    2.0.3    Apache-2.0
                            org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                                    org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                                    org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                                    org.slf4j    slf4j-api    1.7.36    MIT License
                            org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                        org.apache.kerby    kerby-config    2.0.3    Apache-2.0
                            org.slf4j    slf4j-api    1.7.36    MIT License
                    org.apache.zookeeper    zookeeper    3.8.4    Apache License, Version 2.0
                        org.apache.yetus    audience-annotations    0.12.0    Apache License, Version 2.0
                        org.apache.zookeeper    zookeeper-jute    3.8.4    Apache License, Version 2.0
                            org.apache.yetus    audience-annotations    0.12.0    Apache License, Version 2.0
                    org.slf4j    slf4j-api    1.7.36    MIT License
                org.apache.hadoop    hadoop-hdfs-client    3.4.1    Apache-2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
                        commons-codec    commons-codec    1.16.1    Apache-2.0
                        commons-logging    commons-logging    1.3.0    Apache-2.0
                        org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                    org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                org.apache.hadoop    hadoop-yarn-api    3.4.1    Apache-2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                    javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                    org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                    org.apache.hadoop.thirdparty    hadoop-shaded-protobuf_3_25    1.3.0    Apache License, Version 2.0
                org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                org.slf4j    slf4j-api    1.7.36    MIT License
            org.eclipse.jetty.websocket    websocket-client    9.4.53.v20231009    Apache Software License - Version 2.0
                org.eclipse.jetty.websocket    websocket-common    9.4.53.v20231009    Apache Software License - Version 2.0
                    org.eclipse.jetty.websocket    websocket-api    9.4.53.v20231009    Apache Software License - Version 2.0
                    org.eclipse.jetty    jetty-io    9.4.53.v20231009    Apache Software License - Version 2.0
                        org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                    org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                org.eclipse.jetty    jetty-client    9.4.53.v20231009    Apache Software License - Version 2.0
                    org.eclipse.jetty    jetty-http    9.4.53.v20231009    Apache Software License - Version 2.0
                        org.eclipse.jetty    jetty-io    9.4.53.v20231009    Apache Software License - Version 2.0
                            org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                        org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                    org.eclipse.jetty    jetty-io    9.4.53.v20231009    Apache Software License - Version 2.0
                        org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                org.eclipse.jetty    jetty-io    9.4.53.v20231009    Apache Software License - Version 2.0
                    org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
            org.jline    jline    3.9.0    The BSD License
        org.apache.hadoop    hadoop-yarn-common    3.4.1    Apache-2.0
            ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
            com.fasterxml.jackson.jaxrs    jackson-jaxrs-json-provider    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.jaxrs    jackson-jaxrs-base    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.module    jackson-module-jaxb-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                    jakarta.xml.bind    jakarta.xml.bind-api    2.3.2    Eclipse Distribution License - v 1.0
                        jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
            com.fasterxml.jackson.module    jackson-module-jaxb-annotations    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                jakarta.xml.bind    jakarta.xml.bind-api    2.3.2    Eclipse Distribution License - v 1.0
                    jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
            com.github.pjfanning    jersey-json    1.22.0    CDDL 1.1
                com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                    javax.ws.rs    jsr311-api    1.1.1    CDDL License
                com.sun.xml.bind    jaxb-impl    2.2.3-1    CDDL 1.1
                    javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
            com.google.inject    guice    4.2.3    The Apache Software License, Version 2.0
                aopalliance    aopalliance    1.0    Public Domain
                com.google.guava    guava    27.1-jre    The Apache Software License, Version 2.0
                    com.google.code.findbugs    jsr305    3.0.2    The Apache Software License, Version 2.0
                    com.google.errorprone    error_prone_annotations    2.2.0    Apache 2.0
                    com.google.guava    failureaccess    1.0.1    The Apache Software License, Version 2.0
                    com.google.guava    listenablefuture    9999.0-empty-to-avoid-conflict-with-guava    The Apache Software License, Version 2.0
                    com.google.j2objc    j2objc-annotations    1.1    The Apache Software License, Version 2.0
                    org.checkerframework    checker-qual    2.5.2    The MIT License
                    org.codehaus.mojo    animal-sniffer-annotations    1.17    MIT license
                javax.inject    javax.inject    1    The Apache Software License, Version 2.0
            com.sun.jersey.contribs    jersey-guice    1.19.4    CDDL 1.1
                com.google.inject    guice    4.2.3    The Apache Software License, Version 2.0
                    aopalliance    aopalliance    1.0    Public Domain
                    com.google.guava    guava    27.1-jre    The Apache Software License, Version 2.0
                        com.google.code.findbugs    jsr305    3.0.2    The Apache Software License, Version 2.0
                        com.google.errorprone    error_prone_annotations    2.2.0    Apache 2.0
                        com.google.guava    failureaccess    1.0.1    The Apache Software License, Version 2.0
                        com.google.guava    listenablefuture    9999.0-empty-to-avoid-conflict-with-guava    The Apache Software License, Version 2.0
                        com.google.j2objc    j2objc-annotations    1.1    The Apache Software License, Version 2.0
                        org.checkerframework    checker-qual    2.5.2    The MIT License
                        org.codehaus.mojo    animal-sniffer-annotations    1.17    MIT license
                    javax.inject    javax.inject    1    The Apache Software License, Version 2.0
                com.sun.jersey    jersey-servlet    1.19.4    CDDL 1.1
                    com.sun.jersey    jersey-server    1.19.4    CDDL 1.1
                        com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                            javax.ws.rs    jsr311-api    1.1.1    CDDL License
                javax.inject    javax.inject    1    The Apache Software License, Version 2.0
            com.sun.jersey    jersey-client    1.19.4    CDDL 1.1
                com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                    javax.ws.rs    jsr311-api    1.1.1    CDDL License
            com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                javax.ws.rs    jsr311-api    1.1.1    CDDL License
            com.sun.jersey    jersey-server    1.19.4    CDDL 1.1
                com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                    javax.ws.rs    jsr311-api    1.1.1    CDDL License
            commons-cli    commons-cli    1.5.0    Apache License, Version 2.0
            commons-codec    commons-codec    1.16.1    Apache-2.0
            commons-io    commons-io    2.16.1    Apache-2.0
            javax.servlet    javax.servlet-api    3.1.0    CDDL + GPLv2 with classpath exception
            javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
            org.apache.commons    commons-compress    1.26.1    Apache-2.0
                commons-codec    commons-codec    1.16.1    Apache-2.0
                commons-io    commons-io    2.16.1    Apache-2.0
                org.apache.commons    commons-lang3    3.14.0    Apache-2.0
            org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
            org.apache.hadoop    hadoop-auth    3.4.1    Apache-2.0
                ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
                com.nimbusds    nimbus-jose-jwt    9.37.2    The Apache Software License, Version 2.0
                    com.github.stephenc.jcip    jcip-annotations    1.0-1    Apache License, Version 2.0
                commons-codec    commons-codec    1.16.1    Apache-2.0
                io.dropwizard.metrics    metrics-core    3.2.4    Apache License 2.0
                    org.slf4j    slf4j-api    1.7.36    MIT License
                org.apache.curator    curator-framework    5.2.0    The Apache Software License, Version 2.0
                    org.apache.curator    curator-client    5.2.0    The Apache Software License, Version 2.0
                org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
                    commons-codec    commons-codec    1.16.1    Apache-2.0
                    commons-logging    commons-logging    1.3.0    Apache-2.0
                    org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                    org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                        org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                        org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                        org.slf4j    slf4j-api    1.7.36    MIT License
                org.apache.kerby    kerb-util    2.0.3    Apache-2.0
                    org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                        org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                            org.slf4j    slf4j-api    1.7.36    MIT License
                    org.apache.kerby    kerb-crypto    2.0.3    Apache-2.0
                        org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                                org.slf4j    slf4j-api    1.7.36    MIT License
                        org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                    org.apache.kerby    kerby-config    2.0.3    Apache-2.0
                        org.slf4j    slf4j-api    1.7.36    MIT License
                org.apache.zookeeper    zookeeper    3.8.4    Apache License, Version 2.0
                    org.apache.yetus    audience-annotations    0.12.0    Apache License, Version 2.0
                    org.apache.zookeeper    zookeeper-jute    3.8.4    Apache License, Version 2.0
                        org.apache.yetus    audience-annotations    0.12.0    Apache License, Version 2.0
                org.slf4j    slf4j-api    1.7.36    MIT License
            org.apache.hadoop    hadoop-hdfs-client    3.4.1    Apache-2.0
                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
                    commons-codec    commons-codec    1.16.1    Apache-2.0
                    commons-logging    commons-logging    1.3.0    Apache-2.0
                    org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
            org.apache.hadoop    hadoop-yarn-api    3.4.1    Apache-2.0
                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                org.apache.hadoop.thirdparty    hadoop-shaded-protobuf_3_25    1.3.0    Apache License, Version 2.0
            org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
            org.slf4j    slf4j-api    1.7.36    MIT License
        org.slf4j    slf4j-api    1.7.36    MIT License
    org.apache.hadoop    hadoop-mapreduce-client-jobclient    3.4.1    Apache-2.0
        io.netty    netty-all    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-dns    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-haproxy    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-http2    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-http    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-memcache    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-mqtt    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-redis    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-smtp    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-socks    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-stomp    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec-xml    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-handler-proxy    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-handler-ssl-ocsp    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-handler    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-resolver-dns-classes-macos    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-resolver-dns    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec-dns    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-handler    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-resolver-dns-native-macos    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-resolver-dns-classes-macos    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver-dns    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-codec-dns    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-handler    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-resolver-dns    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec-dns    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-handler    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-classes-epoll    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-classes-kqueue    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-native-epoll    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-classes-epoll    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-native-kqueue    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-classes-kqueue    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-rxtx    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-sctp    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport-udt    4.1.100.Final    Apache License, Version 2.0
            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
        org.apache.hadoop    hadoop-mapreduce-client-common    3.4.1    Apache-2.0
            io.netty    netty-all    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec-dns    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec-haproxy    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec-http2    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec-http    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec-memcache    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec-mqtt    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec-redis    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec-smtp    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec-socks    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec-stomp    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec-xml    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-handler-proxy    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-handler-ssl-ocsp    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-handler    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-resolver-dns-classes-macos    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver-dns    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-codec-dns    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-handler    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-resolver-dns-native-macos    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver-dns-classes-macos    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver-dns    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-codec-dns    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-handler    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-resolver-dns    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec-dns    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-handler    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-classes-epoll    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-classes-kqueue    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-epoll    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-classes-epoll    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-kqueue    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-classes-kqueue    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-rxtx    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-sctp    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport-udt    4.1.100.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
            org.apache.hadoop    hadoop-mapreduce-client-core    3.4.1    Apache-2.0
                com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                io.netty    netty-all    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec-dns    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec-haproxy    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec-http2    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec-http    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec-memcache    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec-mqtt    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec-redis    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec-smtp    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec-socks    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec-stomp    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec-xml    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-handler-proxy    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-handler-ssl-ocsp    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-handler    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver-dns-classes-macos    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver-dns    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-codec-dns    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-handler    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver-dns-native-macos    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver-dns-classes-macos    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver-dns    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-codec-dns    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-handler    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver-dns    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-codec-dns    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-handler    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-codec    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-classes-epoll    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-classes-kqueue    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-epoll    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport-classes-epoll    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-kqueue    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport-classes-kqueue    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-unix-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-rxtx    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-sctp    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport-udt    4.1.100.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.100.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.100.Final    Apache License, Version 2.0
                org.apache.hadoop    hadoop-hdfs-client    3.4.1    Apache-2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
                        commons-codec    commons-codec    1.16.1    Apache-2.0
                        commons-logging    commons-logging    1.3.0    Apache-2.0
                        org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                    org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                org.apache.hadoop    hadoop-yarn-client    3.4.1    Apache-2.0
                    ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
                    commons-cli    commons-cli    1.5.0    Apache License, Version 2.0
                    org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                    org.apache.hadoop    hadoop-yarn-api    3.4.1    Apache-2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                        org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                        org.apache.hadoop.thirdparty    hadoop-shaded-protobuf_3_25    1.3.0    Apache License, Version 2.0
                    org.apache.hadoop    hadoop-yarn-common    3.4.1    Apache-2.0
                        ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.jaxrs    jackson-jaxrs-json-provider    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.jaxrs    jackson-jaxrs-base    2.12.7    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                                    com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.module    jackson-module-jaxb-annotations    2.12.7    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                                    com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                                jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                                jakarta.xml.bind    jakarta.xml.bind-api    2.3.2    Eclipse Distribution License - v 1.0
                                    jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                        com.fasterxml.jackson.module    jackson-module-jaxb-annotations    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                            jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                            jakarta.xml.bind    jakarta.xml.bind-api    2.3.2    Eclipse Distribution License - v 1.0
                                jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                        com.github.pjfanning    jersey-json    1.22.0    CDDL 1.1
                            com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                                javax.ws.rs    jsr311-api    1.1.1    CDDL License
                            com.sun.xml.bind    jaxb-impl    2.2.3-1    CDDL 1.1
                                javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                        com.google.inject    guice    4.2.3    The Apache Software License, Version 2.0
                            aopalliance    aopalliance    1.0    Public Domain
                            com.google.guava    guava    27.1-jre    The Apache Software License, Version 2.0
                                com.google.code.findbugs    jsr305    3.0.2    The Apache Software License, Version 2.0
                                com.google.errorprone    error_prone_annotations    2.2.0    Apache 2.0
                                com.google.guava    failureaccess    1.0.1    The Apache Software License, Version 2.0
                                com.google.guava    listenablefuture    9999.0-empty-to-avoid-conflict-with-guava    The Apache Software License, Version 2.0
                                com.google.j2objc    j2objc-annotations    1.1    The Apache Software License, Version 2.0
                                org.checkerframework    checker-qual    2.5.2    The MIT License
                                org.codehaus.mojo    animal-sniffer-annotations    1.17    MIT license
                            javax.inject    javax.inject    1    The Apache Software License, Version 2.0
                        com.sun.jersey.contribs    jersey-guice    1.19.4    CDDL 1.1
                            com.google.inject    guice    4.2.3    The Apache Software License, Version 2.0
                                aopalliance    aopalliance    1.0    Public Domain
                                com.google.guava    guava    27.1-jre    The Apache Software License, Version 2.0
                                    com.google.code.findbugs    jsr305    3.0.2    The Apache Software License, Version 2.0
                                    com.google.errorprone    error_prone_annotations    2.2.0    Apache 2.0
                                    com.google.guava    failureaccess    1.0.1    The Apache Software License, Version 2.0
                                    com.google.guava    listenablefuture    9999.0-empty-to-avoid-conflict-with-guava    The Apache Software License, Version 2.0
                                    com.google.j2objc    j2objc-annotations    1.1    The Apache Software License, Version 2.0
                                    org.checkerframework    checker-qual    2.5.2    The MIT License
                                    org.codehaus.mojo    animal-sniffer-annotations    1.17    MIT license
                                javax.inject    javax.inject    1    The Apache Software License, Version 2.0
                            com.sun.jersey    jersey-servlet    1.19.4    CDDL 1.1
                                com.sun.jersey    jersey-server    1.19.4    CDDL 1.1
                                    com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                                        javax.ws.rs    jsr311-api    1.1.1    CDDL License
                            javax.inject    javax.inject    1    The Apache Software License, Version 2.0
                        com.sun.jersey    jersey-client    1.19.4    CDDL 1.1
                            com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                                javax.ws.rs    jsr311-api    1.1.1    CDDL License
                        com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                            javax.ws.rs    jsr311-api    1.1.1    CDDL License
                        com.sun.jersey    jersey-server    1.19.4    CDDL 1.1
                            com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                                javax.ws.rs    jsr311-api    1.1.1    CDDL License
                        commons-cli    commons-cli    1.5.0    Apache License, Version 2.0
                        commons-codec    commons-codec    1.16.1    Apache-2.0
                        commons-io    commons-io    2.16.1    Apache-2.0
                        javax.servlet    javax.servlet-api    3.1.0    CDDL + GPLv2 with classpath exception
                        javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                        org.apache.commons    commons-compress    1.26.1    Apache-2.0
                            commons-codec    commons-codec    1.16.1    Apache-2.0
                            commons-io    commons-io    2.16.1    Apache-2.0
                            org.apache.commons    commons-lang3    3.14.0    Apache-2.0
                        org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                        org.apache.hadoop    hadoop-auth    3.4.1    Apache-2.0
                            ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
                            com.nimbusds    nimbus-jose-jwt    9.37.2    The Apache Software License, Version 2.0
                                com.github.stephenc.jcip    jcip-annotations    1.0-1    Apache License, Version 2.0
                            commons-codec    commons-codec    1.16.1    Apache-2.0
                            io.dropwizard.metrics    metrics-core    3.2.4    Apache License 2.0
                                org.slf4j    slf4j-api    1.7.36    MIT License
                            org.apache.curator    curator-framework    5.2.0    The Apache Software License, Version 2.0
                                org.apache.curator    curator-client    5.2.0    The Apache Software License, Version 2.0
                            org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                            org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
                                commons-codec    commons-codec    1.16.1    Apache-2.0
                                commons-logging    commons-logging    1.3.0    Apache-2.0
                                org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                            org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                                    org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                                    org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                                    org.slf4j    slf4j-api    1.7.36    MIT License
                            org.apache.kerby    kerb-util    2.0.3    Apache-2.0
                                org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                                    org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                                        org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                                        org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                                        org.slf4j    slf4j-api    1.7.36    MIT License
                                org.apache.kerby    kerb-crypto    2.0.3    Apache-2.0
                                    org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                                        org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                                            org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                                            org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                                            org.slf4j    slf4j-api    1.7.36    MIT License
                                    org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-config    2.0.3    Apache-2.0
                                    org.slf4j    slf4j-api    1.7.36    MIT License
                            org.apache.zookeeper    zookeeper    3.8.4    Apache License, Version 2.0
                                org.apache.yetus    audience-annotations    0.12.0    Apache License, Version 2.0
                                org.apache.zookeeper    zookeeper-jute    3.8.4    Apache License, Version 2.0
                                    org.apache.yetus    audience-annotations    0.12.0    Apache License, Version 2.0
                            org.slf4j    slf4j-api    1.7.36    MIT License
                        org.apache.hadoop    hadoop-hdfs-client    3.4.1    Apache-2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                            org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
                                commons-codec    commons-codec    1.16.1    Apache-2.0
                                commons-logging    commons-logging    1.3.0    Apache-2.0
                                org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                            org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                        org.apache.hadoop    hadoop-yarn-api    3.4.1    Apache-2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                            javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                            org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                            org.apache.hadoop.thirdparty    hadoop-shaded-protobuf_3_25    1.3.0    Apache License, Version 2.0
                        org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                        org.slf4j    slf4j-api    1.7.36    MIT License
                    org.eclipse.jetty.websocket    websocket-client    9.4.53.v20231009    Apache Software License - Version 2.0
                        org.eclipse.jetty.websocket    websocket-common    9.4.53.v20231009    Apache Software License - Version 2.0
                            org.eclipse.jetty.websocket    websocket-api    9.4.53.v20231009    Apache Software License - Version 2.0
                            org.eclipse.jetty    jetty-io    9.4.53.v20231009    Apache Software License - Version 2.0
                                org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                            org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                        org.eclipse.jetty    jetty-client    9.4.53.v20231009    Apache Software License - Version 2.0
                            org.eclipse.jetty    jetty-http    9.4.53.v20231009    Apache Software License - Version 2.0
                                org.eclipse.jetty    jetty-io    9.4.53.v20231009    Apache Software License - Version 2.0
                                    org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                                org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                            org.eclipse.jetty    jetty-io    9.4.53.v20231009    Apache Software License - Version 2.0
                                org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                        org.eclipse.jetty    jetty-io    9.4.53.v20231009    Apache Software License - Version 2.0
                            org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                        org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                    org.jline    jline    3.9.0    The BSD License
                org.apache.hadoop    hadoop-yarn-common    3.4.1    Apache-2.0
                    ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.jaxrs    jackson-jaxrs-json-provider    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.jaxrs    jackson-jaxrs-base    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.module    jackson-module-jaxb-annotations    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                            jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                            jakarta.xml.bind    jakarta.xml.bind-api    2.3.2    Eclipse Distribution License - v 1.0
                                jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                    com.fasterxml.jackson.module    jackson-module-jaxb-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                        jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                        jakarta.xml.bind    jakarta.xml.bind-api    2.3.2    Eclipse Distribution License - v 1.0
                            jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                    com.github.pjfanning    jersey-json    1.22.0    CDDL 1.1
                        com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                            javax.ws.rs    jsr311-api    1.1.1    CDDL License
                        com.sun.xml.bind    jaxb-impl    2.2.3-1    CDDL 1.1
                            javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                    com.google.inject    guice    4.2.3    The Apache Software License, Version 2.0
                        aopalliance    aopalliance    1.0    Public Domain
                        com.google.guava    guava    27.1-jre    The Apache Software License, Version 2.0
                            com.google.code.findbugs    jsr305    3.0.2    The Apache Software License, Version 2.0
                            com.google.errorprone    error_prone_annotations    2.2.0    Apache 2.0
                            com.google.guava    failureaccess    1.0.1    The Apache Software License, Version 2.0
                            com.google.guava    listenablefuture    9999.0-empty-to-avoid-conflict-with-guava    The Apache Software License, Version 2.0
                            com.google.j2objc    j2objc-annotations    1.1    The Apache Software License, Version 2.0
                            org.checkerframework    checker-qual    2.5.2    The MIT License
                            org.codehaus.mojo    animal-sniffer-annotations    1.17    MIT license
                        javax.inject    javax.inject    1    The Apache Software License, Version 2.0
                    com.sun.jersey.contribs    jersey-guice    1.19.4    CDDL 1.1
                        com.google.inject    guice    4.2.3    The Apache Software License, Version 2.0
                            aopalliance    aopalliance    1.0    Public Domain
                            com.google.guava    guava    27.1-jre    The Apache Software License, Version 2.0
                                com.google.code.findbugs    jsr305    3.0.2    The Apache Software License, Version 2.0
                                com.google.errorprone    error_prone_annotations    2.2.0    Apache 2.0
                                com.google.guava    failureaccess    1.0.1    The Apache Software License, Version 2.0
                                com.google.guava    listenablefuture    9999.0-empty-to-avoid-conflict-with-guava    The Apache Software License, Version 2.0
                                com.google.j2objc    j2objc-annotations    1.1    The Apache Software License, Version 2.0
                                org.checkerframework    checker-qual    2.5.2    The MIT License
                                org.codehaus.mojo    animal-sniffer-annotations    1.17    MIT license
                            javax.inject    javax.inject    1    The Apache Software License, Version 2.0
                        com.sun.jersey    jersey-servlet    1.19.4    CDDL 1.1
                            com.sun.jersey    jersey-server    1.19.4    CDDL 1.1
                                com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                                    javax.ws.rs    jsr311-api    1.1.1    CDDL License
                        javax.inject    javax.inject    1    The Apache Software License, Version 2.0
                    com.sun.jersey    jersey-client    1.19.4    CDDL 1.1
                        com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                            javax.ws.rs    jsr311-api    1.1.1    CDDL License
                    com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                        javax.ws.rs    jsr311-api    1.1.1    CDDL License
                    com.sun.jersey    jersey-server    1.19.4    CDDL 1.1
                        com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                            javax.ws.rs    jsr311-api    1.1.1    CDDL License
                    commons-cli    commons-cli    1.5.0    Apache License, Version 2.0
                    commons-codec    commons-codec    1.16.1    Apache-2.0
                    commons-io    commons-io    2.16.1    Apache-2.0
                    javax.servlet    javax.servlet-api    3.1.0    CDDL + GPLv2 with classpath exception
                    javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                    org.apache.commons    commons-compress    1.26.1    Apache-2.0
                        commons-codec    commons-codec    1.16.1    Apache-2.0
                        commons-io    commons-io    2.16.1    Apache-2.0
                        org.apache.commons    commons-lang3    3.14.0    Apache-2.0
                    org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                    org.apache.hadoop    hadoop-auth    3.4.1    Apache-2.0
                        ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
                        com.nimbusds    nimbus-jose-jwt    9.37.2    The Apache Software License, Version 2.0
                            com.github.stephenc.jcip    jcip-annotations    1.0-1    Apache License, Version 2.0
                        commons-codec    commons-codec    1.16.1    Apache-2.0
                        io.dropwizard.metrics    metrics-core    3.2.4    Apache License 2.0
                            org.slf4j    slf4j-api    1.7.36    MIT License
                        org.apache.curator    curator-framework    5.2.0    The Apache Software License, Version 2.0
                            org.apache.curator    curator-client    5.2.0    The Apache Software License, Version 2.0
                        org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                        org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
                            commons-codec    commons-codec    1.16.1    Apache-2.0
                            commons-logging    commons-logging    1.3.0    Apache-2.0
                            org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                        org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                                org.slf4j    slf4j-api    1.7.36    MIT License
                        org.apache.kerby    kerb-util    2.0.3    Apache-2.0
                            org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                                    org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                                    org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                                    org.slf4j    slf4j-api    1.7.36    MIT License
                            org.apache.kerby    kerb-crypto    2.0.3    Apache-2.0
                                org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                                    org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                                        org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                                        org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                                        org.slf4j    slf4j-api    1.7.36    MIT License
                                org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-config    2.0.3    Apache-2.0
                                org.slf4j    slf4j-api    1.7.36    MIT License
                        org.apache.zookeeper    zookeeper    3.8.4    Apache License, Version 2.0
                            org.apache.yetus    audience-annotations    0.12.0    Apache License, Version 2.0
                            org.apache.zookeeper    zookeeper-jute    3.8.4    Apache License, Version 2.0
                                org.apache.yetus    audience-annotations    0.12.0    Apache License, Version 2.0
                        org.slf4j    slf4j-api    1.7.36    MIT License
                    org.apache.hadoop    hadoop-hdfs-client    3.4.1    Apache-2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                        org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
                            commons-codec    commons-codec    1.16.1    Apache-2.0
                            commons-logging    commons-logging    1.3.0    Apache-2.0
                            org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                        org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                    org.apache.hadoop    hadoop-yarn-api    3.4.1    Apache-2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                        org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                        org.apache.hadoop.thirdparty    hadoop-shaded-protobuf_3_25    1.3.0    Apache License, Version 2.0
                    org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                    org.slf4j    slf4j-api    1.7.36    MIT License
                org.slf4j    slf4j-api    1.7.36    MIT License
            org.apache.hadoop    hadoop-yarn-client    3.4.1    Apache-2.0
                ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
                commons-cli    commons-cli    1.5.0    Apache License, Version 2.0
                org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                org.apache.hadoop    hadoop-yarn-api    3.4.1    Apache-2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                    javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                    org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                    org.apache.hadoop.thirdparty    hadoop-shaded-protobuf_3_25    1.3.0    Apache License, Version 2.0
                org.apache.hadoop    hadoop-yarn-common    3.4.1    Apache-2.0
                    ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.jaxrs    jackson-jaxrs-json-provider    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.jaxrs    jackson-jaxrs-base    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.module    jackson-module-jaxb-annotations    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                            jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                            jakarta.xml.bind    jakarta.xml.bind-api    2.3.2    Eclipse Distribution License - v 1.0
                                jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                    com.fasterxml.jackson.module    jackson-module-jaxb-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                        jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                        jakarta.xml.bind    jakarta.xml.bind-api    2.3.2    Eclipse Distribution License - v 1.0
                            jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                    com.github.pjfanning    jersey-json    1.22.0    CDDL 1.1
                        com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                            javax.ws.rs    jsr311-api    1.1.1    CDDL License
                        com.sun.xml.bind    jaxb-impl    2.2.3-1    CDDL 1.1
                            javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                    com.google.inject    guice    4.2.3    The Apache Software License, Version 2.0
                        aopalliance    aopalliance    1.0    Public Domain
                        com.google.guava    guava    27.1-jre    The Apache Software License, Version 2.0
                            com.google.code.findbugs    jsr305    3.0.2    The Apache Software License, Version 2.0
                            com.google.errorprone    error_prone_annotations    2.2.0    Apache 2.0
                            com.google.guava    failureaccess    1.0.1    The Apache Software License, Version 2.0
                            com.google.guava    listenablefuture    9999.0-empty-to-avoid-conflict-with-guava    The Apache Software License, Version 2.0
                            com.google.j2objc    j2objc-annotations    1.1    The Apache Software License, Version 2.0
                            org.checkerframework    checker-qual    2.5.2    The MIT License
                            org.codehaus.mojo    animal-sniffer-annotations    1.17    MIT license
                        javax.inject    javax.inject    1    The Apache Software License, Version 2.0
                    com.sun.jersey.contribs    jersey-guice    1.19.4    CDDL 1.1
                        com.google.inject    guice    4.2.3    The Apache Software License, Version 2.0
                            aopalliance    aopalliance    1.0    Public Domain
                            com.google.guava    guava    27.1-jre    The Apache Software License, Version 2.0
                                com.google.code.findbugs    jsr305    3.0.2    The Apache Software License, Version 2.0
                                com.google.errorprone    error_prone_annotations    2.2.0    Apache 2.0
                                com.google.guava    failureaccess    1.0.1    The Apache Software License, Version 2.0
                                com.google.guava    listenablefuture    9999.0-empty-to-avoid-conflict-with-guava    The Apache Software License, Version 2.0
                                com.google.j2objc    j2objc-annotations    1.1    The Apache Software License, Version 2.0
                                org.checkerframework    checker-qual    2.5.2    The MIT License
                                org.codehaus.mojo    animal-sniffer-annotations    1.17    MIT license
                            javax.inject    javax.inject    1    The Apache Software License, Version 2.0
                        com.sun.jersey    jersey-servlet    1.19.4    CDDL 1.1
                            com.sun.jersey    jersey-server    1.19.4    CDDL 1.1
                                com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                                    javax.ws.rs    jsr311-api    1.1.1    CDDL License
                        javax.inject    javax.inject    1    The Apache Software License, Version 2.0
                    com.sun.jersey    jersey-client    1.19.4    CDDL 1.1
                        com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                            javax.ws.rs    jsr311-api    1.1.1    CDDL License
                    com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                        javax.ws.rs    jsr311-api    1.1.1    CDDL License
                    com.sun.jersey    jersey-server    1.19.4    CDDL 1.1
                        com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                            javax.ws.rs    jsr311-api    1.1.1    CDDL License
                    commons-cli    commons-cli    1.5.0    Apache License, Version 2.0
                    commons-codec    commons-codec    1.16.1    Apache-2.0
                    commons-io    commons-io    2.16.1    Apache-2.0
                    javax.servlet    javax.servlet-api    3.1.0    CDDL + GPLv2 with classpath exception
                    javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                    org.apache.commons    commons-compress    1.26.1    Apache-2.0
                        commons-codec    commons-codec    1.16.1    Apache-2.0
                        commons-io    commons-io    2.16.1    Apache-2.0
                        org.apache.commons    commons-lang3    3.14.0    Apache-2.0
                    org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                    org.apache.hadoop    hadoop-auth    3.4.1    Apache-2.0
                        ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
                        com.nimbusds    nimbus-jose-jwt    9.37.2    The Apache Software License, Version 2.0
                            com.github.stephenc.jcip    jcip-annotations    1.0-1    Apache License, Version 2.0
                        commons-codec    commons-codec    1.16.1    Apache-2.0
                        io.dropwizard.metrics    metrics-core    3.2.4    Apache License 2.0
                            org.slf4j    slf4j-api    1.7.36    MIT License
                        org.apache.curator    curator-framework    5.2.0    The Apache Software License, Version 2.0
                            org.apache.curator    curator-client    5.2.0    The Apache Software License, Version 2.0
                        org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                        org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
                            commons-codec    commons-codec    1.16.1    Apache-2.0
                            commons-logging    commons-logging    1.3.0    Apache-2.0
                            org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                        org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                                org.slf4j    slf4j-api    1.7.36    MIT License
                        org.apache.kerby    kerb-util    2.0.3    Apache-2.0
                            org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                                    org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                                    org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                                    org.slf4j    slf4j-api    1.7.36    MIT License
                            org.apache.kerby    kerb-crypto    2.0.3    Apache-2.0
                                org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                                    org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                                        org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                                        org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                                        org.slf4j    slf4j-api    1.7.36    MIT License
                                org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-config    2.0.3    Apache-2.0
                                org.slf4j    slf4j-api    1.7.36    MIT License
                        org.apache.zookeeper    zookeeper    3.8.4    Apache License, Version 2.0
                            org.apache.yetus    audience-annotations    0.12.0    Apache License, Version 2.0
                            org.apache.zookeeper    zookeeper-jute    3.8.4    Apache License, Version 2.0
                                org.apache.yetus    audience-annotations    0.12.0    Apache License, Version 2.0
                        org.slf4j    slf4j-api    1.7.36    MIT License
                    org.apache.hadoop    hadoop-hdfs-client    3.4.1    Apache-2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                        org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
                            commons-codec    commons-codec    1.16.1    Apache-2.0
                            commons-logging    commons-logging    1.3.0    Apache-2.0
                            org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                        org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                    org.apache.hadoop    hadoop-yarn-api    3.4.1    Apache-2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                        org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                        org.apache.hadoop.thirdparty    hadoop-shaded-protobuf_3_25    1.3.0    Apache License, Version 2.0
                    org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                    org.slf4j    slf4j-api    1.7.36    MIT License
                org.eclipse.jetty.websocket    websocket-client    9.4.53.v20231009    Apache Software License - Version 2.0
                    org.eclipse.jetty.websocket    websocket-common    9.4.53.v20231009    Apache Software License - Version 2.0
                        org.eclipse.jetty.websocket    websocket-api    9.4.53.v20231009    Apache Software License - Version 2.0
                        org.eclipse.jetty    jetty-io    9.4.53.v20231009    Apache Software License - Version 2.0
                            org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                        org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                    org.eclipse.jetty    jetty-client    9.4.53.v20231009    Apache Software License - Version 2.0
                        org.eclipse.jetty    jetty-http    9.4.53.v20231009    Apache Software License - Version 2.0
                            org.eclipse.jetty    jetty-io    9.4.53.v20231009    Apache Software License - Version 2.0
                                org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                            org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                        org.eclipse.jetty    jetty-io    9.4.53.v20231009    Apache Software License - Version 2.0
                            org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                    org.eclipse.jetty    jetty-io    9.4.53.v20231009    Apache Software License - Version 2.0
                        org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                    org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                org.jline    jline    3.9.0    The BSD License
            org.apache.hadoop    hadoop-yarn-common    3.4.1    Apache-2.0
                ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.jaxrs    jackson-jaxrs-json-provider    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.jaxrs    jackson-jaxrs-base    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.module    jackson-module-jaxb-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                        jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                        jakarta.xml.bind    jakarta.xml.bind-api    2.3.2    Eclipse Distribution License - v 1.0
                            jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                com.fasterxml.jackson.module    jackson-module-jaxb-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                    jakarta.xml.bind    jakarta.xml.bind-api    2.3.2    Eclipse Distribution License - v 1.0
                        jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                com.github.pjfanning    jersey-json    1.22.0    CDDL 1.1
                    com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                        javax.ws.rs    jsr311-api    1.1.1    CDDL License
                    com.sun.xml.bind    jaxb-impl    2.2.3-1    CDDL 1.1
                        javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                com.google.inject    guice    4.2.3    The Apache Software License, Version 2.0
                    aopalliance    aopalliance    1.0    Public Domain
                    com.google.guava    guava    27.1-jre    The Apache Software License, Version 2.0
                        com.google.code.findbugs    jsr305    3.0.2    The Apache Software License, Version 2.0
                        com.google.errorprone    error_prone_annotations    2.2.0    Apache 2.0
                        com.google.guava    failureaccess    1.0.1    The Apache Software License, Version 2.0
                        com.google.guava    listenablefuture    9999.0-empty-to-avoid-conflict-with-guava    The Apache Software License, Version 2.0
                        com.google.j2objc    j2objc-annotations    1.1    The Apache Software License, Version 2.0
                        org.checkerframework    checker-qual    2.5.2    The MIT License
                        org.codehaus.mojo    animal-sniffer-annotations    1.17    MIT license
                    javax.inject    javax.inject    1    The Apache Software License, Version 2.0
                com.sun.jersey.contribs    jersey-guice    1.19.4    CDDL 1.1
                    com.google.inject    guice    4.2.3    The Apache Software License, Version 2.0
                        aopalliance    aopalliance    1.0    Public Domain
                        com.google.guava    guava    27.1-jre    The Apache Software License, Version 2.0
                            com.google.code.findbugs    jsr305    3.0.2    The Apache Software License, Version 2.0
                            com.google.errorprone    error_prone_annotations    2.2.0    Apache 2.0
                            com.google.guava    failureaccess    1.0.1    The Apache Software License, Version 2.0
                            com.google.guava    listenablefuture    9999.0-empty-to-avoid-conflict-with-guava    The Apache Software License, Version 2.0
                            com.google.j2objc    j2objc-annotations    1.1    The Apache Software License, Version 2.0
                            org.checkerframework    checker-qual    2.5.2    The MIT License
                            org.codehaus.mojo    animal-sniffer-annotations    1.17    MIT license
                        javax.inject    javax.inject    1    The Apache Software License, Version 2.0
                    com.sun.jersey    jersey-servlet    1.19.4    CDDL 1.1
                        com.sun.jersey    jersey-server    1.19.4    CDDL 1.1
                            com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                                javax.ws.rs    jsr311-api    1.1.1    CDDL License
                    javax.inject    javax.inject    1    The Apache Software License, Version 2.0
                com.sun.jersey    jersey-client    1.19.4    CDDL 1.1
                    com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                        javax.ws.rs    jsr311-api    1.1.1    CDDL License
                com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                    javax.ws.rs    jsr311-api    1.1.1    CDDL License
                com.sun.jersey    jersey-server    1.19.4    CDDL 1.1
                    com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                        javax.ws.rs    jsr311-api    1.1.1    CDDL License
                commons-cli    commons-cli    1.5.0    Apache License, Version 2.0
                commons-codec    commons-codec    1.16.1    Apache-2.0
                commons-io    commons-io    2.16.1    Apache-2.0
                javax.servlet    javax.servlet-api    3.1.0    CDDL + GPLv2 with classpath exception
                javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                org.apache.commons    commons-compress    1.26.1    Apache-2.0
                    commons-codec    commons-codec    1.16.1    Apache-2.0
                    commons-io    commons-io    2.16.1    Apache-2.0
                    org.apache.commons    commons-lang3    3.14.0    Apache-2.0
                org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                org.apache.hadoop    hadoop-auth    3.4.1    Apache-2.0
                    ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
                    com.nimbusds    nimbus-jose-jwt    9.37.2    The Apache Software License, Version 2.0
                        com.github.stephenc.jcip    jcip-annotations    1.0-1    Apache License, Version 2.0
                    commons-codec    commons-codec    1.16.1    Apache-2.0
                    io.dropwizard.metrics    metrics-core    3.2.4    Apache License 2.0
                        org.slf4j    slf4j-api    1.7.36    MIT License
                    org.apache.curator    curator-framework    5.2.0    The Apache Software License, Version 2.0
                        org.apache.curator    curator-client    5.2.0    The Apache Software License, Version 2.0
                    org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                    org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
                        commons-codec    commons-codec    1.16.1    Apache-2.0
                        commons-logging    commons-logging    1.3.0    Apache-2.0
                        org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                    org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                        org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                            org.slf4j    slf4j-api    1.7.36    MIT License
                    org.apache.kerby    kerb-util    2.0.3    Apache-2.0
                        org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                                org.slf4j    slf4j-api    1.7.36    MIT License
                        org.apache.kerby    kerb-crypto    2.0.3    Apache-2.0
                            org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                                    org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                                    org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                                    org.slf4j    slf4j-api    1.7.36    MIT License
                            org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                        org.apache.kerby    kerby-config    2.0.3    Apache-2.0
                            org.slf4j    slf4j-api    1.7.36    MIT License
                    org.apache.zookeeper    zookeeper    3.8.4    Apache License, Version 2.0
                        org.apache.yetus    audience-annotations    0.12.0    Apache License, Version 2.0
                        org.apache.zookeeper    zookeeper-jute    3.8.4    Apache License, Version 2.0
                            org.apache.yetus    audience-annotations    0.12.0    Apache License, Version 2.0
                    org.slf4j    slf4j-api    1.7.36    MIT License
                org.apache.hadoop    hadoop-hdfs-client    3.4.1    Apache-2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
                        commons-codec    commons-codec    1.16.1    Apache-2.0
                        commons-logging    commons-logging    1.3.0    Apache-2.0
                        org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                    org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                org.apache.hadoop    hadoop-yarn-api    3.4.1    Apache-2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                    javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                    org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                    org.apache.hadoop.thirdparty    hadoop-shaded-protobuf_3_25    1.3.0    Apache License, Version 2.0
                org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                org.slf4j    slf4j-api    1.7.36    MIT License
            org.slf4j    slf4j-api    1.7.36    MIT License
        org.slf4j    slf4j-api    1.7.36    MIT License
    org.apache.hadoop    hadoop-yarn-api    3.4.1    Apache-2.0
        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
        javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
        org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
        org.apache.hadoop.thirdparty    hadoop-shaded-protobuf_3_25    1.3.0    Apache License, Version 2.0
    org.apache.hadoop    hadoop-yarn-client    3.4.1    Apache-2.0
        ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
        commons-cli    commons-cli    1.5.0    Apache License, Version 2.0
        org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
        org.apache.hadoop    hadoop-yarn-api    3.4.1    Apache-2.0
            com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
            javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
            org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
            org.apache.hadoop.thirdparty    hadoop-shaded-protobuf_3_25    1.3.0    Apache License, Version 2.0
        org.apache.hadoop    hadoop-yarn-common    3.4.1    Apache-2.0
            ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
            com.fasterxml.jackson.jaxrs    jackson-jaxrs-json-provider    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.jaxrs    jackson-jaxrs-base    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.module    jackson-module-jaxb-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                    jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                    jakarta.xml.bind    jakarta.xml.bind-api    2.3.2    Eclipse Distribution License - v 1.0
                        jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
            com.fasterxml.jackson.module    jackson-module-jaxb-annotations    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
                jakarta.xml.bind    jakarta.xml.bind-api    2.3.2    Eclipse Distribution License - v 1.0
                    jakarta.activation    jakarta.activation-api    1.2.1    EDL 1.0
            com.github.pjfanning    jersey-json    1.22.0    CDDL 1.1
                com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                    javax.ws.rs    jsr311-api    1.1.1    CDDL License
                com.sun.xml.bind    jaxb-impl    2.2.3-1    CDDL 1.1
                    javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
            com.google.inject    guice    4.2.3    The Apache Software License, Version 2.0
                aopalliance    aopalliance    1.0    Public Domain
                com.google.guava    guava    27.1-jre    The Apache Software License, Version 2.0
                    com.google.code.findbugs    jsr305    3.0.2    The Apache Software License, Version 2.0
                    com.google.errorprone    error_prone_annotations    2.2.0    Apache 2.0
                    com.google.guava    failureaccess    1.0.1    The Apache Software License, Version 2.0
                    com.google.guava    listenablefuture    9999.0-empty-to-avoid-conflict-with-guava    The Apache Software License, Version 2.0
                    com.google.j2objc    j2objc-annotations    1.1    The Apache Software License, Version 2.0
                    org.checkerframework    checker-qual    2.5.2    The MIT License
                    org.codehaus.mojo    animal-sniffer-annotations    1.17    MIT license
                javax.inject    javax.inject    1    The Apache Software License, Version 2.0
            com.sun.jersey.contribs    jersey-guice    1.19.4    CDDL 1.1
                com.google.inject    guice    4.2.3    The Apache Software License, Version 2.0
                    aopalliance    aopalliance    1.0    Public Domain
                    com.google.guava    guava    27.1-jre    The Apache Software License, Version 2.0
                        com.google.code.findbugs    jsr305    3.0.2    The Apache Software License, Version 2.0
                        com.google.errorprone    error_prone_annotations    2.2.0    Apache 2.0
                        com.google.guava    failureaccess    1.0.1    The Apache Software License, Version 2.0
                        com.google.guava    listenablefuture    9999.0-empty-to-avoid-conflict-with-guava    The Apache Software License, Version 2.0
                        com.google.j2objc    j2objc-annotations    1.1    The Apache Software License, Version 2.0
                        org.checkerframework    checker-qual    2.5.2    The MIT License
                        org.codehaus.mojo    animal-sniffer-annotations    1.17    MIT license
                    javax.inject    javax.inject    1    The Apache Software License, Version 2.0
                com.sun.jersey    jersey-servlet    1.19.4    CDDL 1.1
                    com.sun.jersey    jersey-server    1.19.4    CDDL 1.1
                        com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                            javax.ws.rs    jsr311-api    1.1.1    CDDL License
                javax.inject    javax.inject    1    The Apache Software License, Version 2.0
            com.sun.jersey    jersey-client    1.19.4    CDDL 1.1
                com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                    javax.ws.rs    jsr311-api    1.1.1    CDDL License
            com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                javax.ws.rs    jsr311-api    1.1.1    CDDL License
            com.sun.jersey    jersey-server    1.19.4    CDDL 1.1
                com.sun.jersey    jersey-core    1.19.4    CDDL 1.1
                    javax.ws.rs    jsr311-api    1.1.1    CDDL License
            commons-cli    commons-cli    1.5.0    Apache License, Version 2.0
            commons-codec    commons-codec    1.16.1    Apache-2.0
            commons-io    commons-io    2.16.1    Apache-2.0
            javax.servlet    javax.servlet-api    3.1.0    CDDL + GPLv2 with classpath exception
            javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
            org.apache.commons    commons-compress    1.26.1    Apache-2.0
                commons-codec    commons-codec    1.16.1    Apache-2.0
                commons-io    commons-io    2.16.1    Apache-2.0
                org.apache.commons    commons-lang3    3.14.0    Apache-2.0
            org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
            org.apache.hadoop    hadoop-auth    3.4.1    Apache-2.0
                ch.qos.reload4j    reload4j    1.2.22    The Apache Software License, Version 2.0
                com.nimbusds    nimbus-jose-jwt    9.37.2    The Apache Software License, Version 2.0
                    com.github.stephenc.jcip    jcip-annotations    1.0-1    Apache License, Version 2.0
                commons-codec    commons-codec    1.16.1    Apache-2.0
                io.dropwizard.metrics    metrics-core    3.2.4    Apache License 2.0
                    org.slf4j    slf4j-api    1.7.36    MIT License
                org.apache.curator    curator-framework    5.2.0    The Apache Software License, Version 2.0
                    org.apache.curator    curator-client    5.2.0    The Apache Software License, Version 2.0
                org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
                    commons-codec    commons-codec    1.16.1    Apache-2.0
                    commons-logging    commons-logging    1.3.0    Apache-2.0
                    org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                    org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                        org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                        org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                        org.slf4j    slf4j-api    1.7.36    MIT License
                org.apache.kerby    kerb-util    2.0.3    Apache-2.0
                    org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                        org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                            org.slf4j    slf4j-api    1.7.36    MIT License
                    org.apache.kerby    kerb-crypto    2.0.3    Apache-2.0
                        org.apache.kerby    kerb-core    2.0.3    Apache-2.0
                            org.apache.kerby    kerby-pkix    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-asn1    2.0.3    Apache-2.0
                                org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                                org.slf4j    slf4j-api    1.7.36    MIT License
                        org.apache.kerby    kerby-util    2.0.3    Apache-2.0
                    org.apache.kerby    kerby-config    2.0.3    Apache-2.0
                        org.slf4j    slf4j-api    1.7.36    MIT License
                org.apache.zookeeper    zookeeper    3.8.4    Apache License, Version 2.0
                    org.apache.yetus    audience-annotations    0.12.0    Apache License, Version 2.0
                    org.apache.zookeeper    zookeeper-jute    3.8.4    Apache License, Version 2.0
                        org.apache.yetus    audience-annotations    0.12.0    Apache License, Version 2.0
                org.slf4j    slf4j-api    1.7.36    MIT License
            org.apache.hadoop    hadoop-hdfs-client    3.4.1    Apache-2.0
                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.12.7.1    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.12.7    The Apache Software License, Version 2.0
                org.apache.httpcomponents    httpclient    4.5.13    Apache License, Version 2.0
                    commons-codec    commons-codec    1.16.1    Apache-2.0
                    commons-logging    commons-logging    1.3.0    Apache-2.0
                    org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
                org.apache.httpcomponents    httpcore    4.4.13    Apache License, Version 2.0
            org.apache.hadoop    hadoop-yarn-api    3.4.1    Apache-2.0
                com.fasterxml.jackson.core    jackson-annotations    2.12.7    The Apache Software License, Version 2.0
                javax.xml.bind    jaxb-api    2.2.11    CDDL 1.1
                org.apache.hadoop.thirdparty    hadoop-shaded-guava    1.3.0    Apache License, Version 2.0
                org.apache.hadoop.thirdparty    hadoop-shaded-protobuf_3_25    1.3.0    Apache License, Version 2.0
            org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
            org.slf4j    slf4j-api    1.7.36    MIT License
        org.eclipse.jetty.websocket    websocket-client    9.4.53.v20231009    Apache Software License - Version 2.0
            org.eclipse.jetty.websocket    websocket-common    9.4.53.v20231009    Apache Software License - Version 2.0
                org.eclipse.jetty.websocket    websocket-api    9.4.53.v20231009    Apache Software License - Version 2.0
                org.eclipse.jetty    jetty-io    9.4.53.v20231009    Apache Software License - Version 2.0
                    org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
            org.eclipse.jetty    jetty-client    9.4.53.v20231009    Apache Software License - Version 2.0
                org.eclipse.jetty    jetty-http    9.4.53.v20231009    Apache Software License - Version 2.0
                    org.eclipse.jetty    jetty-io    9.4.53.v20231009    Apache Software License - Version 2.0
                        org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                    org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
                org.eclipse.jetty    jetty-io    9.4.53.v20231009    Apache Software License - Version 2.0
                    org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
            org.eclipse.jetty    jetty-io    9.4.53.v20231009    Apache Software License - Version 2.0
                org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
            org.eclipse.jetty    jetty-util    9.4.53.v20231009    Apache Software License - Version 2.0
        org.jline    jline    3.9.0    The BSD License
org.scala-lang    scala-library    2.13.17    Apache-2.0
org.typelevel    cats-core_2.13    2.13.0    MIT
    org.scala-lang    scala-library    2.13.17    Apache-2.0
    org.typelevel    cats-kernel_2.13    2.13.0    MIT
        org.scala-lang    scala-library    2.13.17    Apache-2.0

Specifying a Hadoop Version

By default, HDFS connector uses Hadoop 3.4.1. If you are using a different version of Hadoop, you should exclude the Hadoop libraries from the connector dependency and add the dependency for your preferred version.

Set up client

Flows provided by this connector need a prepared org.apache.hadoop.fs.FileSystem to interact with HDFS.

Scala
sourceimport org.apache.hadoop.conf.Configuration
import org.apache.hadoop.fs.FileSystem

val conf = new Configuration()
conf.set("fs.default.name", "hdfs://localhost:54310")

val fs: FileSystem = FileSystem.get(conf)
Java
sourceConfiguration conf = new Configuration();
conf.set("fs.default.name", "hdfs://localhost:54310");

fs = FileSystem.get(conf);

Writing

The connector provides three Flows. Each flow requires RotationStrategy and SyncStrategy to run. HdfsFlow. HdfsFlow.

The flows push OutgoingMessage to a downstream.

Data Writer

Use HdfsFlow.data to stream with FSDataOutputStream without any compression.

Scala
sourceval flow = HdfsFlow.data(
  fs,
  SyncStrategy.count(500),
  RotationStrategy.size(1, FileUnit.GB),
  HdfsWritingSettings()
)
Java
sourceFlow<HdfsWriteMessage<ByteString, NotUsed>, RotationMessage, NotUsed> flow =
    HdfsFlow.data(
        fs, SyncStrategy.count(500), RotationStrategy.size(1, FileUnit.GB()), settings);

Compressed Data Writer

First, create CompressionCodec.

Scala
sourceval codec = new DefaultCodec()
codec.setConf(fs.getConf)
Java
sourceDefaultCodec codec = new DefaultCodec();
codec.setConf(fs.getConf());

Then, use HdfsFlow.compress to stream with CompressionOutputStream and CompressionCodec.

Scala
sourceval flow = HdfsFlow.compressed(
  fs,
  SyncStrategy.count(1),
  RotationStrategy.size(0.1, FileUnit.MB),
  codec,
  settings
)
Java
sourceFlow<HdfsWriteMessage<ByteString, NotUsed>, RotationMessage, NotUsed> flow =
    HdfsFlow.compressed(
        fs, SyncStrategy.count(50), RotationStrategy.size(0.1, FileUnit.MB()), codec, settings);

Sequence Writer

Use HdfsFlow.sequence to stream a flat file consisting of binary key/value pairs.

Without Compression

Scala
sourceval flow = HdfsFlow.sequence(
  fs,
  SyncStrategy.none,
  RotationStrategy.size(1, FileUnit.MB),
  settings,
  classOf[Text],
  classOf[Text]
)
Java
sourceFlow<HdfsWriteMessage<Pair<Text, Text>, NotUsed>, RotationMessage, NotUsed> flow =
    HdfsFlow.sequence(
        fs,
        SyncStrategy.none(),
        RotationStrategy.size(1, FileUnit.MB()),
        SequenceFile.CompressionType.BLOCK,
        codec,
        settings,
        Text.class,
        Text.class);

With Compression

First, define a codec.

Scala
sourceval codec = new DefaultCodec()
codec.setConf(fs.getConf)
Java
sourceDefaultCodec codec = new DefaultCodec();
codec.setConf(fs.getConf());

Then, create a flow.

Scala
sourceval flow = HdfsFlow.sequence(
  fs,
  SyncStrategy.none,
  RotationStrategy.size(1, FileUnit.MB),
  CompressionType.BLOCK,
  codec,
  settings,
  classOf[Text],
  classOf[Text]
)
Java
sourceFlow<HdfsWriteMessage<Pair<Text, Text>, NotUsed>, RotationMessage, NotUsed> flow =
    HdfsFlow.sequence(
        fs,
        SyncStrategy.none(),
        RotationStrategy.size(1, FileUnit.MB()),
        settings,
        Text.class,
        Text.class);

Passing data through HdfsFlow

Use HdfsFlow.dataWithPassThrough, HdfsFlow.compressedWithPassThrough or HdfsFlow.sequenceWithPassThrough.

When streaming documents from Kafka, you might want to commit to Kafka. The flow will emit two messages. For every input, it will produce WrittenMessage and when it rotates, RotationMessage.

Let’s say that we have these classes.

Scala
sourcecase class Book(title: String)
case class KafkaOffset(offset: Int)
case class KafkaMessage(book: Book, offset: KafkaOffset)
Java
sourcepublic static class Book {
  final String title;

  Book(String title) {
    this.title = title;
  }
}

static class KafkaCommitter {
  List<Integer> committedOffsets = new ArrayList<>();

  void commit(KafkaOffset offset) {
    committedOffsets.add(offset.offset);
  }
}

static class KafkaOffset {
  final int offset;

  KafkaOffset(int offset) {
    this.offset = offset;
  }
}

static class KafkaMessage {
  final Book book;
  final KafkaOffset offset;

  KafkaMessage(Book book, KafkaOffset offset) {
    this.book = book;
    this.offset = offset;
  }
}

Then, we can stream with passThrough.

Scala
source// We're going to pretend we got messages from kafka.
// After we've written them to HDFS, we want
// to commit the offset to Kafka
val messagesFromKafka = List(
  KafkaMessage(Book("Akka Concurrency"), KafkaOffset(0)),
  KafkaMessage(Book("Akka in Action"), KafkaOffset(1)),
  KafkaMessage(Book("Effective Akka"), KafkaOffset(2)),
  KafkaMessage(Book("Learning Scala"), KafkaOffset(3)),
  KafkaMessage(Book("Scala Puzzlers"), KafkaOffset(4)),
  KafkaMessage(Book("Scala for Spark in Production"), KafkaOffset(5))
)

var committedOffsets = List[KafkaOffset]()

def commitToKafka(offset: KafkaOffset): Unit =
  committedOffsets = committedOffsets :+ offset

val resF = Source(messagesFromKafka)
  .map { (kafkaMessage: KafkaMessage) =>
    val book = kafkaMessage.book
    // Transform message so that we can write to hdfs
    HdfsWriteMessage(ByteString(book.title), kafkaMessage.offset)
  }
  .via(
    HdfsFlow.dataWithPassThrough[KafkaOffset](
      fs,
      SyncStrategy.count(50),
      RotationStrategy.count(4),
      HdfsWritingSettings().withNewLine(true)
    )
  )
  .map { message =>
    message match {
      case WrittenMessage(passThrough, _) =>
        commitToKafka(passThrough)
      case _ => ()
    }
    message
  }
  .collect {
    case rm: RotationMessage => rm
  }
  .runWith(Sink.seq)
Java
source// We're going to pretend we got messages from kafka.
// After we've written them to HDFS, we want
// to commit the offset to Kafka
List<KafkaMessage> messagesFromKafka =
    Arrays.asList(
        new KafkaMessage(new Book("Akka Concurrency"), new KafkaOffset(0)),
        new KafkaMessage(new Book("Akka in Action"), new KafkaOffset(1)),
        new KafkaMessage(new Book("Effective Akka"), new KafkaOffset(2)),
        new KafkaMessage(new Book("Learning Scala"), new KafkaOffset(3)),
        new KafkaMessage(new Book("Scala Puzzlers"), new KafkaOffset(4)),
        new KafkaMessage(new Book("Scala for Spark in Production"), new KafkaOffset(5)));

final KafkaCommitter kafkaCommitter = new KafkaCommitter();

Flow<HdfsWriteMessage<ByteString, KafkaOffset>, OutgoingMessage<KafkaOffset>, NotUsed> flow =
    HdfsFlow.dataWithPassThrough(
        fs,
        SyncStrategy.count(50),
        RotationStrategy.count(4),
        HdfsWritingSettings.create().withNewLine(true));

CompletionStage<List<RotationMessage>> resF =
    Source.from(messagesFromKafka)
        .map(
            kafkaMessage -> {
              Book book = kafkaMessage.book;
              // Transform message so that we can write to hdfs\
              return HdfsWriteMessage.create(
                  ByteString.fromString(book.title), kafkaMessage.offset);
            })
        .via(flow)
        .map(
            message -> {
              if (message instanceof WrittenMessage) {
                kafkaCommitter.commit(((WrittenMessage<KafkaOffset>) message).passThrough());
                return message;
              } else {
                return message;
              }
            })
        .collectType(RotationMessage.class) // Collect only rotation messages
        .runWith(Sink.seq(), system);

Configuration

We can configure the sink by HdfsWritingSettings.

Scala
sourceval settings =
  HdfsWritingSettings()
    .withOverwrite(true)
    .withNewLine(false)
    .withLineSeparator(System.getProperty("line.separator"))
    .withPathGenerator(pathGenerator)
Java
sourceHdfsWritingSettings.create()
    .withOverwrite(true)
    .withNewLine(false)
    .withLineSeparator(System.getProperty("line.separator"))
    .withPathGenerator(pathGenerator);

File path generator

FilePathGenerator provides a functionality to generate rotation path in HDFS.

Scala
sourceval pathGenerator =
  FilePathGenerator(
    (rotationCount: Long, timestamp: Long) => s"/tmp/alpakka/$rotationCount-$timestamp"
  )
Java
sourceBiFunction<Long, Long, String> func =
    (rotationCount, timestamp) -> "/tmp/alpakka/" + rotationCount + "-" + timestamp;
FilePathGenerator pathGenerator = FilePathGenerator.create(func);

Rotation Strategy

RotationStrategy provides a functionality to decide when to rotate files.

Sync Strategy

SyncStrategy provides a functionality to decide when to synchronize the output.

Reading

Use HdfsSource to read from HDFS. HdfsSource. HdfsSource.

Data Reader

Scala
sourceval source = HdfsSource.data(fs, path)
Java
sourceSource<ByteString, CompletionStage<IOResult>> source = HdfsSource.data(fs, path);

Compressed Data Reader

Scala
sourceval source = HdfsSource.compressed(fs, path, codec)
Java
sourceSource<ByteString, CompletionStage<IOResult>> source = HdfsSource.compressed(fs, path, codec);

Sequence Reader

Scala
sourceval source = HdfsSource.sequence(fs, path, classOf[Text], classOf[Text])
Java
sourceSource<Pair<Text, Text>, NotUsed> source =
    HdfsSource.sequence(fs, path, Text.class, Text.class);

Running the example code

The code in this guide is part of runnable tests of this project. You are welcome to edit the code and run it in sbt.

Scala
sbt
> hdfs/testOnly *.HdfsWriterSpec
> hdfs/testOnly *.HdfsReaderSpec
Java
sbt
> hdfs/testOnly *.HdfsWriterTest
> hdfs/testOnly *.HdfsReaderTest
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.