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

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 3ca0410760 Add missing dependency
3ca0410760 is described below

commit 3ca0410760b992ffdbf684f53397190ed0e23bbe
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Mar 26 15:00:18 2024 +0000

    Add missing dependency
---
 res/maven/tomcat-embed-websocket.pom | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/res/maven/tomcat-embed-websocket.pom 
b/res/maven/tomcat-embed-websocket.pom
index 464e2f0f68..a9f60706b4 100644
--- a/res/maven/tomcat-embed-websocket.pom
+++ b/res/maven/tomcat-embed-websocket.pom
@@ -33,6 +33,12 @@
     </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