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 4cdd214  Staged Servlet TCK is now available
4cdd214 is described below

commit 4cdd214b155656c2f6ea8a699d07254773708dc4
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon May 13 15:40:10 2024 +0100

    Staged Servlet TCK is now available
---
 README.md           | 11 +++++++++--
 servlet-tck/pom.xml |  6 +++---
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 95da705..ce442a6 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ At the moment, you will need to manually install the TCKs 
into your local Maven
 
 1. Extract the contents
 
-1. `cd websocket-tck/artifacts`
+1. `cd pages-tck/artifacts`
 
 1. Install the TCK JARs into the local Maven repository
    `mvn org.apache.Maven.plugins:Maven-install-plugin:3.1.1:install-file 
-Dfile=jakarta-pages-tck-4.0.0.jar`
@@ -84,4 +84,11 @@ At the moment, you will need to manually install the TCKs 
into your local Maven
 
 #### Servlet TCK
 
-TBD.
\ No newline at end of file
+1. Download the Pages TCK from 
https://download.eclipse.org/ee4j/servlet/jakartaee11/staged/eftl/jakarta-servlet-tck-6.1.0.zip
+
+1. Extract the contents
+
+1. `cd servlet-tck/artifacts`
+
+1. Install the TCK JARs into the local Maven repository
+   `artifact-install.sh`
diff --git a/servlet-tck/pom.xml b/servlet-tck/pom.xml
index 38032e2..2ade4da 100644
--- a/servlet-tck/pom.xml
+++ b/servlet-tck/pom.xml
@@ -30,8 +30,8 @@
 
     <dependencies>
         <dependency>
-            <groupId>jakarta.servlet</groupId>
-            <artifactId>tck-runtime</artifactId>
+            <groupId>jakarta.tck</groupId>
+            <artifactId>servlet-tck-runtime</artifactId>
             <version>${tck.servlet.version}</version>
             <!-- Use the Servlet API provided by Tomcat -->
             <exclusions>
@@ -109,7 +109,7 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            
<dependenciesToScan>jakarta.servlet:tck-runtime</dependenciesToScan>
+                            
<dependenciesToScan>jakarta.tck:servlet-tck-runtime</dependenciesToScan>
                             <includes>
                                 <include>**/*Test.java</include>               
                 
                                 <include>**/*Tests.java</include>              
                  


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

Reply via email to