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 9464fb21a Delete a repeated dependency libary. (#2180)
9464fb21a is described below

commit 9464fb21a68e018efea60e4aebf27061662c939e
Author: l-shen <[email protected]>
AuthorDate: Sat Jul 16 10:07:45 2022 +0800

    Delete a repeated dependency libary. (#2180)
    
    Signed-off-by: root <[email protected]>
    
    Co-authored-by: root <[email protected]>
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index bc3300d55..fe73780d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -864,11 +864,6 @@
                 <artifactId>curator-recipes</artifactId>
                 <version>${curator.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.curator</groupId>
-                <artifactId>curator-recipes</artifactId>
-                <version>${curator.version}</version>
-            </dependency>
             <dependency>
                 <groupId>com.sun.jersey</groupId>
                 <artifactId>jersey-core</artifactId>

Reply via email to