This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new a5973bb5a3 Add missing dependency a5973bb5a3 is described below commit a5973bb5a31fe98ed97b2a874c49a9eb6f1485d8 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