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.git


The following commit(s) were added to refs/heads/main by this push:
     new 508e70347a Remove unnecessary dependency. The API classes are included 
in this JAR
508e70347a is described below

commit 508e70347ab358c33958c402a28987e22dcc92bc
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed May 8 11:38:37 2024 +0100

    Remove unnecessary dependency. The API classes are included in this JAR
---
 res/maven/tomcat-embed-websocket.pom | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/res/maven/tomcat-embed-websocket.pom 
b/res/maven/tomcat-embed-websocket.pom
index a9f60706b4..464e2f0f68 100644
--- a/res/maven/tomcat-embed-websocket.pom
+++ b/res/maven/tomcat-embed-websocket.pom
@@ -33,12 +33,6 @@
     </license>
   </licenses>
   <dependencies>
-    <dependency>
-      <groupId>org.apache.tomcat</groupId>
-      <artifactId>tomcat-websocket-api</artifactId>
-      <version>@MAVEN.DEPLOY.VERSION@</version>
-      <scope>compile</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.tomcat.embed</groupId>
       <artifactId>tomcat-embed-core</artifactId>


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

Reply via email to