You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by yu...@apache.org on 2022/07/01 16:06:32 UTC

[incubator-shenyu] branch master updated: pom polish (#3648)

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

yui 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 b5d94be3d pom polish (#3648)
b5d94be3d is described below

commit b5d94be3d0c880315790a18c8e218f81bad8073f
Author: Qicz <qi...@gmail.com>
AuthorDate: Sat Jul 2 00:06:27 2022 +0800

    pom polish (#3648)
---
 pom.xml                                                              | 5 -----
 .../shenyu-plugin-logging-elasticsearch/pom.xml                      | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1f48df31f..038357074 100644
--- a/pom.xml
+++ b/pom.xml
@@ -374,11 +374,6 @@
                 </exclusions>
                 <version>${zookeeper.version}</version>
             </dependency>
-            <dependency>
-                <groupId>com.101tec</groupId>
-                <artifactId>zkclient</artifactId>
-                <version>${zkclient.version}</version>
-            </dependency>
 
             <dependency>
                 <groupId>com.github.pagehelper</groupId>
diff --git a/shenyu-plugin/shenyu-plugin-logging/shenyu-plugin-logging-elasticsearch/pom.xml b/shenyu-plugin/shenyu-plugin-logging/shenyu-plugin-logging-elasticsearch/pom.xml
index 07b24d15b..23897f460 100644
--- a/shenyu-plugin/shenyu-plugin-logging/shenyu-plugin-logging-elasticsearch/pom.xml
+++ b/shenyu-plugin/shenyu-plugin-logging/shenyu-plugin-logging-elasticsearch/pom.xml
@@ -61,11 +61,6 @@
             <artifactId>jakarta.json-api</artifactId>
             <version>${jakarta.json-api.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-test</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file