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 2a2ad02  List spec and platform dependencies explicitly
2a2ad02 is described below

commit 2a2ad02d7a712e4411b86938b9cb85d778eee050
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Mar 27 12:12:17 2024 +0000

    List spec and platform dependencies explicitly
    
    This allows simpler testing with the published TCK bundle.
---
 websocket-tck/pom.xml | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/websocket-tck/pom.xml b/websocket-tck/pom.xml
index 3288d10..0d1deb1 100644
--- a/websocket-tck/pom.xml
+++ b/websocket-tck/pom.xml
@@ -31,9 +31,8 @@
     <dependencies>
         <dependency>
             <groupId>jakarta.tck</groupId>
-            <artifactId>websocket-tck-dist</artifactId>
+            <artifactId>websocket-tck-spec-tests</artifactId>
             <version>${tck.websocket.version}</version>
-            <!-- Use the WebSocket API provided by Tomcat -->
             <exclusions>
               <exclusion>
                 <groupId>jakarta.websocket</groupId>
@@ -45,6 +44,25 @@
               </exclusion>
             </exclusions>
         </dependency>
+        <!--
+        Not strictly required for Tomcat to pass the TCK
+        May be enabled to perform the authentication tests that Tomcat should 
pass
+        <dependency>
+            <groupId>jakarta.tck</groupId>
+            <artifactId>websocket-tck-platform-tests</artifactId>
+            <version>${tck.websocket.version}</version>
+            <exclusions>
+              <exclusion>
+                <groupId>jakarta.websocket</groupId>
+                <artifactId>jakarta.websocket-client-api</artifactId>
+              </exclusion>
+              <exclusion>
+                <groupId>jakarta.websocket</groupId>
+                <artifactId>jakarta.websocket-client-api</artifactId>
+              </exclusion>
+            </exclusions>
+        </dependency>
+        -->
         <dependency>
             <groupId>org.apache.tomcat.embed</groupId>
             <artifactId>tomcat-embed-websocket</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to