You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by xi...@apache.org on 2021/11/01 11:11:55 UTC

[incubator-shenyu] branch master updated: refine dependencies (#2290)

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

xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new cb3f229  refine dependencies (#2290)
cb3f229 is described below

commit cb3f2294490db3e76766796a0bfe8eb107157918
Author: Zhang Yonglun <zh...@apache.org>
AuthorDate: Mon Nov 1 19:11:46 2021 +0800

    refine dependencies (#2290)
---
 shenyu-admin/pom.xml                               |  1 -
 .../src/main/release-docs/LICENSE                  |  1 +
 .../licenses/ui-licenses/LICENSE-postgresql.txt    | 26 ++++++++++++++++++++++
 3 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/shenyu-admin/pom.xml b/shenyu-admin/pom.xml
index d4dab6b..aec865b 100644
--- a/shenyu-admin/pom.xml
+++ b/shenyu-admin/pom.xml
@@ -138,7 +138,6 @@
         <dependency>
             <groupId>mysql</groupId>
             <artifactId>mysql-connector-java</artifactId>
-            <scope>runtime</scope>
         </dependency>
 
         <dependency>
diff --git a/shenyu-dist/shenyu-admin-dist/src/main/release-docs/LICENSE b/shenyu-dist/shenyu-admin-dist/src/main/release-docs/LICENSE
index c3cb269..c07635d 100644
--- a/shenyu-dist/shenyu-admin-dist/src/main/release-docs/LICENSE
+++ b/shenyu-dist/shenyu-admin-dist/src/main/release-docs/LICENSE
@@ -330,6 +330,7 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
     encoder 1.2.2: https://www.owasp.org/index.php/OWASP_Java_Encoder_Project/encoder, BSD 3-Clause
     kryo-shaded 4.0.0: https://github.com/EsotericSoftware/kryo/kryo-shaded, BSD 2-Clause
     minlog 1.3.0: https://github.com/EsotericSoftware/minlog, BSD 2-Clause
+    postgresql 42.2.8: https://github.com/pgjdbc/pgjdbc, BSD 2-Clause
     protobuf-java 3.11.0: https://github.com/protocolbuffers/protobuf/, BSD 3-Clause
     protobuf-java-util 3.11.0: https://github.com/protocolbuffers/protobuf/, BSD 3-Clause
 
diff --git a/shenyu-dist/shenyu-admin-dist/src/main/release-docs/licenses/ui-licenses/LICENSE-postgresql.txt b/shenyu-dist/shenyu-admin-dist/src/main/release-docs/licenses/ui-licenses/LICENSE-postgresql.txt
new file mode 100644
index 0000000..d1a2ff3
--- /dev/null
+++ b/shenyu-dist/shenyu-admin-dist/src/main/release-docs/licenses/ui-licenses/LICENSE-postgresql.txt
@@ -0,0 +1,26 @@
+PostgreSQL JDBC Driver License
+---------------
+
+Copyright (c) 1997, PostgreSQL Global Development Group
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.