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

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git


The following commit(s) were added to refs/heads/main by this push:
     new a1cd7e1  Remove unnecessary duplicates
a1cd7e1 is described below

commit a1cd7e17f5db809180b670bfeb3c30443b520363
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed May 8 11:48:19 2024 +0100

    Remove unnecessary duplicates
---
 websocket-tck/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/websocket-tck/pom.xml b/websocket-tck/pom.xml
index 2c7de16..b52459f 100644
--- a/websocket-tck/pom.xml
+++ b/websocket-tck/pom.xml
@@ -38,10 +38,6 @@
                 <groupId>jakarta.websocket</groupId>
                 <artifactId>jakarta.websocket-client-api</artifactId>
               </exclusion>
-              <exclusion>
-                <groupId>jakarta.websocket</groupId>
-                <artifactId>jakarta.websocket-client-api</artifactId>
-              </exclusion>
             </exclusions>
         </dependency>
         <!--
@@ -56,10 +52,6 @@
                 <groupId>jakarta.websocket</groupId>
                 <artifactId>jakarta.websocket-client-api</artifactId>
               </exclusion>
-              <exclusion>
-                <groupId>jakarta.websocket</groupId>
-                <artifactId>jakarta.websocket-client-api</artifactId>
-              </exclusion>
             </exclusions>
         </dependency>
         -->


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to