This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 80dcf30  [Improve] [ci] Enhance license-maven-plugin (#1387)
80dcf30 is described below

commit 80dcf30a144481c97b846e258c507bbd7029976a
Author: Benedict Jin <[email protected]>
AuthorDate: Mon Mar 7 13:30:42 2022 +0800

    [Improve] [ci] Enhance license-maven-plugin (#1387)
    
    * [Improve] [ci] Enhance license-maven-plugin
    
    * Address comment
    
    * Address comment
    
    Co-authored-by: Kirs <[email protected]>
---
 bin/license.py                                     |  17 +-
 pom.xml                                            |  13 +-
 .../seatunnel-connector-spark-tidb/pom.xml         |   9 +-
 seatunnel-dist/release-docs/LICENSE                | 285 ++++++++++++++++++++-
 4 files changed, 306 insertions(+), 18 deletions(-)

diff --git a/bin/license.py b/bin/license.py
index 4fbd199..fa44430 100755
--- a/bin/license.py
+++ b/bin/license.py
@@ -44,11 +44,11 @@ licenses_keyword_map = {
     "BSD License": ["BSD"],
     "CC0-1.0 License": ["CC0"],
     "CDDL License": ["CDDL"],
-    "Eclipse Public License": ["Eclipse"],
+    "Eclipse Public License": ["Eclipse", "EDL"],
     "Public Domain License": ["Public Domain"],
     "Mozilla Public License Version 2.0": ["Mozilla Public License"],
     "Go License": ["The Go license"],
-    "Unicode License": ["Unicode/ICU License"]
+    "Unicode/ICU License": ["Unicode License", "ICU", "Unicode/ICU License"]
 }
 dependency_licenses_map = {
     "commons-beanutils:commons-beanutils:1.7.0": "(Apache License, Version 
2.0) Apache Commons BeanUtils (commons-beanutils:commons-beanutils:1.7.0 - 
https://commons.apache.org/proper/commons-beanutils/)",
@@ -58,7 +58,13 @@ dependency_licenses_map = {
     "javax.servlet.jsp:jsp-api:2.1": "(CDDL + GPLv2 with classpath exception) 
Java Servlet API (javax.servlet.jsp:jsp-api:2.1 - 
https://javaee.github.io/javaee-jsp-api)",
     "javax.servlet:servlet-api:2.5": "(CDDL + GPLv2 with classpath exception) 
Java Servlet API (javax.servlet:servlet-api:2.5 - 
http://servlet-spec.java.net)",
     "oro:oro:2.0.8": "(Apache License, Version 1.1) ORO (oro:oro:2.0.8 - 
https://mvnrepository.com/artifact/oro/oro)",
-    "org.hyperic:sigar:1.6.5.132": "(Apache License, Version 2.0) Sigar 
(org.hyperic:sigar:1.6.5.132 - https://github.com/hyperic/sigar)"
+    "org.hyperic:sigar:1.6.5.132": "(Apache License, Version 2.0) Sigar 
(org.hyperic:sigar:1.6.5.132 - https://github.com/hyperic/sigar)",
+    "asm:asm:3.1": "(BSD License) ASM (asm:asm:3.1 - 
https://asm.ow2.io/license.html)",
+    "com.ibm.icu:icu4j:55.1": "(Unicode/ICU License) ICU4J 
(com.ibm.icu:icu4j:55.1 - http://icu-project.org/)",
+    "jakarta.activation:jakarta.activation-api:1.2.1": "(EDL 1.0) Jakarta 
Activation API (jakarta.activation:jakarta.activation-api:1.2.1 - 
https://github.com/eclipse-ee4j/jaf)",
+    "org.apache.zookeeper:zookeeper:3.3.1": "(Apache License, Version 2.0) 
Apache ZooKeeper - Server (org.apache.zookeeper:zookeeper:3.3.1 - 
http://zookeeper.apache.org/zookeeper)",
+    "org.apache.zookeeper:zookeeper:3.4.6": "(Apache License, Version 2.0) 
Apache ZooKeeper - Server (org.apache.zookeeper:zookeeper:3.4.6 - 
http://zookeeper.apache.org/zookeeper)",
+    "org.codehaus.jettison:jettison:1.1": "(Apache License, Version 2.0) 
Jettison (org.codehaus.jettison:jettison:1.1 - 
https://github.com/jettison-json/jettison)"
 }
 licenses_describe_map = {
     "Apache 2.0 License":
@@ -86,7 +92,7 @@ The text of each license is also included at 
licenses/LICENSE-[project].txt.
     "Mozilla Public License Version 2.0": """The following components are 
provided under the Mozilla Public License. See project link for details.
 The text of each license is also included at licenses/LICENSE-[project].txt.
 """,
-    "Unicode License": """The following components are provided under the 
Unicode License. See project link for details.
+    "Unicode/ICU License": """The following components are provided under the 
Unicode/ICU License. See project link for details.
 The text of each license is also included at licenses/LICENSE-[project].txt.
 """,
     "Go License": """The following components are provided under the Go 
License. See project link for details.
@@ -102,12 +108,13 @@ licenses_map = {
     "Eclipse Public License": [],
     "Public Domain License": [],
     "Mozilla Public License Version 2.0": [],
-    "Unicode License": [],
+    "Unicode/ICU License": [],
     "Go License": [],
     "Other License": []
 }
 
 for _ in licenses:
+    # Because the license of this project itself dose not need to be declared 
here
     if "org.apache.seatunnel" in _:
         continue
     if "Unknown license" in _:
diff --git a/pom.xml b/pom.xml
index 3143b70..a513ff3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,21 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-
     Licensed to the Apache Software Foundation (ASF) under one or more
     contributor license agreements.  See the NOTICE file distributed with
     this work for additional information regarding copyright ownership.
     The ASF licenses this file to You under the Apache License, Version 2.0
     (the "License"); you may not use this file except in compliance with
     the License.  You may obtain a copy of the License at
-
        http://www.apache.org/licenses/LICENSE-2.0
-
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
@@ -805,11 +801,16 @@
                     <artifactId>license-maven-plugin</artifactId>
                     <version>${maven-license-maven-plugin}</version>
                     <configuration>
+                        <skip>true</skip>
                         
<outputDirectory>${project.basedir}/seatunnel-dist/target/</outputDirectory>
                         
<thirdPartyFilename>THIRD-PARTY.txt</thirdPartyFilename>
-                        <sortArtifactByName>true</sortArtifactByName>
+                        <sortArtifactByName>false</sortArtifactByName>
                         <useMissingFile>false</useMissingFile>
                         
<addJavaLicenseAfterPackage>true</addJavaLicenseAfterPackage>
+                        <socketTimeout>30000</socketTimeout>
+                        <connectTimeout>30000</connectTimeout>
+                        
<connectionRequestTimeout>30000</connectionRequestTimeout>
+                        <excludedScopes>test,provided</excludedScopes>
                     </configuration>
                 </plugin>
             </plugins>
@@ -877,4 +878,4 @@
         </plugins>
     </build>
 
-</project>
+</project>
\ No newline at end of file
diff --git a/seatunnel-connectors/seatunnel-connector-spark-tidb/pom.xml 
b/seatunnel-connectors/seatunnel-connector-spark-tidb/pom.xml
index 8c64300..f2f678c 100644
--- a/seatunnel-connectors/seatunnel-connector-spark-tidb/pom.xml
+++ b/seatunnel-connectors/seatunnel-connector-spark-tidb/pom.xml
@@ -55,8 +55,13 @@
         <dependency>
             <groupId>com.pingcap.tispark</groupId>
             <artifactId>tispark-assembly</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>mysql</groupId>
+                    <artifactId>mysql-connector-java</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
-
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/seatunnel-dist/release-docs/LICENSE 
b/seatunnel-dist/release-docs/LICENSE
index aa0866e..c2dc02c 100644
--- a/seatunnel-dist/release-docs/LICENSE
+++ b/seatunnel-dist/release-docs/LICENSE
@@ -220,16 +220,20 @@ The text of each license is the standard Apache 2.0 
license.
      (APL2) msgpack-core (org.msgpack:msgpack-core:0.9.0 - 
https://msgpack.org/)
      (Apache 2) Apache Derby Client JDBC Driver 
(org.apache.derby:derbyclient:10.14.2.0 - http://db.apache.org/derby/)
      (Apache 2) Apache Derby Database Engine and Embedded JDBC Driver 
(org.apache.derby:derby:10.12.1.1 - http://db.apache.org/derby/derby/)
+     (Apache 2) Apache Derby Database Engine and Embedded JDBC Driver 
(org.apache.derby:derby:10.14.2.0 - http://db.apache.org/derby/)
      (Apache 2) Apache Derby Network Server 
(org.apache.derby:derbynet:10.14.2.0 - http://db.apache.org/derby/)
      (Apache 2) JDO API (javax.jdo:jdo-api:3.0.1 - http://db.apache.org/jdo)
      (Apache 2) JavaEWAH (com.googlecode.javaewah:JavaEWAH:0.3.2 - 
http://code.google.com/p/javaewah/)
      (Apache 2) Joda time (joda-time:joda-time:1.6 - 
http://joda-time.sourceforge.net)
+     (Apache 2) Joda-Time (joda-time:joda-time:2.9.3 - 
http://www.joda.org/joda-time/)
+     (Apache 2) Joda-Time (joda-time:joda-time:2.9.9 - 
http://www.joda.org/joda-time/)
      (Apache 2) Lucene Common Analyzers 
(org.apache.lucene:lucene-analyzers-common:7.3.1 - 
http://lucene.apache.org/lucene-parent/lucene-analyzers-common)
      (Apache 2) Lucene Core (org.apache.lucene:lucene-core:7.3.1 - 
http://lucene.apache.org/lucene-parent/lucene-core)
      (Apache 2) Lucene Grouping (org.apache.lucene:lucene-grouping:7.3.1 - 
http://lucene.apache.org/lucene-parent/lucene-grouping)
      (Apache 2) Lucene Highlighter (org.apache.lucene:lucene-highlighter:7.3.1 
- http://lucene.apache.org/lucene-parent/lucene-highlighter)
      (Apache 2) Lucene Join (org.apache.lucene:lucene-join:7.3.1 - 
http://lucene.apache.org/lucene-parent/lucene-join)
      (Apache 2) Lucene Memory (org.apache.lucene:lucene-backward-codecs:7.3.1 
- http://lucene.apache.org/lucene-parent/lucene-backward-codecs)
+     (Apache 2) Lucene Memory (org.apache.lucene:lucene-memory:7.3.1 - 
http://lucene.apache.org/lucene-parent/lucene-memory)
      (Apache 2) Lucene Miscellaneous (org.apache.lucene:lucene-misc:7.3.1 - 
http://lucene.apache.org/lucene-parent/lucene-misc)
      (Apache 2) Lucene Queries (org.apache.lucene:lucene-queries:7.3.1 - 
http://lucene.apache.org/lucene-parent/lucene-queries)
      (Apache 2) Lucene QueryParsers 
(org.apache.lucene:lucene-queryparser:7.3.1 - 
http://lucene.apache.org/lucene-parent/lucene-queryparser)
@@ -240,19 +244,28 @@ The text of each license is the standard Apache 2.0 
license.
      (Apache 2) Lucene Suggest (org.apache.lucene:lucene-suggest:7.3.1 - 
http://lucene.apache.org/lucene-parent/lucene-suggest)
      (Apache 2) Netty Reactive Streams Implementation 
(com.typesafe.netty:netty-reactive-streams:2.0.0 - 
https://github.com/playframework/netty-reactive-streams/netty-reactive-streams)
      (Apache 2) Objenesis (org.objenesis:objenesis:2.1 - http://objenesis.org)
+     (Apache 2) Objenesis (org.objenesis:objenesis:2.5.1 - 
http://objenesis.org)
      (Apache 2) RoaringBitmap (org.roaringbitmap:RoaringBitmap:0.5.11 - 
https://github.com/lemire/RoaringBitmap)
      (Apache 2) chill (com.twitter:chill_2.11:0.7.6 - 
https://github.com/twitter/chill)
+     (Apache 2) chill (com.twitter:chill_2.11:0.8.4 - 
https://github.com/twitter/chill)
+     (Apache 2) chill (com.twitter:chill_2.11:0.9.3 - 
https://github.com/twitter/chill)
      (Apache 2) chill-java (com.twitter:chill-java:0.7.6 - 
https://github.com/twitter/chill)
+     (Apache 2) chill-java (com.twitter:chill-java:0.8.4 - 
https://github.com/twitter/chill)
+     (Apache 2) chill-java (com.twitter:chill-java:0.9.3 - 
https://github.com/twitter/chill)
      (Apache 2) fastjson (com.alibaba:fastjson:1.2.60 - 
https://github.com/alibaba/fastjson)
      (Apache 2) opencsv (com.opencsv:opencsv:4.6 - http://opencsv.sf.net)
+     (Apache 2) opencsv (net.sf.opencsv:opencsv:2.3 - http://opencsv.sf.net)
      (Apache 2) org.roaringbitmap:RoaringBitmap 
(org.roaringbitmap:RoaringBitmap:0.9.0 - 
https://github.com/RoaringBitmap/RoaringBitmap)
+     (Apache 2) org.roaringbitmap:RoaringBitmap 
(org.roaringbitmap:RoaringBitmap:0.9.22 - 
https://github.com/RoaringBitmap/RoaringBitmap)
      (Apache 2) org.roaringbitmap:shims (org.roaringbitmap:shims:0.9.0 - 
https://github.com/RoaringBitmap/RoaringBitmap)
+     (Apache 2) org.roaringbitmap:shims (org.roaringbitmap:shims:0.9.22 - 
https://github.com/RoaringBitmap/RoaringBitmap)
      (Apache 2) scalaj-http (org.scalaj:scalaj-http_2.11:2.3.0 - 
http://github.com/scalaj/scalaj-http)
      (Apache 2) univocity-parsers (com.univocity:univocity-parsers:2.7.3 - 
http://github.com/univocity/univocity-parsers)
      (Apache 2.0 License) Spark Integration for Kafka 0.10 
(org.apache.spark:spark-streaming-kafka-0-10_2.11:2.4.0 - 
http://spark.apache.org/)
      (Apache 2.0 License) Spark Project Catalyst 
(org.apache.spark:spark-catalyst_2.11:2.4.0 - http://spark.apache.org/)
      (Apache 2.0 License) Spark Project Core 
(org.apache.spark:spark-core_2.11:2.4.0 - http://spark.apache.org/)
      (Apache 2.0 License) Spark Project Hive 
(org.apache.spark:spark-hive_2.11:2.3.4 - http://spark.apache.org/)
+     (Apache 2.0 License) Spark Project Hive 
(org.apache.spark:spark-hive_2.11:2.4.0 - http://spark.apache.org/)
      (Apache 2.0 License) Spark Project Hive Thrift Server 
(org.apache.spark:spark-hive-thriftserver_2.11:2.3.4 - http://spark.apache.org/)
      (Apache 2.0 License) Spark Project Launcher 
(org.apache.spark:spark-launcher_2.11:2.4.0 - http://spark.apache.org/)
      (Apache 2.0 License) Spark Project Local DB 
(org.apache.spark:spark-kvstore_2.11:2.4.0 - http://spark.apache.org/)
@@ -263,29 +276,41 @@ The text of each license is the standard Apache 2.0 
license.
      (Apache 2.0 License) Spark Project Streaming 
(org.apache.spark:spark-streaming_2.11:2.4.0 - http://spark.apache.org/)
      (Apache 2.0 License) Spark Project Tags 
(org.apache.spark:spark-tags_2.11:2.4.0 - http://spark.apache.org/)
      (Apache 2.0 License) Spark Project Unsafe 
(org.apache.spark:spark-unsafe_2.11:2.3.4 - http://spark.apache.org/)
+     (Apache 2.0 License) Spark Project Unsafe 
(org.apache.spark:spark-unsafe_2.11:2.4.0 - http://spark.apache.org/)
      (Apache 2.0 License) TiSpark Project Assembly 
(com.pingcap.tispark:tispark-assembly:2.4.1 - 
http://github.copm/pingcap/tispark)
      (Apache 2.0 License) TiSpark Project Core Internal 
(com.pingcap.tispark:tispark-core-internal:2.4.1 - 
http://github.copm/pingcap/tispark)
      (Apache 2.0 License) TiSpark Project TiKV Java Client 
(com.pingcap.tikv:tikv-client:2.4.1 - 
http://github.copm/pingcap/tispark/tikv-client)
      (Apache 2.0) Moshi (com.squareup.moshi:moshi:1.8.0 - 
https://github.com/square/moshi/moshi)
+     (Apache 2.0) OkHttp (com.squareup.okhttp:okhttp:1.0.2 - 
https://github.com/square/okhttp/okhttp)
+     (Apache 2.0) OkHttp (com.squareup.okhttp:okhttp:2.4.0 - 
https://github.com/square/okhttp/okhttp)
+     (Apache 2.0) Okio (com.squareup.okio:okio:1.4.0 - 
https://github.com/square/okio/okio)
      (Apache 2.0) error-prone annotations 
(com.google.errorprone:error_prone_annotations:2.3.4 - 
http://nexus.sonatype.org/oss-repository-hosting.html/error_prone_parent/error_prone_annotations)
+     (Apache 2.0) error-prone annotations 
(com.google.errorprone:error_prone_annotations:2.8.0 - 
https://errorprone.info/error_prone_annotations)
      (Apache License (v2.0)) FlatBuffers Java API 
(com.vlkan:flatbuffers:1.2.0-3f79e055 - https://github.com/vy/flatbuffers)
      (Apache License 2.0) Asynchronous Http Client 
(org.asynchttpclient:async-http-client:2.5.3 - 
http://github.com/AsyncHttpClient/async-http-client/async-http-client)
      (Apache License 2.0) Asynchronous Http Client Netty Utils 
(org.asynchttpclient:async-http-client-netty-utils:2.5.3 - 
http://github.com/AsyncHttpClient/async-http-client/async-http-client-netty-utils)
      (Apache License 2.0) Compress-LZF (com.ning:compress-lzf:1.0.3 - 
http://github.com/ning/compress)
+     (Apache License 2.0) Compress-LZF (com.ning:compress-lzf:1.0.4 - 
http://github.com/ning/compress)
      (Apache License 2.0) FRocksDB JNI 
(com.ververica:frocksdbjni:5.17.2-ververica-2.1 - 
https://github.com/ververica/frocksdb)
      (Apache License 2.0) Graphite Integration for Metrics 
(io.dropwizard.metrics:metrics-graphite:3.1.5 - 
http://metrics.codahale.com/metrics-graphite/)
      (Apache License 2.0) JVM Integration for Metrics 
(io.dropwizard.metrics:metrics-jvm:3.1.5 - 
http://metrics.codahale.com/metrics-jvm/)
      (Apache License 2.0) Jackson Integration for Metrics 
(io.dropwizard.metrics:metrics-json:3.1.5 - 
http://metrics.codahale.com/metrics-json/)
      (Apache License 2.0) Metrics Core 
(io.dropwizard.metrics:metrics-core:3.1.5 - 
http://metrics.codahale.com/metrics-core/)
+     (Apache License 2.0) Metrics Core 
(io.dropwizard.metrics:metrics-core:3.2.1 - 
http://metrics.codahale.com/metrics-core/)
+     (Apache License 2.0) Metrics Core 
(io.dropwizard.metrics:metrics-core:4.0.0 - 
http://metrics.dropwizard.io/metrics-core)
      (Apache License 2.0) aircompressor (io.airlift:aircompressor:0.10 - 
http://github.com/airlift/aircompressor)
      (Apache License 2.0) airline (io.airlift:airline:0.7 - 
https://github.com/airlift/airline)
      (Apache License 2.0) compiler 
(com.github.spullara.mustache.java:compiler:0.9.3 - 
http://github.com/spullara/mustache.java)
      (Apache License 2.0) config-magic (org.skife.config:config-magic:0.9 - 
http://github.com/brianm/config-magic)
      (Apache License 2.0) jDBI (org.jdbi:jdbi:2.63.1 - http://jdbi.org/)
      (Apache License 2.0) snappy (org.iq80.snappy:snappy:0.2 - 
http://github.com/dain/snappy)
+     (Apache License 2.0) snappy (org.iq80.snappy:snappy:0.3 - 
http://github.com/dain/snappy)
      (Apache License Version 2) Jetty SSLEngine 
(org.mortbay.jetty:jetty-sslengine:6.1.26 - http://jetty.mortbay.org)
      (Apache License) HttpClient (commons-httpclient:commons-httpclient:3.1 - 
http://jakarta.apache.org/httpcomponents/httpclient-3.x/)
+     (Apache License) HttpClient (org.apache.httpcomponents:httpclient:4.0.1 - 
http://hc.apache.org/httpcomponents-client)
+     (Apache License) HttpClient (org.apache.httpcomponents:httpclient:4.2.5 - 
http://hc.apache.org/httpcomponents-client)
      (Apache License) HttpCore (org.apache.httpcomponents:httpcore:4.0.1 - 
http://hc.apache.org/httpcomponents-core/)
+     (Apache License) HttpCore (org.apache.httpcomponents:httpcore:4.1.2 - 
http://hc.apache.org/httpcomponents-core-ga)
      (Apache License, Version 1.1) ORO (oro:oro:2.0.8 - 
https://mvnrepository.com/artifact/oro/oro)
      (Apache License, Version 2) Neo4j Java Driver 
(org.neo4j.driver:neo4j-java-driver:4.3.4 - 
https://github.com/neo4j/neo4j-java-driver/neo4j-java-driver)
      (Apache License, Version 2.0) AWS Java SDK for AWS KMS 
(com.amazonaws:aws-java-sdk-kms:1.12.37 - https://aws.amazon.com/sdkforjava)
@@ -293,34 +318,77 @@ The text of each license is the standard Apache 2.0 
license.
      (Apache License, Version 2.0) AWS Java SDK for Amazon S3 
(com.amazonaws:aws-java-sdk-s3:1.12.37 - https://aws.amazon.com/sdkforjava)
      (Apache License, Version 2.0) AWS SDK for Java - Core 
(com.amazonaws:aws-java-sdk-core:1.12.37 - https://aws.amazon.com/sdkforjava)
      (Apache License, Version 2.0) An open source Java toolkit for Amazon S3 
(net.java.dev.jets3t:jets3t:0.9.0 - http://www.jets3t.org)
+     (Apache License, Version 2.0) Apache Avro (org.apache.avro:avro:1.10.0 - 
https://avro.apache.org)
+     (Apache License, Version 2.0) Apache Avro (org.apache.avro:avro:1.10.1 - 
https://avro.apache.org)
      (Apache License, Version 2.0) Apache Commons BeanUtils 
(commons-beanutils:commons-beanutils:1.7.0 - 
https://commons.apache.org/proper/commons-beanutils/)
      (Apache License, Version 2.0) Apache Commons BeanUtils 
(commons-beanutils:commons-beanutils:1.9.3 - 
https://commons.apache.org/proper/commons-beanutils/)
      (Apache License, Version 2.0) Apache Commons CLI 
(commons-cli:commons-cli:1.3.1 - http://commons.apache.org/proper/commons-cli/)
+     (Apache License, Version 2.0) Apache Commons CLI 
(commons-cli:commons-cli:1.4 - http://commons.apache.org/proper/commons-cli/)
+     (Apache License, Version 2.0) Apache Commons Codec 
(commons-codec:commons-codec:1.10 - 
http://commons.apache.org/proper/commons-codec/)
+     (Apache License, Version 2.0) Apache Commons Codec 
(commons-codec:commons-codec:1.11 - 
http://commons.apache.org/proper/commons-codec/)
+     (Apache License, Version 2.0) Apache Commons Codec 
(commons-codec:commons-codec:1.13 - 
https://commons.apache.org/proper/commons-codec/)
      (Apache License, Version 2.0) Apache Commons Collections 
(commons-collections:commons-collections:3.2.2 - 
http://commons.apache.org/collections/)
+     (Apache License, Version 2.0) Apache Commons Collections 
(org.apache.commons:commons-collections4:4.2 - 
http://commons.apache.org/proper/commons-collections/)
+     (Apache License, Version 2.0) Apache Commons Collections 
(org.apache.commons:commons-collections4:4.4 - 
https://commons.apache.org/proper/commons-collections/)
+     (Apache License, Version 2.0) Apache Commons Compress 
(org.apache.commons:commons-compress:1.18 - 
https://commons.apache.org/proper/commons-compress/)
+     (Apache License, Version 2.0) Apache Commons Compress 
(org.apache.commons:commons-compress:1.20 - 
https://commons.apache.org/proper/commons-compress/)
+     (Apache License, Version 2.0) Apache Commons Compress 
(org.apache.commons:commons-compress:1.21 - 
https://commons.apache.org/proper/commons-compress/)
      (Apache License, Version 2.0) Apache Commons Configuration 
(org.apache.commons:commons-configuration2:2.1.1 - 
http://commons.apache.org/proper/commons-configuration/)
      (Apache License, Version 2.0) Apache Commons Crypto 
(org.apache.commons:commons-crypto:1.0.0 - 
http://commons.apache.org/proper/commons-crypto/)
      (Apache License, Version 2.0) Apache Commons Email 
(org.apache.commons:commons-email:1.5 - 
http://commons.apache.org/proper/commons-email/)
      (Apache License, Version 2.0) Apache Commons IO 
(commons-io:commons-io:2.11.0 - https://commons.apache.org/proper/commons-io/)
+     (Apache License, Version 2.0) Apache Commons IO 
(commons-io:commons-io:2.5 - http://commons.apache.org/proper/commons-io/)
+     (Apache License, Version 2.0) Apache Commons IO 
(commons-io:commons-io:2.8.0 - https://commons.apache.org/proper/commons-io/)
+     (Apache License, Version 2.0) Apache Commons Lang 
(org.apache.commons:commons-lang3:3.4 - 
http://commons.apache.org/proper/commons-lang/)
+     (Apache License, Version 2.0) Apache Commons Lang 
(org.apache.commons:commons-lang3:3.5 - 
http://commons.apache.org/proper/commons-lang/)
+     (Apache License, Version 2.0) Apache Commons Lang 
(org.apache.commons:commons-lang3:3.6 - 
http://commons.apache.org/proper/commons-lang/)
+     (Apache License, Version 2.0) Apache Commons Lang 
(org.apache.commons:commons-lang3:3.8.1 - 
http://commons.apache.org/proper/commons-lang/)
+     (Apache License, Version 2.0) Apache Commons Math 
(org.apache.commons:commons-math3:3.6.1 - 
http://commons.apache.org/proper/commons-math/)
      (Apache License, Version 2.0) Apache Commons Net 
(commons-net:commons-net:3.6 - http://commons.apache.org/proper/commons-net/)
      (Apache License, Version 2.0) Apache Commons Text 
(org.apache.commons:commons-text:1.3 - 
http://commons.apache.org/proper/commons-text/)
      (Apache License, Version 2.0) Apache HBase - Annotations 
(org.apache.hbase:hbase-annotations:2.0.0 - 
http://hbase.apache.org/hbase-annotations)
      (Apache License, Version 2.0) Apache HBase - Client 
(org.apache.hbase:hbase-client:2.0.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-client)
+     (Apache License, Version 2.0) Apache HBase - Client 
(org.apache.hbase:hbase-client:2.1.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-client)
      (Apache License, Version 2.0) Apache HBase - Common 
(org.apache.hbase:hbase-common:2.0.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-common)
+     (Apache License, Version 2.0) Apache HBase - Common 
(org.apache.hbase:hbase-common:2.1.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-common)
      (Apache License, Version 2.0) Apache HBase - HTTP 
(org.apache.hbase:hbase-http:2.0.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-http)
+     (Apache License, Version 2.0) Apache HBase - HTTP 
(org.apache.hbase:hbase-http:2.1.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-http)
      (Apache License, Version 2.0) Apache HBase - Hadoop Compatibility 
(org.apache.hbase:hbase-hadoop-compat:2.0.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-hadoop-compat)
+     (Apache License, Version 2.0) Apache HBase - Hadoop Compatibility 
(org.apache.hbase:hbase-hadoop-compat:2.1.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-hadoop-compat)
      (Apache License, Version 2.0) Apache HBase - Hadoop Two Compatibility 
(org.apache.hbase:hbase-hadoop2-compat:2.0.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-hadoop2-compat)
+     (Apache License, Version 2.0) Apache HBase - Hadoop Two Compatibility 
(org.apache.hbase:hbase-hadoop2-compat:2.1.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-hadoop2-compat)
      (Apache License, Version 2.0) Apache HBase - MapReduce 
(org.apache.hbase:hbase-mapreduce:2.0.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-mapreduce)
+     (Apache License, Version 2.0) Apache HBase - MapReduce 
(org.apache.hbase:hbase-mapreduce:2.1.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-mapreduce)
      (Apache License, Version 2.0) Apache HBase - Metrics API 
(org.apache.hbase:hbase-metrics-api:2.0.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-metrics-api)
+     (Apache License, Version 2.0) Apache HBase - Metrics API 
(org.apache.hbase:hbase-metrics-api:2.1.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-metrics-api)
      (Apache License, Version 2.0) Apache HBase - Metrics Implementation 
(org.apache.hbase:hbase-metrics:2.0.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-metrics)
+     (Apache License, Version 2.0) Apache HBase - Metrics Implementation 
(org.apache.hbase:hbase-metrics:2.1.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-metrics)
      (Apache License, Version 2.0) Apache HBase - Procedure 
(org.apache.hbase:hbase-procedure:2.0.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-procedure)
+     (Apache License, Version 2.0) Apache HBase - Procedure 
(org.apache.hbase:hbase-procedure:2.1.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-procedure)
      (Apache License, Version 2.0) Apache HBase - Protocol 
(org.apache.hbase:hbase-protocol:2.0.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-protocol)
+     (Apache License, Version 2.0) Apache HBase - Protocol 
(org.apache.hbase:hbase-protocol:2.1.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-protocol)
      (Apache License, Version 2.0) Apache HBase - Replication 
(org.apache.hbase:hbase-replication:2.0.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-replication)
+     (Apache License, Version 2.0) Apache HBase - Replication 
(org.apache.hbase:hbase-replication:2.1.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-replication)
      (Apache License, Version 2.0) Apache HBase - Server 
(org.apache.hbase:hbase-server:2.0.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-server)
+     (Apache License, Version 2.0) Apache HBase - Server 
(org.apache.hbase:hbase-server:2.1.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-server)
      (Apache License, Version 2.0) Apache HBase - Shaded Protocol 
(org.apache.hbase:hbase-protocol-shaded:2.0.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-protocol-shaded)
+     (Apache License, Version 2.0) Apache HBase - Shaded Protocol 
(org.apache.hbase:hbase-protocol-shaded:2.1.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-protocol-shaded)
      (Apache License, Version 2.0) Apache HBase - Spark Connector 
(org.apache.hbase.connectors.spark:hbase-spark:1.0.0 - 
http://hbase.apache.org/spark/hbase-spark)
      (Apache License, Version 2.0) Apache HBase - Zookeeper 
(org.apache.hbase:hbase-zookeeper:2.0.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-zookeeper)
+     (Apache License, Version 2.0) Apache HBase - Zookeeper 
(org.apache.hbase:hbase-zookeeper:2.1.0 - 
http://hbase.apache.org/hbase-build-configuration/hbase-zookeeper)
+     (Apache License, Version 2.0) Apache Hadoop Annotations 
(org.apache.hadoop:hadoop-annotations:2.7.2 - no url defined)
+     (Apache License, Version 2.0) Apache Hadoop Annotations 
(org.apache.hadoop:hadoop-annotations:2.7.7 - no url defined)
+     (Apache License, Version 2.0) Apache Hadoop Annotations 
(org.apache.hadoop:hadoop-annotations:3.0.0 - no url defined)
+     (Apache License, Version 2.0) Apache Hadoop Auth 
(org.apache.hadoop:hadoop-auth:2.7.2 - no url defined)
+     (Apache License, Version 2.0) Apache Hadoop Auth 
(org.apache.hadoop:hadoop-auth:2.7.4 - no url defined)
+     (Apache License, Version 2.0) Apache Hadoop Auth 
(org.apache.hadoop:hadoop-auth:3.0.0 - no url defined)
      (Apache License, Version 2.0) Apache Hadoop Client Aggregator 
(org.apache.hadoop:hadoop-client:3.0.0 - no url defined)
+     (Apache License, Version 2.0) Apache Hadoop Common 
(org.apache.hadoop:hadoop-common:2.7.2 - no url defined)
+     (Apache License, Version 2.0) Apache Hadoop Common 
(org.apache.hadoop:hadoop-common:2.7.7 - no url defined)
+     (Apache License, Version 2.0) Apache Hadoop Common 
(org.apache.hadoop:hadoop-common:3.0.0 - no url defined)
      (Apache License, Version 2.0) Apache Hadoop Distributed Copy 
(org.apache.hadoop:hadoop-distcp:2.7.4 - no url defined)
+     (Apache License, Version 2.0) Apache Hadoop HDFS 
(org.apache.hadoop:hadoop-hdfs:2.7.2 - no url defined)
+     (Apache License, Version 2.0) Apache Hadoop HDFS 
(org.apache.hadoop:hadoop-hdfs:2.7.4 - no url defined)
      (Apache License, Version 2.0) Apache Hadoop HDFS Client 
(org.apache.hadoop:hadoop-hdfs-client:3.0.0 - no url defined)
      (Apache License, Version 2.0) Apache Hadoop MapReduce Common 
(org.apache.hadoop:hadoop-mapreduce-client-common:3.0.0 - no url defined)
      (Apache License, Version 2.0) Apache Hadoop MapReduce Core 
(org.apache.hadoop:hadoop-mapreduce-client-core:3.0.0 - no url defined)
@@ -329,31 +397,55 @@ The text of each license is the standard Apache 2.0 
license.
      (Apache License, Version 2.0) Apache Hadoop YARN Client 
(org.apache.hadoop:hadoop-yarn-client:3.0.0 - no url defined)
      (Apache License, Version 2.0) Apache Hadoop YARN Common 
(org.apache.hadoop:hadoop-yarn-common:3.0.0 - no url defined)
      (Apache License, Version 2.0) Apache HttpAsyncClient 
(org.apache.httpcomponents:httpasyncclient:4.1.2 - 
http://hc.apache.org/httpcomponents-asyncclient)
+     (Apache License, Version 2.0) Apache HttpAsyncClient 
(org.apache.httpcomponents:httpasyncclient:4.1.4 - 
http://hc.apache.org/httpcomponents-asyncclient)
      (Apache License, Version 2.0) Apache HttpClient 
(org.apache.httpcomponents:httpclient:4.5.13 - 
http://hc.apache.org/httpcomponents-client)
-     (Apache License, Version 2.0) Apache Commons Codec 
(commons-codec:commons-codec:1.11 - 
https://commons.apache.org/proper/commons-codec)
+     (Apache License, Version 2.0) Apache HttpClient 
(org.apache.httpcomponents:httpclient:4.5.2 - 
http://hc.apache.org/httpcomponents-client)
+     (Apache License, Version 2.0) Apache HttpClient 
(org.apache.httpcomponents:httpclient:4.5.4 - 
http://hc.apache.org/httpcomponents-client)
+     (Apache License, Version 2.0) Apache HttpClient 
(org.apache.httpcomponents:httpclient:4.5.6 - 
http://hc.apache.org/httpcomponents-client)
+     (Apache License, Version 2.0) Apache HttpClient 
(org.apache.httpcomponents:httpclient:4.5.9 - 
http://hc.apache.org/httpcomponents-client)
      (Apache License, Version 2.0) Apache HttpClient Mime 
(org.apache.httpcomponents:httpmime:4.5.2 - 
http://hc.apache.org/httpcomponents-client)
      (Apache License, Version 2.0) Apache HttpCore 
(org.apache.httpcomponents:httpcore:4.4.10 - 
http://hc.apache.org/httpcomponents-core-ga)
+     (Apache License, Version 2.0) Apache HttpCore 
(org.apache.httpcomponents:httpcore:4.4.11 - 
http://hc.apache.org/httpcomponents-core-ga)
+     (Apache License, Version 2.0) Apache HttpCore 
(org.apache.httpcomponents:httpcore:4.4.4 - 
http://hc.apache.org/httpcomponents-core-ga)
+     (Apache License, Version 2.0) Apache HttpCore 
(org.apache.httpcomponents:httpcore:4.4.5 - 
http://hc.apache.org/httpcomponents-core-ga)
+     (Apache License, Version 2.0) Apache HttpCore 
(org.apache.httpcomponents:httpcore:4.4.7 - 
http://hc.apache.org/httpcomponents-core-ga)
      (Apache License, Version 2.0) Apache HttpCore NIO 
(org.apache.httpcomponents:httpcore-nio:4.4.4 - 
http://hc.apache.org/httpcomponents-core-ga)
+     (Apache License, Version 2.0) Apache HttpCore NIO 
(org.apache.httpcomponents:httpcore-nio:4.4.5 - 
http://hc.apache.org/httpcomponents-core-ga)
      (Apache License, Version 2.0) Apache Log4j 1.x Compatibility API 
(org.apache.logging.log4j:log4j-1.2-api:2.15.0 - 
https://logging.apache.org/log4j/2.x/log4j-1.2-api/)
      (Apache License, Version 2.0) Apache Log4j API 
(org.apache.logging.log4j:log4j-api:2.15.0 - 
https://logging.apache.org/log4j/2.x/log4j-api/)
+     (Apache License, Version 2.0) Apache Log4j API 
(org.apache.logging.log4j:log4j-api:2.8.1 - 
https://logging.apache.org/log4j/2.x/log4j-api/)
+     (Apache License, Version 2.0) Apache Log4j API 
(org.apache.logging.log4j:log4j-api:2.9.1 - 
https://logging.apache.org/log4j/2.x/log4j-api/)
      (Apache License, Version 2.0) Apache Log4j Core 
(org.apache.logging.log4j:log4j-core:2.13.2 - 
https://logging.apache.org/log4j/2.x/log4j-core/)
+     (Apache License, Version 2.0) Apache Log4j Core 
(org.apache.logging.log4j:log4j-core:2.15.0 - 
https://logging.apache.org/log4j/2.x/log4j-core/)
      (Apache License, Version 2.0) Apache Log4j JUL Adapter 
(org.apache.logging.log4j:log4j-jul:2.15.0 - 
https://logging.apache.org/log4j/2.x/log4j-jul/)
      (Apache License, Version 2.0) Apache Log4j SLF4J Binding 
(org.apache.logging.log4j:log4j-slf4j-impl:2.15.0 - 
https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/)
+     (Apache License, Version 2.0) Apache POI 
(org.apache.poi:poi-ooxml-schemas:4.1.2 - http://poi.apache.org/)
+     (Apache License, Version 2.0) Apache POI (org.apache.poi:poi-ooxml:4.1.2 
- http://poi.apache.org/)
      (Apache License, Version 2.0) Apache POI (org.apache.poi:poi:4.1.2 - 
http://poi.apache.org/)
      (Apache License, Version 2.0) Apache Yetus - Audience Annotations 
(org.apache.yetus:audience-annotations:0.11.0 - 
https://yetus.apache.org/audience-annotations)
+     (Apache License, Version 2.0) Apache Yetus - Audience Annotations 
(org.apache.yetus:audience-annotations:0.5.0 - 
https://yetus.apache.org/audience-annotations)
+     (Apache License, Version 2.0) Apache Yetus - Audience Annotations 
(org.apache.yetus:audience-annotations:0.7.0 - 
https://yetus.apache.org/audience-annotations)
      (Apache License, Version 2.0) Apache ZooKeeper - Jute 
(org.apache.zookeeper:zookeeper-jute:3.5.9 - 
http://zookeeper.apache.org/zookeeper-jute)
+     (Apache License, Version 2.0) Apache ZooKeeper - Server 
(org.apache.zookeeper:zookeeper:3.3.1 - http://zookeeper.apache.org/zookeeper)
+     (Apache License, Version 2.0) Apache ZooKeeper - Server 
(org.apache.zookeeper:zookeeper:3.4.6 - http://zookeeper.apache.org/zookeeper)
      (Apache License, Version 2.0) Apache ZooKeeper - Server 
(org.apache.zookeeper:zookeeper:3.5.9 - http://zookeeper.apache.org/zookeeper)
      (Apache License, Version 2.0) Arrow Format 
(org.apache.arrow:arrow-format:0.10.0 - http://arrow.apache.org/arrow-format/)
      (Apache License, Version 2.0) Arrow Memory 
(org.apache.arrow:arrow-memory:0.10.0 - http://arrow.apache.org/arrow-memory/)
      (Apache License, Version 2.0) Arrow Vectors 
(org.apache.arrow:arrow-vector:0.10.0 - http://arrow.apache.org/arrow-vector/)
      (Apache License, Version 2.0) Caffeine cache 
(com.github.ben-manes.caffeine:caffeine:2.8.0 - 
https://github.com/ben-manes/caffeine)
+     (Apache License, Version 2.0) Caffeine cache 
(com.github.ben-manes.caffeine:caffeine:2.8.4 - 
https://github.com/ben-manes/caffeine)
      (Apache License, Version 2.0) Calcite Avatica 
(org.apache.calcite:calcite-avatica:1.2.0-incubating - 
http://calcite.incubator.apache.org/calcite-avatica)
+     (Apache License, Version 2.0) Calcite Core 
(org.apache.calcite:calcite-core:1.2.0-incubating - 
http://calcite.incubator.apache.org/calcite-core)
+     (Apache License, Version 2.0) Calcite Linq4j 
(org.apache.calcite:calcite-linq4j:1.2.0-incubating - 
http://calcite.incubator.apache.org/calcite-linq4j)
      (Apache License, Version 2.0) Findbugs Annotations under Apache License 
(com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1 - 
http://stephenc.github.com/findbugs-annotations)
      (Apache License, Version 2.0) Flink : Tools : Force Shading 
(org.apache.flink:force-shading:1.13.6 - https://www.apache.org/force-shading/)
      (Apache License, Version 2.0) Hibernate Validator Engine 
(org.hibernate:hibernate-validator:5.2.5.Final - 
http://hibernate.org/validator/hibernate-validator)
      (Apache License, Version 2.0) Hive Storage API 
(org.apache.hive:hive-storage-api:2.6.0 - 
https://www.apache.org/hive-storage-api/)
      (Apache License, Version 2.0) JCIP Annotations under Apache License 
(com.github.stephenc.jcip:jcip-annotations:1.0-1 - 
http://stephenc.github.com/jcip-annotations)
      (Apache License, Version 2.0) JMES Path Query library 
(com.amazonaws:jmespath-java:1.12.37 - https://aws.amazon.com/sdkforjava)
+     (Apache License, Version 2.0) Jettison 
(org.codehaus.jettison:jettison:1.1 - https://github.com/jettison-json/jettison)
+     (Apache License, Version 2.0) Jettison 
(org.codehaus.jettison:jettison:1.3.8 - 
https://github.com/jettison-json/jettison)
+     (Apache License, Version 2.0) Joda-Time (joda-time:joda-time:2.10.5 - 
https://www.joda.org/joda-time/)
      (Apache License, Version 2.0) Kerb Simple Kdc 
(org.apache.kerby:kerb-simplekdc:1.0.1 - 
http://directory.apache.org/kerby/kerby-kerb/kerb-simplekdc)
      (Apache License, Version 2.0) Kerby ASN1 Project 
(org.apache.kerby:kerby-asn1:1.0.1 - 
http://directory.apache.org/kerby/kerby-common/kerby-asn1)
      (Apache License, Version 2.0) Kerby Config 
(org.apache.kerby:kerby-config:1.0.1 - 
http://directory.apache.org/kerby/kerby-common/kerby-config)
@@ -371,26 +463,39 @@ The text of each license is the standard Apache 2.0 
license.
      (Apache License, Version 2.0) Kudu Spark Bindings 
(org.apache.kudu:kudu-spark2_2.11:1.7.0 - 
https://www.apache.org/kudu-parent/kudu-spark2_2.11/)
      (Apache License, Version 2.0) Maven Artifact 
(org.apache.maven:maven-artifact:3.6.0 - 
https://maven.apache.org/ref/3.6.0/maven-artifact/)
      (Apache License, Version 2.0) Netty (io.netty:netty:3.10.5.Final - 
http://netty.io/)
+     (Apache License, Version 2.0) Netty (io.netty:netty:3.10.6.Final - 
http://netty.io/)
+     (Apache License, Version 2.0) Netty (io.netty:netty:3.9.9.Final - 
http://netty.io/)
      (Apache License, Version 2.0) Netty/All-in-One 
(io.netty:netty-all:4.0.23.Final - http://netty.io/netty-all/)
+     (Apache License, Version 2.0) Netty/All-in-One 
(io.netty:netty-all:4.1.17.Final - http://netty.io/netty-all/)
      (Apache License, Version 2.0) Netty/Buffer 
(io.netty:netty-buffer:4.1.16.Final - http://netty.io/netty-buffer/)
+     (Apache License, Version 2.0) Netty/Buffer 
(io.netty:netty-buffer:4.1.68.Final - https://netty.io/netty-buffer/)
      (Apache License, Version 2.0) Netty/Codec 
(io.netty:netty-codec:4.1.16.Final - http://netty.io/netty-codec/)
+     (Apache License, Version 2.0) Netty/Codec 
(io.netty:netty-codec:4.1.68.Final - https://netty.io/netty-codec/)
      (Apache License, Version 2.0) Netty/Codec/DNS 
(io.netty:netty-codec-dns:4.1.29.Final - http://netty.io/netty-codec-dns/)
      (Apache License, Version 2.0) Netty/Codec/HTTP 
(io.netty:netty-codec-http:4.1.16.Final - http://netty.io/netty-codec-http/)
+     (Apache License, Version 2.0) Netty/Codec/HTTP 
(io.netty:netty-codec-http:4.1.68.Final - https://netty.io/netty-codec-http/)
      (Apache License, Version 2.0) Netty/Codec/Socks 
(io.netty:netty-codec-socks:4.1.29.Final - http://netty.io/netty-codec-socks/)
      (Apache License, Version 2.0) Netty/Common 
(io.netty:netty-common:4.1.16.Final - http://netty.io/netty-common/)
+     (Apache License, Version 2.0) Netty/Common 
(io.netty:netty-common:4.1.68.Final - https://netty.io/netty-common/)
      (Apache License, Version 2.0) Netty/Handler 
(io.netty:netty-handler:4.1.16.Final - http://netty.io/netty-handler/)
+     (Apache License, Version 2.0) Netty/Handler 
(io.netty:netty-handler:4.1.68.Final - https://netty.io/netty-handler/)
      (Apache License, Version 2.0) Netty/Handler/Proxy 
(io.netty:netty-handler-proxy:4.1.29.Final - 
http://netty.io/netty-handler-proxy/)
      (Apache License, Version 2.0) Netty/Resolver 
(io.netty:netty-resolver:4.1.16.Final - http://netty.io/netty-resolver/)
+     (Apache License, Version 2.0) Netty/Resolver 
(io.netty:netty-resolver:4.1.68.Final - https://netty.io/netty-resolver/)
      (Apache License, Version 2.0) Netty/Resolver/DNS 
(io.netty:netty-resolver-dns:4.1.29.Final - http://netty.io/netty-resolver-dns/)
      (Apache License, Version 2.0) Netty/Transport 
(io.netty:netty-transport:4.1.16.Final - http://netty.io/netty-transport/)
+     (Apache License, Version 2.0) Netty/Transport 
(io.netty:netty-transport:4.1.68.Final - https://netty.io/netty-transport/)
      (Apache License, Version 2.0) Netty/Transport/Native/Epoll 
(io.netty:netty-transport-native-epoll:4.1.29.Final - 
http://netty.io/netty-transport-native-epoll/)
      (Apache License, Version 2.0) Netty/Transport/Native/Unix/Common 
(io.netty:netty-transport-native-unix-common:4.1.29.Final - 
http://netty.io/netty-transport-native-unix-common/)
      (Apache License, Version 2.0) ORC Core (org.apache.orc:orc-core:1.5.2 - 
http://orc.apache.org/orc-core)
+     (Apache License, Version 2.0) ORC Core (org.apache.orc:orc-core:1.5.6 - 
http://orc.apache.org/orc-core)
      (Apache License, Version 2.0) ORC MapReduce 
(org.apache.orc:orc-mapreduce:1.5.2 - http://orc.apache.org/orc-mapreduce)
      (Apache License, Version 2.0) ORC Shims (org.apache.orc:orc-shims:1.5.2 - 
http://orc.apache.org/orc-shims)
+     (Apache License, Version 2.0) ORC Shims (org.apache.orc:orc-shims:1.5.6 - 
http://orc.apache.org/orc-shims)
      (Apache License, Version 2.0) Plexus Common Utilities 
(org.codehaus.plexus:plexus-utils:3.1.0 - 
http://codehaus-plexus.github.io/plexus-utils/)
      (Apache License, Version 2.0) Sigar (org.hyperic:sigar:1.6.5.132 - 
https://github.com/hyperic/sigar)
      (Apache License, Version 2.0) SnakeYAML (org.yaml:snakeyaml:1.17 - 
http://www.snakeyaml.org)
+     (Apache License, Version 2.0) SnakeYAML (org.yaml:snakeyaml:1.24 - 
http://www.snakeyaml.org)
      (Apache License, Version 2.0) Super CSV Core 
(net.sf.supercsv:super-csv:2.2.0 - http://supercsv.sourceforge.net/super-csv)
      (Apache License, Version 2.0) The Netty Project 
(io.netty:netty:3.6.2.Final - http://netty.io/)
      (Apache License, Version 2.0) Token provider 
(org.apache.kerby:token-provider:1.0.1 - 
http://directory.apache.org/kerby/kerby-provider/token-provider)
@@ -414,7 +519,30 @@ The text of each license is the standard Apache 2.0 
license.
      (Apache License, Version 2.0) druid-server 
(org.apache.druid:druid-server:0.22.1 - https://druid.apache.org/druid-server/)
      (Apache License, Version 2.0) eigenbase-properties 
(net.hydromatic:eigenbase-properties:1.1.5 - 
http://github.com/julianhyde/eigenbase-properties)
      (Apache License, Version 2.0) extendedset 
(org.apache.druid:extendedset:0.22.1 - https://druid.apache.org/extendedset/)
+     (Apache License, Version 2.0) fastutil (it.unimi.dsi:fastutil-core:8.5.4 
- http://fastutil.di.unimi.it/)
+     (Apache License, Version 2.0) fastutil (it.unimi.dsi:fastutil-extra:8.5.4 
- http://fastutil.di.unimi.it/)
      (Apache License, Version 2.0) fastutil (it.unimi.dsi:fastutil:6.5.6 - 
http://fasutil.dsi.unimi.it/)
+     (Apache License, Version 2.0) fastutil (it.unimi.dsi:fastutil:7.0.13 - 
http://fasutil.di.unimi.it/)
+     (Apache License, Version 2.0) fastutil (it.unimi.dsi:fastutil:8.5.4 - 
http://fastutil.di.unimi.it/)
+     (Apache License, Version 2.0) hadoop-mapreduce-client-app 
(org.apache.hadoop:hadoop-mapreduce-client-app:2.7.2 - no url defined)
+     (Apache License, Version 2.0) hadoop-mapreduce-client-app 
(org.apache.hadoop:hadoop-mapreduce-client-app:2.7.7 - no url defined)
+     (Apache License, Version 2.0) hadoop-mapreduce-client-common 
(org.apache.hadoop:hadoop-mapreduce-client-common:2.7.2 - no url defined)
+     (Apache License, Version 2.0) hadoop-mapreduce-client-common 
(org.apache.hadoop:hadoop-mapreduce-client-common:2.7.7 - no url defined)
+     (Apache License, Version 2.0) hadoop-mapreduce-client-core 
(org.apache.hadoop:hadoop-mapreduce-client-core:2.7.2 - no url defined)
+     (Apache License, Version 2.0) hadoop-mapreduce-client-core 
(org.apache.hadoop:hadoop-mapreduce-client-core:2.7.7 - no url defined)
+     (Apache License, Version 2.0) hadoop-mapreduce-client-jobclient 
(org.apache.hadoop:hadoop-mapreduce-client-jobclient:2.7.2 - no url defined)
+     (Apache License, Version 2.0) hadoop-mapreduce-client-jobclient 
(org.apache.hadoop:hadoop-mapreduce-client-jobclient:2.7.7 - no url defined)
+     (Apache License, Version 2.0) hadoop-mapreduce-client-shuffle 
(org.apache.hadoop:hadoop-mapreduce-client-shuffle:2.7.2 - no url defined)
+     (Apache License, Version 2.0) hadoop-mapreduce-client-shuffle 
(org.apache.hadoop:hadoop-mapreduce-client-shuffle:2.7.7 - no url defined)
+     (Apache License, Version 2.0) hadoop-yarn-api 
(org.apache.hadoop:hadoop-yarn-api:2.7.2 - no url defined)
+     (Apache License, Version 2.0) hadoop-yarn-api 
(org.apache.hadoop:hadoop-yarn-api:2.7.7 - no url defined)
+     (Apache License, Version 2.0) hadoop-yarn-client 
(org.apache.hadoop:hadoop-yarn-client:2.7.2 - no url defined)
+     (Apache License, Version 2.0) hadoop-yarn-client 
(org.apache.hadoop:hadoop-yarn-client:2.7.7 - no url defined)
+     (Apache License, Version 2.0) hadoop-yarn-common 
(org.apache.hadoop:hadoop-yarn-common:2.7.2 - no url defined)
+     (Apache License, Version 2.0) hadoop-yarn-common 
(org.apache.hadoop:hadoop-yarn-common:2.7.7 - no url defined)
+     (Apache License, Version 2.0) hadoop-yarn-server-common 
(org.apache.hadoop:hadoop-yarn-server-common:2.7.2 - no url defined)
+     (Apache License, Version 2.0) hadoop-yarn-server-common 
(org.apache.hadoop:hadoop-yarn-server-common:2.7.7 - no url defined)
+     (Apache License, Version 2.0) htrace-core4 
(org.apache.htrace:htrace-core4:4.2.0-incubating - 
http://incubator.apache.org/projects/htrace.html)
      (Apache License, Version 2.0) hudi-spark-bundle_2.11 
(org.apache.hudi:hudi-spark-bundle_2.11:0.10.0 - 
https://github.com/apache/hudi/hudi-spark-bundle_2.11)
      (Apache License, Version 2.0) java-xmlbuilder 
(com.jamesmurty.utils:java-xmlbuilder:0.4 - 
http://code.google.com/p/java-xmlbuilder/)
      (Apache License, Version 2.0) jcommander (com.beust:jcommander:1.81 - 
https://jcommander.org)
@@ -428,10 +556,16 @@ The text of each license is the standard Apache 2.0 
license.
      (Apache-2.0) mongo-spark-connector 
(org.mongodb.spark:mongo-spark-connector_2.11:2.2.0 - 
http://github.com/mongo-spark)
      (Apache-2.0) play-mailer (com.typesafe.play:play-mailer_2.11:7.0.2 - 
https://github.com/playframework/play-mailer)
      (Apache-2.0) resilience4j 
(io.github.resilience4j:resilience4j-bulkhead:1.3.1 - 
https://github.com/resilience4j/resilience4j)
+     (Apache-2.0) resilience4j (io.github.resilience4j:resilience4j-core:1.3.1 
- https://github.com/resilience4j/resilience4j)
+     (Apache-2.0) scala-xml (org.scala-lang.modules:scala-xml_2.11:1.3.0 - 
http://www.scala-lang.org/)
+     (Apache-2.0) snappy-java (org.xerial.snappy:snappy-java:1.1.8.3 - 
https://github.com/xerial/snappy-java)
      (Apache-2.0) ssl-config-core (com.typesafe:ssl-config-core_2.11:0.3.7 - 
https://github.com/lightbend/ssl-config)
      (The Apache License, Version 2.0) Apache Calcite Avatica 
(org.apache.calcite.avatica:avatica-core:1.17.0 - 
https://calcite.apache.org/avatica)
+     (The Apache License, Version 2.0) Apache Calcite Avatica 
(org.apache.calcite.avatica:avatica-core:1.20.0 - 
https://calcite.apache.org/avatica)
      (The Apache License, Version 2.0) Apache Calcite Avatica Metrics 
(org.apache.calcite.avatica:avatica-metrics:1.20.0 - 
https://calcite.apache.org/avatica)
+     (The Apache License, Version 2.0) Calcite Core 
(org.apache.calcite:calcite-core:1.29.0 - https://calcite.apache.org)
      (The Apache License, Version 2.0) Calcite Druid 
(org.apache.calcite:calcite-druid:1.29.0 - https://calcite.apache.org)
+     (The Apache License, Version 2.0) Calcite Linq4j 
(org.apache.calcite:calcite-linq4j:1.29.0 - https://calcite.apache.org)
      (The Apache License, Version 2.0) Woodstox 
(com.fasterxml.woodstox:woodstox-core:5.0.3 - 
https://github.com/FasterXML/woodstox)
      (The Apache License, Version 2.0) empty 
(org.spark-project.spark:unused:1.0.0 - 
http://nexus.sonatype.org/oss-repository-hosting.html/unused)
      (The Apache License, Version 2.0) net.thisptr:jackson-jq 
(net.thisptr:jackson-jq:0.0.10 - 
https://github.com/eiiches/jackson-jq/jackson-jq)
@@ -443,33 +577,58 @@ The text of each license is the standard Apache 2.0 
license.
      (The Apache License, Version 2.0) software.amazon.ion:ion-java 
(software.amazon.ion:ion-java:1.0.2 - https://github.com/amznlabs/ion-java/)
      (The Apache Software License, Version 2.0) ASM based accessors helper 
used by json-smart (net.minidev:accessors-smart:1.2 - http://www.minidev.net/)
      (The Apache Software License, Version 2.0) Aggregate Designer Algorithm 
(net.hydromatic:aggdesigner-algorithm:6.0 - 
http://github.com/julianhyde/aggdesigner/aggdesigner-algorithm)
+     (The Apache Software License, Version 2.0) Apache Avro 
(org.apache.avro:avro:1.7.7 - http://avro.apache.org)
+     (The Apache Software License, Version 2.0) Apache Avro 
(org.apache.avro:avro:1.8.2 - http://avro.apache.org)
      (The Apache Software License, Version 2.0) Apache Avro IPC 
(org.apache.avro:avro-ipc:1.7.7 - http://avro.apache.org)
+     (The Apache Software License, Version 2.0) Apache Avro IPC 
(org.apache.avro:avro-ipc:1.8.2 - http://avro.apache.org)
      (The Apache Software License, Version 2.0) Apache Avro Mapred API 
(org.apache.avro:avro-mapred:1.8.2 - http://avro.apache.org/avro-mapred)
      (The Apache Software License, Version 2.0) Apache Commons CSV 
(org.apache.commons:commons-csv:1.0 - 
http://commons.apache.org/proper/commons-csv/)
+     (The Apache Software License, Version 2.0) Apache Commons Codec 
(commons-codec:commons-codec:1.9 - 
http://commons.apache.org/proper/commons-codec/)
+     (The Apache Software License, Version 2.0) Apache Commons Compress 
(org.apache.commons:commons-compress:1.8.1 - 
http://commons.apache.org/proper/commons-compress/)
      (The Apache Software License, Version 2.0) Apache Commons DBCP 
(org.apache.commons:commons-dbcp2:2.0.1 - 
http://commons.apache.org/proper/commons-dbcp/)
+     (The Apache Software License, Version 2.0) Apache Commons Lang 
(org.apache.commons:commons-lang3:3.3.2 - 
http://commons.apache.org/proper/commons-lang/)
      (The Apache Software License, Version 2.0) Apache Commons Logging 
(commons-logging:commons-logging:1.2 - 
http://commons.apache.org/proper/commons-logging/)
+     (The Apache Software License, Version 2.0) Apache Commons Math 
(org.apache.commons:commons-math3:3.4.1 - 
http://commons.apache.org/proper/commons-math/)
+     (The Apache Software License, Version 2.0) Apache Commons Math 
(org.apache.commons:commons-math3:3.5 - 
http://commons.apache.org/proper/commons-math/)
      (The Apache Software License, Version 2.0) Apache Commons Pool 
(org.apache.commons:commons-pool2:2.0 - 
http://commons.apache.org/proper/commons-pool/)
+     (The Apache Software License, Version 2.0) Apache Commons Pool 
(org.apache.commons:commons-pool2:2.2 - 
http://commons.apache.org/proper/commons-pool/)
      (The Apache Software License, Version 2.0) Apache Directory API ASN.1 API 
(org.apache.directory.api:api-asn1-api:1.0.0-M20 - 
http://directory.apache.org/api-parent/api-asn1-parent/api-asn1-api/)
      (The Apache Software License, Version 2.0) Apache Directory LDAP API 
Utilities (org.apache.directory.api:api-util:1.0.0-M20 - 
http://directory.apache.org/api-parent/api-util/)
      (The Apache Software License, Version 2.0) Apache Extrasâ„¢ for Apache 
log4jâ„¢. (log4j:apache-log4j-extras:1.2.17 - 
http://logging.apache.org/log4j/extras)
+     (The Apache Software License, Version 2.0) Apache Hadoop Annotations 
(org.apache.hadoop:hadoop-annotations:2.6.5 - no url defined)
+     (The Apache Software License, Version 2.0) Apache Hadoop Auth 
(org.apache.hadoop:hadoop-auth:2.6.5 - no url defined)
      (The Apache Software License, Version 2.0) Apache Hadoop Client 
(org.apache.hadoop:hadoop-client:2.6.5 - no url defined)
+     (The Apache Software License, Version 2.0) Apache Hadoop Common 
(org.apache.hadoop:hadoop-common:2.6.5 - no url defined)
+     (The Apache Software License, Version 2.0) Apache Hadoop HDFS 
(org.apache.hadoop:hadoop-hdfs:2.6.5 - no url defined)
      (The Apache Software License, Version 2.0) Apache Iceberg 
(org.apache.iceberg:iceberg-api:0.13.1 - https://iceberg.apache.org)
+     (The Apache Software License, Version 2.0) Apache Iceberg 
(org.apache.iceberg:iceberg-bundled-guava:0.13.1 - https://iceberg.apache.org)
+     (The Apache Software License, Version 2.0) Apache Iceberg 
(org.apache.iceberg:iceberg-common:0.13.1 - https://iceberg.apache.org)
+     (The Apache Software License, Version 2.0) Apache Iceberg 
(org.apache.iceberg:iceberg-core:0.13.1 - https://iceberg.apache.org)
+     (The Apache Software License, Version 2.0) Apache Iceberg 
(org.apache.iceberg:iceberg-spark-runtime:0.13.1 - https://iceberg.apache.org)
      (The Apache Software License, Version 2.0) Apache Ivy 
(org.apache.ivy:ivy:2.4.0 - http://ant.apache.org/ivy/)
      (The Apache Software License, Version 2.0) Apache Kafka 
(org.apache.kafka:kafka-clients:2.0.0 - http://kafka.apache.org)
+     (The Apache Software License, Version 2.0) Apache Kafka 
(org.apache.kafka:kafka-clients:2.4.1 - https://kafka.apache.org)
      (The Apache Software License, Version 2.0) Apache Log4j 
(log4j:log4j:1.2.17 - http://logging.apache.org/log4j/1.2/)
      (The Apache Software License, Version 2.0) Apache Maven Wagon :: API 
(org.apache.maven.wagon:wagon-provider-api:2.4 - 
http://maven.apache.org/wagon/wagon-provider-api)
      (The Apache Software License, Version 2.0) Apache Parquet Avro 
(org.apache.parquet:parquet-avro:1.10.0 - https://parquet.apache.org)
      (The Apache Software License, Version 2.0) Apache Parquet Column 
(org.apache.parquet:parquet-column:1.10.0 - https://parquet.apache.org)
+     (The Apache Software License, Version 2.0) Apache Parquet Column 
(org.apache.parquet:parquet-column:1.11.1 - https://parquet.apache.org)
      (The Apache Software License, Version 2.0) Apache Parquet Common 
(org.apache.parquet:parquet-common:1.10.0 - https://parquet.apache.org)
+     (The Apache Software License, Version 2.0) Apache Parquet Common 
(org.apache.parquet:parquet-common:1.11.1 - https://parquet.apache.org)
      (The Apache Software License, Version 2.0) Apache Parquet Encodings 
(org.apache.parquet:parquet-encoding:1.10.0 - https://parquet.apache.org)
+     (The Apache Software License, Version 2.0) Apache Parquet Encodings 
(org.apache.parquet:parquet-encoding:1.11.1 - https://parquet.apache.org)
      (The Apache Software License, Version 2.0) Apache Parquet Format 
(org.apache.parquet:parquet-format:2.4.0 - http://parquet.apache.org/)
      (The Apache Software License, Version 2.0) Apache Parquet Format 
Structures (org.apache.parquet:parquet-format-structures:1.11.1 - 
https://parquet.apache.org/)
      (The Apache Software License, Version 2.0) Apache Parquet Hadoop 
(org.apache.parquet:parquet-hadoop:1.10.0 - https://parquet.apache.org)
+     (The Apache Software License, Version 2.0) Apache Parquet Hadoop 
(org.apache.parquet:parquet-hadoop:1.11.1 - https://parquet.apache.org)
      (The Apache Software License, Version 2.0) Apache Parquet Jackson 
(org.apache.parquet:parquet-jackson:1.10.0 - https://parquet.apache.org)
+     (The Apache Software License, Version 2.0) Apache Parquet Jackson 
(org.apache.parquet:parquet-jackson:1.11.1 - https://parquet.apache.org)
      (The Apache Software License, Version 2.0) Apache Tephra API 
(org.apache.tephra:tephra-api:0.14.0-incubating - 
http://tephra.incubator.apache.org/tephra-api)
      (The Apache Software License, Version 2.0) Apache Tephra Core 
(org.apache.tephra:tephra-core:0.14.0-incubating - 
http://tephra.incubator.apache.org/tephra-core)
      (The Apache Software License, Version 2.0) Apache Tephra HBase 2.0 
Compatibility (org.apache.tephra:tephra-hbase-compat-2.0:0.14.0-incubating - 
http://tephra.incubator.apache.org/tephra-hbase-compat-2.0)
      (The Apache Software License, Version 2.0) Apache Thrift 
(org.apache.thrift:libfb303:0.9.3 - http://thrift.apache.org)
+     (The Apache Software License, Version 2.0) Apache Thrift 
(org.apache.thrift:libthrift:0.9.0 - http://thrift.apache.org)
+     (The Apache Software License, Version 2.0) Apache Thrift 
(org.apache.thrift:libthrift:0.9.3 - http://thrift.apache.org)
      (The Apache Software License, Version 2.0) Apache Twill API 
(org.apache.twill:twill-api:0.8.0 - http://twill.apache.org/twill-api)
      (The Apache Software License, Version 2.0) Apache Twill ZooKeeper client 
library (org.apache.twill:twill-zookeeper:0.8.0 - 
http://twill.apache.org/twill-zookeeper)
      (The Apache Software License, Version 2.0) Apache Twill common library 
(org.apache.twill:twill-common:0.8.0 - http://twill.apache.org/twill-common)
@@ -485,6 +644,7 @@ The text of each license is the standard Apache 2.0 license.
      (The Apache Software License, Version 2.0) Commons Codec 
(commons-codec:commons-codec:1.7 - http://commons.apache.org/codec/)
      (The Apache Software License, Version 2.0) Commons Compress 
(org.apache.commons:commons-compress:1.4.1 - 
http://commons.apache.org/compress/)
      (The Apache Software License, Version 2.0) Commons Configuration 
(commons-configuration:commons-configuration:1.6 - 
http://commons.apache.org/${pom.artifactId.substring(8)}/)
+     (The Apache Software License, Version 2.0) Commons Configuration 
(commons-configuration:commons-configuration:1.7 - 
http://commons.apache.org/configuration/)
      (The Apache Software License, Version 2.0) Commons DBCP 
(commons-dbcp:commons-dbcp:1.4 - http://commons.apache.org/dbcp/)
      (The Apache Software License, Version 2.0) Commons Daemon 
(commons-daemon:commons-daemon:1.0.13 - http://commons.apache.org/daemon/)
      (The Apache Software License, Version 2.0) Commons Digester 
(commons-digester:commons-digester:1.8.1 - http://commons.apache.org/digester/)
@@ -494,11 +654,21 @@ The text of each license is the standard Apache 2.0 
license.
      (The Apache Software License, Version 2.0) Commons Math 
(org.apache.commons:commons-math3:3.1.1 - http://commons.apache.org/math/)
      (The Apache Software License, Version 2.0) Commons Net 
(commons-net:commons-net:3.1 - http://commons.apache.org/net/)
      (The Apache Software License, Version 2.0) Commons Pool 
(commons-pool:commons-pool:1.5.4 - http://commons.apache.org/pool/)
+     (The Apache Software License, Version 2.0) Commons Pool 
(commons-pool:commons-pool:1.6 - http://commons.apache.org/pool/)
      (The Apache Software License, Version 2.0) Converter: Moshi 
(com.squareup.retrofit2:converter-moshi:2.9.0 - 
https://github.com/square/retrofit)
      (The Apache Software License, Version 2.0) CronScheduler 
(io.timeandspace:cron-scheduler:0.1 - 
https://github.com/TimeAndSpaceIO/CronScheduler)
      (The Apache Software License, Version 2.0) Curator Client 
(org.apache.curator:curator-client:2.12.0 - 
http://curator.apache.org/curator-client)
+     (The Apache Software License, Version 2.0) Curator Client 
(org.apache.curator:curator-client:2.6.0 - 
http://curator.apache.org/curator-client)
+     (The Apache Software License, Version 2.0) Curator Client 
(org.apache.curator:curator-client:2.7.1 - 
http://curator.apache.org/curator-client)
+     (The Apache Software License, Version 2.0) Curator Client 
(org.apache.curator:curator-client:4.3.0 - 
http://curator.apache.org/curator-client)
      (The Apache Software License, Version 2.0) Curator Framework 
(org.apache.curator:curator-framework:2.12.0 - 
http://curator.apache.org/curator-framework)
+     (The Apache Software License, Version 2.0) Curator Framework 
(org.apache.curator:curator-framework:2.6.0 - 
http://curator.apache.org/curator-framework)
+     (The Apache Software License, Version 2.0) Curator Framework 
(org.apache.curator:curator-framework:2.7.1 - 
http://curator.apache.org/curator-framework)
+     (The Apache Software License, Version 2.0) Curator Framework 
(org.apache.curator:curator-framework:4.3.0 - 
http://curator.apache.org/curator-framework)
      (The Apache Software License, Version 2.0) Curator Recipes 
(org.apache.curator:curator-recipes:2.12.0 - 
http://curator.apache.org/curator-recipes)
+     (The Apache Software License, Version 2.0) Curator Recipes 
(org.apache.curator:curator-recipes:2.6.0 - 
http://curator.apache.org/curator-recipes)
+     (The Apache Software License, Version 2.0) Curator Recipes 
(org.apache.curator:curator-recipes:2.7.1 - 
http://curator.apache.org/curator-recipes)
+     (The Apache Software License, Version 2.0) Curator Recipes 
(org.apache.curator:curator-recipes:4.3.0 - 
http://curator.apache.org/curator-recipes)
      (The Apache Software License, Version 2.0) Curator Service Discovery 
(org.apache.curator:curator-x-discovery:4.3.0 - 
http://curator.apache.org/curator-x-discovery)
      (The Apache Software License, Version 2.0) Data Mapper for Jackson 
(org.codehaus.jackson:jackson-mapper-asl:1.9.13 - http://jackson.codehaus.org)
      (The Apache Software License, Version 2.0) DataNucleus Core 
(org.datanucleus:datanucleus-core:3.2.10 - http://www.datanucleus.org)
@@ -509,6 +679,8 @@ The text of each license is the standard Apache 2.0 license.
      (The Apache Software License, Version 2.0) Elastic JNA Distribution 
(org.elasticsearch:jna:4.5.1 - https://github.com/java-native-access/jna)
      (The Apache Software License, Version 2.0) Esri Geometry API for Java 
(com.esri.geometry:esri-geometry-api:2.2.0 - 
https://github.com/Esri/geometry-api-java)
      (The Apache Software License, Version 2.0) FindBugs-jsr305 
(com.google.code.findbugs:jsr305:1.3.9 - http://findbugs.sourceforge.net/)
+     (The Apache Software License, Version 2.0) FindBugs-jsr305 
(com.google.code.findbugs:jsr305:2.0.1 - http://findbugs.sourceforge.net/)
+     (The Apache Software License, Version 2.0) FindBugs-jsr305 
(com.google.code.findbugs:jsr305:3.0.2 - http://findbugs.sourceforge.net/)
      (The Apache Software License, Version 2.0) Flink : Annotations 
(org.apache.flink:flink-annotations:1.13.6 - 
https://flink.apache.org/flink-annotations)
      (The Apache Software License, Version 2.0) Flink : Clients 
(org.apache.flink:flink-clients_2.11:1.13.6 - 
https://flink.apache.org/flink-clients_2.11)
      (The Apache Software License, Version 2.0) Flink : Connectors : Base 
(org.apache.flink:flink-connector-base:1.13.6 - 
https://flink.apache.org/flink-connectors/flink-connector-base)
@@ -516,7 +688,6 @@ The text of each license is the standard Apache 2.0 license.
      (The Apache Software License, Version 2.0) Flink : Connectors : 
Elasticsearch base 
(org.apache.flink:flink-connector-elasticsearch-base_2.11:1.13.6 - 
https://flink.apache.org/flink-connectors/flink-connector-elasticsearch-base_2.11)
      (The Apache Software License, Version 2.0) Flink : Connectors : File Sink 
Common (org.apache.flink:flink-file-sink-common:1.13.6 - 
https://flink.apache.org/flink-connectors/flink-file-sink-common)
      (The Apache Software License, Version 2.0) Flink : Connectors : Files 
(org.apache.flink:flink-connector-files:1.13.6 - 
https://flink.apache.org/flink-connectors/flink-connector-files)
-     (The Apache Software License, Version 2.0) Flink : Connectors : JDBC 
(org.apache.flink:flink-connector-jdbc_2.11:1.13.6 - 
https://flink.apache.org/flink-connectors/flink-connector-jdbc_2.11)
      (The Apache Software License, Version 2.0) Flink : Connectors : Kafka 
(org.apache.flink:flink-connector-kafka_2.11:1.13.6 - 
https://flink.apache.org/flink-connectors/flink-connector-kafka_2.11)
      (The Apache Software License, Version 2.0) Flink : Core 
(org.apache.flink:flink-core:1.13.6 - https://flink.apache.org/flink-core)
      (The Apache Software License, Version 2.0) Flink : FileSystems : Hadoop 
FS (org.apache.flink:flink-hadoop-fs:1.13.6 - 
https://flink.apache.org/flink-filesystems/flink-hadoop-fs)
@@ -544,14 +715,21 @@ The text of each license is the standard Apache 2.0 
license.
      (The Apache Software License, Version 2.0) Flink : Table : Runtime Blink 
(org.apache.flink:flink-table-runtime-blink_2.11:1.13.6 - 
https://flink.apache.org/flink-table/flink-table-runtime-blink_2.11)
      (The Apache Software License, Version 2.0) Google APIs Client Library for 
Java (com.google.api-client:google-api-client:1.26.0 - 
https://github.com/google/google-api-java-client/google-api-client)
      (The Apache Software License, Version 2.0) Google Guice - Core Library 
(com.google.inject:guice:3.0 - http://code.google.com/p/google-guice/guice/)
+     (The Apache Software License, Version 2.0) Google Guice - Core Library 
(com.google.inject:guice:4.1.0 - https://github.com/google/guice/guice)
      (The Apache Software License, Version 2.0) Google Guice - Extensions - 
AssistedInject (com.google.inject.extensions:guice-assistedinject:3.0 - 
http://code.google.com/p/google-guice/extensions-parent/guice-assistedinject/)
      (The Apache Software License, Version 2.0) Google Guice - Extensions - 
MultiBindings (com.google.inject.extensions:guice-multibindings:4.1.0 - 
https://github.com/google/guice/extensions-parent/guice-multibindings)
      (The Apache Software License, Version 2.0) Google Guice - Extensions - 
Servlet (com.google.inject.extensions:guice-servlet:3.0 - 
http://code.google.com/p/google-guice/extensions-parent/guice-servlet/)
+     (The Apache Software License, Version 2.0) Google Guice - Extensions - 
Servlet (com.google.inject.extensions:guice-servlet:4.0 - 
https://github.com/google/guice/extensions-parent/guice-servlet)
+     (The Apache Software License, Version 2.0) Google Guice - Extensions - 
Servlet (com.google.inject.extensions:guice-servlet:4.1.0 - 
https://github.com/google/guice/extensions-parent/guice-servlet)
      (The Apache Software License, Version 2.0) Google HTTP Client Library for 
Java (com.google.http-client:google-http-client:1.26.0 - 
https://github.com/googleapis/google-http-java-client/google-http-client)
      (The Apache Software License, Version 2.0) Google OAuth Client Library 
for Java (com.google.oauth-client:google-oauth-client:1.26.0 - 
https://github.com/googleapis/google-oauth-java-client/google-oauth-client)
      (The Apache Software License, Version 2.0) Gson 
(com.google.code.gson:gson:2.2.4 - http://code.google.com/p/google-gson/)
      (The Apache Software License, Version 2.0) Guava: Google Core Libraries 
for Java (com.google.guava:guava:11.0.2 - 
http://code.google.com/p/guava-libraries/guava)
+     (The Apache Software License, Version 2.0) Guava: Google Core Libraries 
for Java (com.google.guava:guava:13.0.1 - 
http://code.google.com/p/guava-libraries/guava)
+     (The Apache Software License, Version 2.0) Guava: Google Core Libraries 
for Java (com.google.guava:guava:16.0.1 - 
http://code.google.com/p/guava-libraries/guava)
+     (The Apache Software License, Version 2.0) Guava: Google Core Libraries 
for Java (com.google.guava:guava:19.0 - https://github.com/google/guava/guava)
      (The Apache Software License, Version 2.0) HPPC Collections 
(com.carrotsearch:hppc:0.7.1 - http://labs.carrotsearch.com/hppc.html/hppc)
+     (The Apache Software License, Version 2.0) HPPC Collections 
(com.carrotsearch:hppc:0.7.2 - http://labs.carrotsearch.com/hppc.html/hppc)
      (The Apache Software License, Version 2.0) Hive Beeline 
(org.spark-project.hive:hive-beeline:1.2.1.spark2 - 
http://hive.apache.org/hive-beeline)
      (The Apache Software License, Version 2.0) Hive CLI 
(org.spark-project.hive:hive-cli:1.2.1.spark2 - http://hive.apache.org/hive-cli)
      (The Apache Software License, Version 2.0) Hive JDBC 
(org.spark-project.hive:hive-jdbc:1.2.1.spark2 - 
http://hive.apache.org/hive-jdbc)
@@ -562,22 +740,43 @@ The text of each license is the standard Apache 2.0 
license.
      (The Apache Software License, Version 2.0) JPam (net.sf.jpam:jpam:1.1 - 
http://jpam.sf.net)
      (The Apache Software License, Version 2.0) JSON Small and Fast Parser 
(net.minidev:json-smart:2.3 - http://www.minidev.net/)
      (The Apache Software License, Version 2.0) Jackson 
(org.codehaus.jackson:jackson-core-asl:1.9.13 - http://jackson.codehaus.org)
+     (The Apache Software License, Version 2.0) Jackson 
(org.codehaus.jackson:jackson-core-asl:1.9.2 - http://jackson.codehaus.org)
      (The Apache Software License, Version 2.0) Jackson 2 extensions to the 
Google HTTP Client Library for Java. 
(com.google.http-client:google-http-client-jackson2:1.26.0 - 
https://github.com/googleapis/google-http-java-client/google-http-client-jackson2)
      (The Apache Software License, Version 2.0) Jackson dataformat: CBOR 
(com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.12.3 - 
http://github.com/FasterXML/jackson-dataformats-binary)
+     (The Apache Software License, Version 2.0) Jackson dataformat: CBOR 
(com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.10 - 
http://github.com/FasterXML/jackson-dataformats-binary)
      (The Apache Software License, Version 2.0) Jackson dataformat: Smile 
(com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.10.5 - 
http://github.com/FasterXML/jackson-dataformats-binary)
+     (The Apache Software License, Version 2.0) Jackson dataformat: Smile 
(com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.10 - 
http://github.com/FasterXML/jackson-dataformats-binary)
      (The Apache Software License, Version 2.0) Jackson datatype: Guava 
(com.fasterxml.jackson.datatype:jackson-datatype-guava:2.10.5 - 
https://github.com/FasterXML/jackson-datatypes-collections)
      (The Apache Software License, Version 2.0) Jackson module: Guice 
(com.fasterxml.jackson.module:jackson-module-guice:2.10.5 - 
https://github.com/FasterXML/jackson-modules-base)
      (The Apache Software License, Version 2.0) Jackson module: JAXB 
Annotations 
(com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.10.5 - 
https://github.com/FasterXML/jackson-modules-base)
      (The Apache Software License, Version 2.0) Jackson module: Paranamer 
(com.fasterxml.jackson.module:jackson-module-paranamer:2.7.9 - 
https://github.com/FasterXML/jackson-modules-base)
      (The Apache Software License, Version 2.0) Jackson-JAXRS-JSON 
(com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.10.5 - 
http://github.com/FasterXML/jackson-jaxrs-providers/jackson-jaxrs-json-provider)
+     (The Apache Software License, Version 2.0) Jackson-JAXRS-JSON 
(com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.7.8 - 
http://wiki.fasterxml.com/JacksonHome/jackson-jaxrs-json-provider)
      (The Apache Software License, Version 2.0) Jackson-JAXRS-Smile 
(com.fasterxml.jackson.jaxrs:jackson-jaxrs-smile-provider:2.10.5 - 
http://github.com/FasterXML/jackson-jaxrs-providers/jackson-jaxrs-smile-provider)
      (The Apache Software License, Version 2.0) Jackson-JAXRS-base 
(com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.10.5 - 
http://github.com/FasterXML/jackson-jaxrs-providers/jackson-jaxrs-base)
+     (The Apache Software License, Version 2.0) Jackson-JAXRS-base 
(com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.7.8 - 
http://wiki.fasterxml.com/JacksonHome/jackson-jaxrs-base)
      (The Apache Software License, Version 2.0) Jackson-annotations 
(com.fasterxml.jackson.core:jackson-annotations:2.10.5 - 
http://github.com/FasterXML/jackson)
+     (The Apache Software License, Version 2.0) Jackson-annotations 
(com.fasterxml.jackson.core:jackson-annotations:2.11.0 - 
http://github.com/FasterXML/jackson)
+     (The Apache Software License, Version 2.0) Jackson-annotations 
(com.fasterxml.jackson.core:jackson-annotations:2.11.4 - 
http://github.com/FasterXML/jackson)
+     (The Apache Software License, Version 2.0) Jackson-annotations 
(com.fasterxml.jackson.core:jackson-annotations:2.6.7 - 
http://github.com/FasterXML/jackson)
+     (The Apache Software License, Version 2.0) Jackson-annotations 
(com.fasterxml.jackson.core:jackson-annotations:2.7.8 - 
http://github.com/FasterXML/jackson)
+     (The Apache Software License, Version 2.0) Jackson-annotations 
(com.fasterxml.jackson.core:jackson-annotations:2.9.2 - 
http://github.com/FasterXML/jackson)
      (The Apache Software License, Version 2.0) Jackson-core 
(com.fasterxml.jackson.core:jackson-core:2.10.5 - 
https://github.com/FasterXML/jackson-core)
+     (The Apache Software License, Version 2.0) Jackson-core 
(com.fasterxml.jackson.core:jackson-core:2.11.0 - 
https://github.com/FasterXML/jackson-core)
+     (The Apache Software License, Version 2.0) Jackson-core 
(com.fasterxml.jackson.core:jackson-core:2.11.4 - 
https://github.com/FasterXML/jackson-core)
+     (The Apache Software License, Version 2.0) Jackson-core 
(com.fasterxml.jackson.core:jackson-core:2.6.7 - 
https://github.com/FasterXML/jackson-core)
+     (The Apache Software License, Version 2.0) Jackson-core 
(com.fasterxml.jackson.core:jackson-core:2.7.3 - 
https://github.com/FasterXML/jackson-core)
+     (The Apache Software License, Version 2.0) Jackson-core 
(com.fasterxml.jackson.core:jackson-core:2.7.9 - 
https://github.com/FasterXML/jackson-core)
+     (The Apache Software License, Version 2.0) Jackson-core 
(com.fasterxml.jackson.core:jackson-core:2.8.10 - 
https://github.com/FasterXML/jackson-core)
+     (The Apache Software License, Version 2.0) Jackson-core 
(com.fasterxml.jackson.core:jackson-core:2.9.2 - 
https://github.com/FasterXML/jackson-core)
      (The Apache Software License, Version 2.0) Jackson-dataformat-YAML 
(com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.10.0 - 
https://github.com/FasterXML/jackson-dataformats-text)
+     (The Apache Software License, Version 2.0) Jackson-dataformat-YAML 
(com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.10 - 
https://github.com/FasterXML/jackson)
      (The Apache Software License, Version 2.0) Jackson-datatype-Joda 
(com.fasterxml.jackson.datatype:jackson-datatype-joda:2.10.5 - 
http://wiki.fasterxml.com/JacksonModuleJoda)
      (The Apache Software License, Version 2.0) 
Jackson-module-JAXB-annotations 
(com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.7.8 - 
http://github.com/FasterXML/jackson-module-jaxb-annotations)
      (The Apache Software License, Version 2.0) LZ4 and xxHash 
(net.jpountz.lz4:lz4:1.3.0 - https://github.com/jpountz/lz4-java)
+     (The Apache Software License, Version 2.0) LZ4 and xxHash 
(org.lz4:lz4-java:1.4.0 - https://github.com/lz4/lz4-java)
+     (The Apache Software License, Version 2.0) LZ4 and xxHash 
(org.lz4:lz4-java:1.6.0 - https://github.com/lz4/lz4-java)
+     (The Apache Software License, Version 2.0) LZ4 and xxHash 
(org.lz4:lz4-java:1.7.1 - https://github.com/lz4/lz4-java)
      (The Apache Software License, Version 2.0) Log4j (log4j:log4j:1.2.14 - 
http://logging.apache.org/log4j/docs/)
      (The Apache Software License, Version 2.0) Maven Aether Provider 
(org.apache.maven:maven-aether-provider:3.1.1 - 
http://maven.apache.org/ref/3.1.1/maven-aether-provider)
      (The Apache Software License, Version 2.0) Maven Model 
(org.apache.maven:maven-model:3.1.1 - 
http://maven.apache.org/ref/3.1.1/maven-model)
@@ -587,6 +786,7 @@ The text of each license is the standard Apache 2.0 license.
      (The Apache Software License, Version 2.0) Maven Settings Builder 
(org.apache.maven:maven-settings-builder:3.1.1 - 
http://maven.apache.org/ref/3.1.1/maven-settings-builder)
      (The Apache Software License, Version 2.0) MongoDB Java Driver 
(org.mongodb:mongo-java-driver:3.4.2 - http://www.mongodb.org)
      (The Apache Software License, Version 2.0) Nimbus JOSE+JWT 
(com.nimbusds:nimbus-jose-jwt:4.41.1 - 
https://bitbucket.org/connect2id/nimbus-jose-jwt)
+     (The Apache Software License, Version 2.0) Okio 
(com.squareup.okio:okio:2.8.0 - https://github.com/square/okio/)
      (The Apache Software License, Version 2.0) Phoenix - Spark 
(org.apache.phoenix:phoenix-spark:5.0.0-HBase-2.0 - 
http://www.apache.org/phoenix/phoenix-spark/)
      (The Apache Software License, Version 2.0) Phoenix Core 
(org.apache.phoenix:phoenix-core:5.0.0-HBase-2.0 - 
http://www.apache.org/phoenix/phoenix-core/)
      (The Apache Software License, Version 2.0) Plexus Interpolation API 
(org.codehaus.plexus:plexus-interpolation:1.19 - 
http://plexus.codehaus.org/plexus-components/plexus-interpolation)
@@ -613,13 +813,29 @@ The text of each license is the standard Apache 2.0 
license.
      (The Apache Software License, Version 2.0) flink-shaded-jackson-2 
(org.apache.flink:flink-shaded-jackson:2.12.1-13.0 - 
http://flink.apache.org/flink-shaded-jackson-parent/flink-shaded-jackson)
      (The Apache Software License, Version 2.0) flink-shaded-netty-4 
(org.apache.flink:flink-shaded-netty:4.1.49.Final-13.0 - 
http://flink.apache.org/flink-shaded-netty)
      (The Apache Software License, Version 2.0) flink-shaded-zookeeper-3.4 
(org.apache.flink:flink-shaded-zookeeper-3:3.4.14-13.0 - 
http://flink.apache.org/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-3)
+     (The Apache Software License, Version 2.0) hadoop-mapreduce-client-app 
(org.apache.hadoop:hadoop-mapreduce-client-app:2.6.5 - no url defined)
+     (The Apache Software License, Version 2.0) hadoop-mapreduce-client-common 
(org.apache.hadoop:hadoop-mapreduce-client-common:2.6.5 - no url defined)
+     (The Apache Software License, Version 2.0) hadoop-mapreduce-client-core 
(org.apache.hadoop:hadoop-mapreduce-client-core:2.6.5 - no url defined)
+     (The Apache Software License, Version 2.0) 
hadoop-mapreduce-client-jobclient 
(org.apache.hadoop:hadoop-mapreduce-client-jobclient:2.6.5 - no url defined)
+     (The Apache Software License, Version 2.0) 
hadoop-mapreduce-client-shuffle 
(org.apache.hadoop:hadoop-mapreduce-client-shuffle:2.6.5 - no url defined)
+     (The Apache Software License, Version 2.0) hadoop-yarn-api 
(org.apache.hadoop:hadoop-yarn-api:2.6.5 - no url defined)
+     (The Apache Software License, Version 2.0) hadoop-yarn-client 
(org.apache.hadoop:hadoop-yarn-client:2.6.5 - no url defined)
+     (The Apache Software License, Version 2.0) hadoop-yarn-common 
(org.apache.hadoop:hadoop-yarn-common:2.6.5 - no url defined)
+     (The Apache Software License, Version 2.0) hadoop-yarn-server-common 
(org.apache.hadoop:hadoop-yarn-server-common:2.6.5 - no url defined)
      (The Apache Software License, Version 2.0) htrace-core 
(org.apache.htrace:htrace-core:3.1.0-incubating - 
http://incubator.apache.org/projects/htrace.html)
+     (The Apache Software License, Version 2.0) htrace-core 
(org.htrace:htrace-core:3.0.4 - https://github.com/cloudera/htrace)
+     (The Apache Software License, Version 2.0) htrace-core4 
(org.apache.htrace:htrace-core4:4.1.0-incubating - 
http://incubator.apache.org/projects/htrace.html)
      (The Apache Software License, Version 2.0) jackson-databind 
(com.fasterxml.jackson.core:jackson-databind:2.10.5.1 - 
http://github.com/FasterXML/jackson)
+     (The Apache Software License, Version 2.0) jackson-databind 
(com.fasterxml.jackson.core:jackson-databind:2.11.0 - 
http://github.com/FasterXML/jackson)
+     (The Apache Software License, Version 2.0) jackson-databind 
(com.fasterxml.jackson.core:jackson-databind:2.11.4 - 
http://github.com/FasterXML/jackson)
+     (The Apache Software License, Version 2.0) jackson-databind 
(com.fasterxml.jackson.core:jackson-databind:2.6.7.1 - 
http://github.com/FasterXML/jackson)
+     (The Apache Software License, Version 2.0) jackson-databind 
(com.fasterxml.jackson.core:jackson-databind:2.9.2 - 
http://github.com/FasterXML/jackson)
      (The Apache Software License, Version 2.0) jackson-module-scala 
(com.fasterxml.jackson.module:jackson-module-scala_2.11:2.6.7.1 - 
http://wiki.fasterxml.com/JacksonModuleScala)
      (The Apache Software License, Version 2.0) javax.inject 
(javax.inject:javax.inject:1 - http://code.google.com/p/atinject/)
      (The Apache Software License, Version 2.0) lang-mustache 
(org.elasticsearch.plugin:lang-mustache-client:6.3.1 - 
https://github.com/elastic/elasticsearch)
      (The Apache Software License, Version 2.0) 
neo4j-connector-apache-spark-2.4.8 
(org.neo4j:neo4j-connector-apache-spark_2.11:4.1.0_for_spark_2.4 - 
https://github.com/neo4j-contrib/neo4j-spark-connector/neo4j-connector-apache-spark_2.12)
      (The Apache Software License, Version 2.0) 
neo4j-connector-apache-spark-common 
(org.neo4j:neo4j-connector-apache-spark_2.12_common:4.1.0 - 
https://github.com/neo4j-contrib/neo4j-spark-connector/neo4j-connector-apache-spark_2.12_common)
+     (The Apache Software License, Version 2.0) okhttp 
(com.squareup.okhttp3:okhttp:4.9.1 - https://square.github.io/okhttp/)
      (The Apache Software License, Version 2.0) okhttp-logging-interceptor 
(com.squareup.okhttp3:logging-interceptor:4.9.1 - 
https://square.github.io/okhttp/)
      (The Apache Software License, Version 2.0) 
org.gridkit.lab::jvm-attach-api (org.gridkit.lab:jvm-attach-api:1.5 - 
http://code.google.com/p/gridkit/jvm-attach-api)
      (The Apache Software License, Version 2.0) parent-join 
(org.elasticsearch.plugin:parent-join-client:6.3.1 - 
https://github.com/elastic/elasticsearch)
@@ -631,9 +847,14 @@ The text of each license is the standard Apache 2.0 
license.
      (The Apache Software License, Version 2.0) rest-high-level 
(org.elasticsearch.client:elasticsearch-rest-high-level-client:6.3.1 - 
https://github.com/elastic/elasticsearch)
      (The Apache Software License, Version 2.0) secure-sm 
(org.elasticsearch:elasticsearch-secure-sm:6.3.1 - 
https://github.com/elastic/elasticsearch)
      (The Apache Software License, Version 2.0) server 
(org.elasticsearch:elasticsearch:6.3.1 - 
https://github.com/elastic/elasticsearch)
+     (The Apache Software License, Version 2.0) snappy-java 
(org.xerial.snappy:snappy-java:1.1.2.6 - https://github.com/xerial/snappy-java)
+     (The Apache Software License, Version 2.0) snappy-java 
(org.xerial.snappy:snappy-java:1.1.4 - https://github.com/xerial/snappy-java)
+     (The Apache Software License, Version 2.0) snappy-java 
(org.xerial.snappy:snappy-java:1.1.7.1 - https://github.com/xerial/snappy-java)
+     (The Apache Software License, Version 2.0) snappy-java 
(org.xerial.snappy:snappy-java:1.1.7.3 - https://github.com/xerial/snappy-java)
      (The Apache Software License, Version 2.0) transport 
(org.elasticsearch.client:transport:6.3.1 - 
https://github.com/elastic/elasticsearch)
      (The Apache Software License, Version 2.0) transport-netty4 
(org.elasticsearch.plugin:transport-netty4-client:6.3.1 - 
https://github.com/elastic/elasticsearch)
      (The Apache Software License, Version 2.0) x-content 
(org.elasticsearch:elasticsearch-x-content:6.3.1 - 
https://github.com/elastic/elasticsearch)
+     (The Apache Software License, Version 2.0) zookeeper 
(org.apache.zookeeper:zookeeper:3.4.10 - no url defined)
 
 
 ========================================================================
@@ -644,19 +865,30 @@ The following components are provided under the MIT 
License. See project link fo
 The text of each license is also included at licenses/LICENSE-[project].txt.
 
      (MIT License) JCL 1.1.1 implemented over SLF4J 
(org.slf4j:jcl-over-slf4j:1.7.12 - http://www.slf4j.org)
+     (MIT License) JCL 1.1.1 implemented over SLF4J 
(org.slf4j:jcl-over-slf4j:1.7.16 - http://www.slf4j.org)
      (MIT License) JCodings (org.jruby.jcodings:jcodings:1.0.18 - 
http://nexus.sonatype.org/oss-repository-hosting.html/jcodings)
+     (MIT License) JCodings (org.jruby.jcodings:jcodings:1.0.43 - 
http://nexus.sonatype.org/oss-repository-hosting.html/jcodings)
      (MIT License) JUL to SLF4J bridge (org.slf4j:jul-to-slf4j:1.7.16 - 
http://www.slf4j.org)
      (MIT License) Joni (org.jruby.joni:joni:2.1.11 - 
http://nexus.sonatype.org/oss-repository-hosting.html/joni)
+     (MIT License) Joni (org.jruby.joni:joni:2.1.2 - 
http://nexus.sonatype.org/oss-repository-hosting.html/joni)
+     (MIT License) Joni (org.jruby.joni:joni:2.1.27 - 
http://nexus.sonatype.org/oss-repository-hosting.html/joni)
      (MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.6.4 - 
http://www.slf4j.org)
+     (MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.15 - 
http://www.slf4j.org)
+     (MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.16 - 
http://www.slf4j.org)
+     (MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.25 - 
http://www.slf4j.org)
+     (MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.30 - 
http://www.slf4j.org)
      (MIT License) SLF4J LOG4J-12 Binding (org.slf4j:slf4j-log4j12:1.7.10 - 
http://www.slf4j.org)
+     (MIT License) SLF4J LOG4J-12 Binding (org.slf4j:slf4j-log4j12:1.7.15 - 
http://www.slf4j.org)
+     (MIT License) SLF4J LOG4J-12 Binding (org.slf4j:slf4j-log4j12:1.7.16 - 
http://www.slf4j.org)
+     (MIT License) SLF4J LOG4J-12 Binding (org.slf4j:slf4j-log4j12:1.7.25 - 
http://www.slf4j.org)
      (MIT License) pyrolite (net.razorvine:pyrolite:4.13 - 
https://github.com/irmen/Pyrolite)
      (MIT License) scopt (com.github.scopt:scopt_2.11:3.5.0 - 
https://github.com/scopt/scopt)
      (MIT) Jedis (redis.clients:jedis:3.2.0 - 
https://github.com/xetorthio/jedis)
      (MIT-License) spoiwo (com.norbitltd:spoiwo_2.11:1.8.0 - 
https://github.com/norbert-radyk/spoiwo/)
      (The MIT License (MIT)) influxdb java bindings 
(org.influxdb:influxdb-java:2.22 - http://www.influxdb.org)
      (The MIT License) Checker Qual (org.checkerframework:checker-qual:3.10.0 
- https://checkerframework.org)
+     (The MIT License) Checker Qual (org.checkerframework:checker-qual:3.4.0 - 
https://checkerframework.org)
      (The MIT License) JOpt Simple (net.sf.jopt-simple:jopt-simple:5.0.2 - 
http://pholser.github.io/jopt-simple)
-     (The MIT License) Project Lombok (org.projectlombok:lombok:1.18.0 - 
https://projectlombok.org)
 
 
 ========================================================================
@@ -669,13 +901,22 @@ The text of each license is also included at 
licenses/LICENSE-[project].txt.
      (3-Clause BSD License) Kryo Shaded 
(com.esotericsoftware:kryo-shaded:4.0.2 - 
https://github.com/EsotericSoftware/kryo/kryo-shaded)
      (3-Clause BSD License) Protocol Buffers [Core] 
(com.google.protobuf:protobuf-java:3.17.1 - 
https://developers.google.com/protocol-buffers/protobuf-java/)
      (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.3.2-2 - 
https://github.com/luben/zstd-jni)
+     (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.3.3-1 - 
https://github.com/luben/zstd-jni)
+     (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.4.3-1 - 
https://github.com/luben/zstd-jni)
      (BSD 3 Clause) Spark-Redis (com.redislabs:spark-redis_2.11:2.6.0 - 
http://github.com/RedisLabs/spark-redis)
      (BSD 3-Clause) I18n Utils (com.salesforce.i18n:i18n-util:1.0.4 - 
https://github.com/salesforce/i18n-util)
      (BSD 3-Clause) Scala Compiler (org.scala-lang:scala-compiler:2.11.12 - 
http://www.scala-lang.org/)
+     (BSD 3-Clause) Scala Compiler (org.scala-lang:scala-reflect:2.11.12 - 
http://www.scala-lang.org/)
+     (BSD 3-Clause) Scala Compiler (org.scala-lang:scala-reflect:2.11.8 - 
http://www.scala-lang.org/)
      (BSD 3-Clause) Scala Library (org.scala-lang:scala-library:2.11.12 - 
http://www.scala-lang.org/)
      (BSD 3-Clause) Scalap (org.scala-lang:scalap:2.11.12 - 
http://www.scala-lang.org/)
      (BSD 3-clause) scala-java8-compat 
(org.scala-lang.modules:scala-java8-compat_2.11:0.7.0 - 
http://www.scala-lang.org/)
      (BSD 3-clause) scala-parser-combinators 
(org.scala-lang.modules:scala-parser-combinators_2.11:1.0.4 - 
http://www.scala-lang.org/)
+     (BSD 3-clause) scala-parser-combinators 
(org.scala-lang.modules:scala-parser-combinators_2.11:1.1.0 - 
http://www.scala-lang.org/)
+     (BSD 3-clause) scala-parser-combinators 
(org.scala-lang.modules:scala-parser-combinators_2.11:1.1.1 - 
http://www.scala-lang.org/)
+     (BSD 3-clause) scala-xml (org.scala-lang.modules:scala-xml_2.11:1.0.5 - 
http://www.scala-lang.org/)
+     (BSD 3-clause) scala-xml (org.scala-lang.modules:scala-xml_2.11:1.0.6 - 
http://www.scala-lang.org/)
+     (BSD License) ASM (asm:asm:3.1 - https://asm.ow2.io/license.html)
      (BSD License) AntLR Parser Generator (antlr:antlr:2.7.7 - 
http://www.antlr.org/)
      (BSD License) Javolution (javolution:javolution:5.5.1 - 
http://javolution.org)
      (BSD License) curvesapi (com.github.virtuald:curvesapi:1.06 - 
https://github.com/virtuald/curvesapi)
@@ -684,20 +925,34 @@ The text of each license is also included at 
licenses/LICENSE-[project].txt.
      (BSD licence) ANTLR ST4 4.0.4 (org.antlr:ST4:4.0.4 - 
http://www.stringtemplate.org)
      (BSD licence) ANTLR StringTemplate (org.antlr:stringtemplate:3.2.1 - 
http://www.stringtemplate.org)
      (BSD) ASM All (org.ow2.asm:asm-all:5.0.2 - 
http://asm.objectweb.org/asm-all/)
+     (BSD) ASM Core (org.ow2.asm:asm:5.0.4 - http://asm.objectweb.org/asm/)
+     (BSD) JLine (jline:jline:0.9.94 - http://jline.sourceforge.net)
      (BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.3 - 
http://paranamer.codehaus.org/paranamer)
+     (BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.7 - 
http://paranamer.codehaus.org/paranamer)
      (BSD) asm (org.ow2.asm:asm:7.1 - http://asm.ow2.org/)
      (BSD) asm-analysis (org.ow2.asm:asm-analysis:7.1 - http://asm.ow2.org/)
      (BSD) asm-commons (org.ow2.asm:asm-commons:7.1 - http://asm.ow2.org/)
      (BSD) asm-tree (org.ow2.asm:asm-tree:7.1 - http://asm.ow2.org/)
      (BSD) grizzled-slf4j (org.clapper:grizzled-slf4j_2.11:1.3.2 - 
http://software.clapper.org/grizzled-slf4j/)
+     (BSD-3-Clause) commons-compiler 
(org.codehaus.janino:commons-compiler:3.1.6 - 
http://janino-compiler.github.io/commons-compiler/)
+     (BSD-3-Clause) janino (org.codehaus.janino:janino:3.1.6 - 
http://janino-compiler.github.io/janino/)
      (Modified BSD License) sqlline (sqlline:sqlline:1.2.0 - 
http://github.com/julianhyde/sqlline)
      (New BSD License) Hamcrest Core (org.hamcrest:hamcrest-core:1.3 - 
https://github.com/hamcrest/JavaHamcrest/hamcrest-core)
      (New BSD License) Kryo (com.esotericsoftware.kryo:kryo:2.24.0 - 
https://github.com/EsotericSoftware/kryo)
+     (New BSD License) MinLog (com.esotericsoftware.minlog:minlog:1.2 - 
http://code.google.com/p/minlog/)
      (New BSD License) MinLog (com.esotericsoftware:minlog:1.3.0 - 
https://github.com/EsotericSoftware/minlog)
+     (New BSD License) commons-compiler 
(org.codehaus.janino:commons-compiler:3.0.11 - 
http://janino-compiler.github.io/commons-compiler/)
+     (New BSD License) commons-compiler 
(org.codehaus.janino:commons-compiler:3.0.8 - 
http://janino-compiler.github.io/commons-compiler/)
+     (New BSD License) commons-compiler 
(org.codehaus.janino:commons-compiler:3.0.9 - 
http://janino-compiler.github.io/commons-compiler/)
+     (New BSD License) janino (org.codehaus.janino:janino:3.0.11 - 
http://janino-compiler.github.io/janino/)
+     (New BSD License) janino (org.codehaus.janino:janino:3.0.8 - 
http://janino-compiler.github.io/janino/)
+     (New BSD License) janino (org.codehaus.janino:janino:3.0.9 - 
http://janino-compiler.github.io/janino/)
      (New BSD license) Protocol Buffer Java API 
(com.google.protobuf:protobuf-java:2.5.0 - http://code.google.com/p/protobuf)
      (Revised BSD) JSch (com.jcraft:jsch:0.1.54 - http://www.jcraft.com/jsch/)
      (The BSD 3-Clause License) leveldbjni-all 
(org.fusesource.leveldbjni:leveldbjni-all:1.8 - 
http://leveldbjni.fusesource.org/leveldbjni-all)
      (The BSD License) ANTLR 4 Runtime (org.antlr:antlr4-runtime:4.5.1 - 
http://www.antlr.org/antlr4-runtime)
+     (The BSD License) ANTLR 4 Runtime (org.antlr:antlr4-runtime:4.7 - 
http://www.antlr.org/antlr4-runtime)
+     (The BSD License) JLine (jline:jline:2.12 - 
http://nexus.sonatype.org/oss-repository-hosting.html/jline)
      (The BSD License) Stax2 API (org.codehaus.woodstox:stax2-api:3.1.4 - 
http://wiki.fasterxml.com/WoodstoxStax2)
      (The BSD License) xmlenc Library (xmlenc:xmlenc:0.52 - 
http://xmlenc.sourceforge.net)
      (The New BSD License) Jodd Core (org.jodd:jodd-core:3.5.2 - 
http://jodd.org)
@@ -712,6 +967,7 @@ The following components are provided under the CC0-1.0 
License. See project lin
 The text of each license is also included at licenses/LICENSE-[project].txt.
 
      (CC0) reactive-streams (org.reactivestreams:reactive-streams:1.0.2 - 
http://www.reactive-streams.org/)
+     (CC0) reactive-streams (org.reactivestreams:reactive-streams:1.0.3 - 
http://www.reactive-streams.org/)
 
 
 ========================================================================
@@ -722,9 +978,12 @@ The following components are provided under the CDDL 
License. See project link f
 The text of each license is also included at licenses/LICENSE-[project].txt.
 
      (CDDL + GPLv2 with classpath exception) Expression Language 3.0 
(org.glassfish:javax.el:3.0.0 - http://el-spec.java.net)
+     (CDDL + GPLv2 with classpath exception) Expression Language 3.0 
(org.glassfish:javax.el:3.0.1-b12 - http://uel.java.net)
      (CDDL + GPLv2 with classpath exception) Expression Language 3.0 API 
(javax.el:javax.el-api:3.0.0 - http://uel-spec.java.net)
      (CDDL + GPLv2 with classpath exception) HK2 API module 
(org.glassfish.hk2:hk2-api:2.4.0-b34 - https://hk2.java.net/hk2-api)
+     (CDDL + GPLv2 with classpath exception) HK2 API module 
(org.glassfish.hk2:hk2-api:2.5.0-b32 - https://hk2.java.net/hk2-api)
      (CDDL + GPLv2 with classpath exception) HK2 Implementation Utilities 
(org.glassfish.hk2:hk2-utils:2.4.0-b34 - https://hk2.java.net/hk2-utils)
+     (CDDL + GPLv2 with classpath exception) HK2 Implementation Utilities 
(org.glassfish.hk2:hk2-utils:2.5.0-b32 - https://hk2.java.net/hk2-utils)
      (CDDL + GPLv2 with classpath exception) JSP implementation 
(org.glassfish.web:javax.servlet.jsp:2.3.2 - http://jsp.java.net)
      (CDDL + GPLv2 with classpath exception) Java Servlet API 
(javax.servlet.jsp:jsp-api:2.1 - https://javaee.github.io/javaee-jsp-api)
      (CDDL + GPLv2 with classpath exception) Java Servlet API 
(javax.servlet:javax.servlet-api:3.1.0 - http://servlet-spec.java.net)
@@ -732,18 +991,29 @@ The text of each license is also included at 
licenses/LICENSE-[project].txt.
      (CDDL + GPLv2 with classpath exception) Java Transaction API 
(javax.transaction:jta:1.1 - http://java.sun.com/products/jta)
      (CDDL + GPLv2 with classpath exception) OSGi resource locator bundle - 
used by various API providers that rely on META-INF/services mechanism to 
locate providers. (org.glassfish.hk2:osgi-resource-locator:1.0.1 - 
http://glassfish.org/osgi-resource-locator/)
      (CDDL + GPLv2 with classpath exception) ServiceLocator Default 
Implementation (org.glassfish.hk2:hk2-locator:2.4.0-b34 - 
https://hk2.java.net/hk2-locator)
+     (CDDL + GPLv2 with classpath exception) ServiceLocator Default 
Implementation (org.glassfish.hk2:hk2-locator:2.5.0-b32 - 
https://hk2.java.net/hk2-locator)
      (CDDL + GPLv2 with classpath exception) aopalliance version 1.0 
repackaged as a module 
(org.glassfish.hk2.external:aopalliance-repackaged:2.4.0-b34 - 
https://hk2.java.net/external/aopalliance-repackaged)
+     (CDDL + GPLv2 with classpath exception) aopalliance version 1.0 
repackaged as a module 
(org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b32 - 
https://hk2.java.net/external/aopalliance-repackaged)
      (CDDL + GPLv2 with classpath exception) javax.annotation API 
(javax.annotation:javax.annotation-api:1.2 - 
http://jcp.org/en/jsr/detail?id=250)
+     (CDDL + GPLv2 with classpath exception) javax.annotation API 
(javax.annotation:javax.annotation-api:1.3.2 - 
http://jcp.org/en/jsr/detail?id=250)
      (CDDL + GPLv2 with classpath exception) javax.inject:1 as OSGi bundle 
(org.glassfish.hk2.external:javax.inject:2.4.0-b34 - 
https://hk2.java.net/external/javax.inject)
+     (CDDL + GPLv2 with classpath exception) javax.inject:1 as OSGi bundle 
(org.glassfish.hk2.external:javax.inject:2.5.0-b32 - 
https://hk2.java.net/external/javax.inject)
      (CDDL License) jsr311-api (javax.ws.rs:jsr311-api:1.1.1 - 
https://jsr311.dev.java.net)
      (CDDL+GPL License) jersey-container-servlet 
(org.glassfish.jersey.containers:jersey-container-servlet:2.22.2 - 
https://jersey.java.net/project/jersey-container-servlet/)
      (CDDL+GPL License) jersey-container-servlet-core 
(org.glassfish.jersey.containers:jersey-container-servlet-core:2.22.2 - 
https://jersey.java.net/project/jersey-container-servlet-core/)
+     (CDDL+GPL License) jersey-container-servlet-core 
(org.glassfish.jersey.containers:jersey-container-servlet-core:2.25.1 - 
https://jersey.java.net/project/jersey-container-servlet-core/)
      (CDDL+GPL License) jersey-core-client 
(org.glassfish.jersey.core:jersey-client:2.22.2 - 
https://jersey.java.net/jersey-client/)
+     (CDDL+GPL License) jersey-core-client 
(org.glassfish.jersey.core:jersey-client:2.25.1 - 
https://jersey.java.net/jersey-client/)
      (CDDL+GPL License) jersey-core-common 
(org.glassfish.jersey.core:jersey-common:2.22.2 - 
https://jersey.java.net/jersey-common/)
+     (CDDL+GPL License) jersey-core-common 
(org.glassfish.jersey.core:jersey-common:2.25.1 - 
https://jersey.java.net/jersey-common/)
      (CDDL+GPL License) jersey-core-server 
(org.glassfish.jersey.core:jersey-server:2.22.2 - 
https://jersey.java.net/jersey-server/)
+     (CDDL+GPL License) jersey-core-server 
(org.glassfish.jersey.core:jersey-server:2.25.1 - 
https://jersey.java.net/jersey-server/)
      (CDDL+GPL License) jersey-media-jaxb 
(org.glassfish.jersey.media:jersey-media-jaxb:2.22.2 - 
https://jersey.java.net/project/jersey-media-jaxb/)
+     (CDDL+GPL License) jersey-media-jaxb 
(org.glassfish.jersey.media:jersey-media-jaxb:2.25.1 - 
https://jersey.java.net/project/jersey-media-jaxb/)
      (CDDL+GPL License) jersey-repackaged-guava 
(org.glassfish.jersey.bundles.repackaged:jersey-guava:2.22.2 - 
https://jersey.java.net/project/project/jersey-guava/)
+     (CDDL+GPL License) jersey-repackaged-guava 
(org.glassfish.jersey.bundles.repackaged:jersey-guava:2.25.1 - 
https://jersey.java.net/project/project/jersey-guava/)
      (CDDL/GPLv2+CE) JavaBeans Activation Framework 
(com.sun.activation:javax.activation:1.2.0 - 
http://java.net/all/javax.activation/)
+     (CDDL/GPLv2+CE) JavaBeans Activation Framework API jar 
(javax.activation:javax.activation-api:1.2.0 - 
http://java.net/all/javax.activation-api/)
      (CDDL/GPLv2+CE) JavaMail API (com.sun.mail:javax.mail:1.5.6 - 
http://javamail.java.net/javax.mail)
 
 
@@ -754,6 +1024,7 @@ Eclipse Public License
 The following components are provided under the Eclipse Public License. See 
project link for details.
 The text of each license is also included at licenses/LICENSE-[project].txt.
 
+     (EDL 1.0) JavaBeans Activation Framework API jar 
(jakarta.activation:jakarta.activation-api:1.2.1 - 
https://github.com/eclipse-ee4j/jaf/jakarta.activation-api)
      (Eclipse Distribution License - v 1.0) jakarta.xml.bind-api 
(jakarta.xml.bind:jakarta.xml.bind-api:2.3.2 - 
https://github.com/eclipse-ee4j/jaxb-api/jakarta.xml.bind-api)
      (Eclipse Public License 1.0) JUnit (junit:junit:4.12 - http://junit.org)
      (Eclipse Public License, Version 1.0) Aether API 
(org.eclipse.aether:aether-api:0.9.0.M2 - 
http://www.eclipse.org/aether/aether-api/)
@@ -774,6 +1045,8 @@ The text of each license is also included at 
licenses/LICENSE-[project].txt.
 
      (Public Domain) AOP alliance (aopalliance:aopalliance:1.0 - 
http://aopalliance.sourceforge.net)
      (Public Domain) XZ for Java (org.tukaani:xz:1.0 - 
http://tukaani.org/xz/java.html)
+     (Public Domain) XZ for Java (org.tukaani:xz:1.5 - 
http://tukaani.org/xz/java.html)
+     (Public Domain) XZ for Java (org.tukaani:xz:1.8 - 
https://tukaani.org/xz/java.html)
      (Public Domain, per Creative Commons CC0) HdrHistogram 
(org.hdrhistogram:HdrHistogram:2.1.9 - 
http://hdrhistogram.github.io/HdrHistogram/)
 
 
@@ -789,12 +1062,14 @@ The text of each license is also included at 
licenses/LICENSE-[project].txt.
 
 
 ========================================================================
-Unicode License
+Unicode/ICU License
 ========================================================================
 
-The following components are provided under the Unicode License. See project 
link for details.
+The following components are provided under the Unicode/ICU License. See 
project link for details.
 The text of each license is also included at licenses/LICENSE-[project].txt.
 
+     (ICU License) ICU4J (com.ibm.icu:icu4j:55.1 - http://icu-project.org/)
+     (Unicode/ICU License) ICU4J (com.ibm.icu:icu4j:60.2 - 
http://icu-project.org/)
      (Unicode/ICU License) ICU4J Charset Provider 
(com.ibm.icu:icu4j-charset:60.2 - http://icu-project.org/)
      (Unicode/ICU License) ICU4J Locale Service Provider 
(com.ibm.icu:icu4j-localespi:60.2 - http://icu-project.org/)
 

Reply via email to