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 c6e4dbbd58 Add missing dependency
c6e4dbbd58 is described below
commit c6e4dbbd589c26be797e952acd7c1a7ea23fcbc2
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]