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 2c68773 Simplify
2c68773 is described below
commit 2c6877326a5b05c24a1b0cc40b801177dfdf8ac7
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Mar 27 12:13:38 2024 +0000
Simplify
---
websocket-tck/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/websocket-tck/pom.xml b/websocket-tck/pom.xml
index 0d1deb1..2c7de16 100644
--- a/websocket-tck/pom.xml
+++ b/websocket-tck/pom.xml
@@ -132,11 +132,7 @@
</excludes>
<dependenciesToScan>
<dependency>jakarta.tck:websocket-tck-spec-tests</dependency>
- <!--
- Not strictly required for Tomcat to pass the
TCK
- May be enabled to perform the authentication
tests that Tomcat should pass
<dependency>jakarta.tck:websocket-tck-platform-tests</dependency>
- -->
</dependenciesToScan>
<forkCount>5</forkCount>
<reuseForks>false</reuseForks>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]