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-tck.git
The following commit(s) were added to refs/heads/main by this push: new e219269 Move exclusion to correct place for WebSocket e219269 is described below commit e219269fb4aa6c03fc15555f0f4d51e480024f12 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jul 22 14:12:40 2024 +0100 Move exclusion to correct place for WebSocket --- websocket-tck/pom.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/websocket-tck/pom.xml b/websocket-tck/pom.xml index 0f90b2a..b38a6df 100644 --- a/websocket-tck/pom.xml +++ b/websocket-tck/pom.xml @@ -38,10 +38,6 @@ <groupId>jakarta.websocket</groupId> <artifactId>jakarta.websocket-client-api</artifactId> </exclusion> - <exclusion> - <groupId>org.netbeans.tools</groupId> - <artifactId>ct-sym</artifactId> - </exclusion> </exclusions> </dependency> <!-- @@ -106,6 +102,12 @@ <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> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org