diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml index ab3549bcb68..ff761b998a8 100644 --- a/elasticsearch/pom.xml +++ b/elasticsearch/pom.xml @@ -83,6 +83,11 @@ ${unirest.version} + + org.json + json + + org.junit.jupiter junit-jupiter-params diff --git a/flink/flink-scala-2.12/pom.xml b/flink/flink-scala-2.12/pom.xml index 1698b335535..43b822f57b9 100644 --- a/flink/flink-scala-2.12/pom.xml +++ b/flink/flink-scala-2.12/pom.xml @@ -254,6 +254,17 @@ com.mashape.unirest unirest-java 1.4.9 + + + org.json + json + + + + + + org.json + json diff --git a/influxdb/pom.xml b/influxdb/pom.xml index 8d96d6970ba..08923c72f04 100644 --- a/influxdb/pom.xml +++ b/influxdb/pom.xml @@ -44,6 +44,16 @@ com.influxdb influxdb-client-java ${influxdb.client.version} + + + org.json + json + + + + + org.json + json com.google.code.gson diff --git a/pom.xml b/pom.xml index 1f6d1994d35..2c0513b670b 100644 --- a/pom.xml +++ b/pom.xml @@ -120,6 +120,7 @@ 0.62.2 2.8.9 0.2.2 + 20240205 9.4.52.v20230823 4.4.1 4.5.13 @@ -321,6 +322,12 @@ ${gson.version} + + org.json + json + ${org-json.version} + + org.danilopianini gson-extras diff --git a/zeppelin-distribution/src/bin_license/LICENSE b/zeppelin-distribution/src/bin_license/LICENSE index 3fed5e7b541..805fb747a74 100644 --- a/zeppelin-distribution/src/bin_license/LICENSE +++ b/zeppelin-distribution/src/bin_license/LICENSE @@ -421,8 +421,14 @@ Creative Commons CC0 (http://creativecommons.org/publicdomain/zero/1.0/) (CC0 1.0 Universal) JSR166e (com.twitter:jsr166e:1.1.0 - http://github.com/twitter/jsr166e) (Public Domain, per Creative Commons CC0) HdrHistogram (org.hdrhistogram:HdrHistogram:2.1.6 - http://hdrhistogram.github.io/HdrHistogram/) + +======================================================================== +Public Domain +======================================================================== + (Public Domain) XZ for Java (org.tukaani:xz:1.0 - http://tukaani.org/xz/java.html) (Public Domain) AOP alliance (aopalliance:aopalliance:1.0 - http://aopalliance.sourceforge.net) + (Public Domain) JSON in Java [package org.json] (org.json/json/20240205 - https://github.com/stleary/JSON-java/blob/master/LICENSE) ======================================================================== Multiple licenses diff --git a/zeppelin-plugins/notebookrepo/gcs/pom.xml b/zeppelin-plugins/notebookrepo/gcs/pom.xml index fb94447058e..90da4d37338 100644 --- a/zeppelin-plugins/notebookrepo/gcs/pom.xml +++ b/zeppelin-plugins/notebookrepo/gcs/pom.xml @@ -75,9 +75,18 @@ org.codehaus.jackson jackson-core-asl + + org.json + json + + + org.json + json + + com.google.cloud google-cloud-nio