This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 79f290e7d1 Add missing dependency
79f290e7d1 is described below
commit 79f290e7d167fd9f3010031ee32dffe30d8207e9
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]