This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git
The following commit(s) were added to refs/heads/11.0.x by this push: new 2b5cd3e Fix WebSocket TCK for 11.0.x 2b5cd3e is described below commit 2b5cd3ed4a692ffb76ecd8fef2ab7844956d1c46 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Apr 1 11:01:24 2025 +0100 Fix WebSocket TCK for 11.0.x WebSocket TCK now defines (the newer) version of the sigtest JAR it requires. --- websocket-tck/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/websocket-tck/pom.xml b/websocket-tck/pom.xml index 7ed7c2d..a653b2f 100644 --- a/websocket-tck/pom.xml +++ b/websocket-tck/pom.xml @@ -98,17 +98,6 @@ <artifactId>arquillian-junit5-core</artifactId> <version>${arquillian.version}</version> </dependency> - <dependency> - <groupId>jakarta.tck</groupId> - <artifactId>sigtest-maven-plugin</artifactId> - <version>2.1</version> - <exclusions> - <exclusion> - <groupId>org.netbeans.tools</groupId> - <artifactId>ct-sym</artifactId> - </exclusion> - </exclusions> - </dependency> </dependencies> <build> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org