You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/10/06 02:52:49 UTC

[shardingsphere] 01/01: Revert "Add license declare for Nacos and its dependencies (#21343)"

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

zhangliang pushed a commit to branch revert-21343-license
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit b4c5f3bf582f08319c8e581b5722176bba8f259e
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Thu Oct 6 10:52:42 2022 +0800

    Revert "Add license declare for Nacos and its dependencies (#21343)"
    
    This reverts commit dcc9aead6190a96c1994af7529ac90cefddf0154.
---
 distribution/proxy/src/main/release-docs/LICENSE | 11 -----------
 proxy/bootstrap/pom.xml                          |  5 -----
 2 files changed, 16 deletions(-)

diff --git a/distribution/proxy/src/main/release-docs/LICENSE b/distribution/proxy/src/main/release-docs/LICENSE
index f103f34685c..47b191249a4 100644
--- a/distribution/proxy/src/main/release-docs/LICENSE
+++ b/distribution/proxy/src/main/release-docs/LICENSE
@@ -252,11 +252,7 @@ The text of each license is the standard Apache 2.0 license.
     gson 2.9.1: https://github.com/google/gson, Apache 2.0
     guava 30.0-jre: https://github.com/google/guava, Apache 2.0
     HikariCP 3.4.2: https://github.com/brettwooldridge/HikariCP, Apache 2.0
-    httpasyncclient 4.1.3: https://hc.apache.org/httpcomponents-asyncclient-4.1.x, Apache 2.0
-    httpclient 4.5.3: https://hc.apache.org/httpcomponents-client-4.5.x, Apache 2.0
     httpclient5 5.1.3: https://hc.apache.org/httpcomponents-client-5.1.x, Apache 2.0
-    httpcore 4.4.6: https://hc.apache.org/httpcomponents-core-4.4.x, Apache 2.0
-    httpcore-nio 4.4.6: https://hc.apache.org/httpcomponents-core-4.4.x, Apache 2.0
     httpcore5-h2 5.1.3: https://hc.apache.org/httpcomponents-core-5.1.x, Apache 2.0
     httpcore5 5.1.3: https://hc.apache.org/httpcomponents-core-5.1.x, Apache 2.0
     jackson-annotations 2.10.0: http://github.com/FasterXML/jackson, Apache 2.0
@@ -272,9 +268,6 @@ The text of each license is the standard Apache 2.0 license.
     jsr305 3.0.2: http://findbugs.sourceforge.net/, Apache 2.0
     log4j 1.2.17: http://logging.apache.org/log4j/1.2/, Apache 2.0
     memory 0.9.0, Apache 2.0
-    nacos-api 1.4.2: https://github.com/alibaba/nacos, Apache 2.0
-    nacos-client 1.4.2: https://github.com/alibaba/nacos, Apache 2.0
-    nacos-common 1.4.2: https://github.com/alibaba/nacos, Apache 2.0
     netty-buffer 4.1.80.Final: https://github.com/netty, Apache 2.0
     netty-codec 4.1.80.Final: https://github.com/netty, Apache 2.0
     netty-codec-dns 4.1.80.Final: https://github.com/netty, Apache 2.0
@@ -295,10 +288,6 @@ The text of each license is the standard Apache 2.0 license.
     proto-google-common-protos 2.0.1: https://github.com/googleapis/common-protos-java, Apache 2.0
     proj4j 1.1.5: https://github.com/locationtech/proj4j, Apache 2.0
     quartz 2.3.2: https://github.com/quartz-scheduler/quartz, Apache 2.0
-    simpleclient 0.11.0: https://github.com/prometheus/client_java, Apache 2.0
-    simpleclient_tracer_common 0.11.0: https://github.com/prometheus/client_java, Apache 2.0
-    simpleclient_tracer_otel 0.11.0: https://github.com/prometheus/client_java, Apache 2.0
-    simpleclient_tracer_otel_agent 0.11.0: https://github.com/prometheus/client_java, Apache 2.0
     sketches-core 0.9.0, Apache 2.0
     snakeyaml 1.33: https://bitbucket.org/snakeyaml/snakeyaml, Apache 2.0
     uzaygezen-core 0.2: https://code.google.com/p/uzaygezen, Apache 2.0
diff --git a/proxy/bootstrap/pom.xml b/proxy/bootstrap/pom.xml
index f29d02a403a..ef5f2775c8e 100644
--- a/proxy/bootstrap/pom.xml
+++ b/proxy/bootstrap/pom.xml
@@ -93,11 +93,6 @@
             <artifactId>shardingsphere-cluster-mode-repository-etcd</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-cluster-mode-repository-nacos</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-jdbc-core</artifactId>