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

commit 1b469f4fc304593f413390afffdbcdea75ba464b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue May 13 22:44:35 2025 +0100

    Switch to Pages 4.1.0-SNAPSHOT TCK
    
    Allows removal of javatest dependency
---
 download/pom.xml | 31 +++----------------------------
 pom.xml          |  2 +-
 2 files changed, 4 insertions(+), 29 deletions(-)

diff --git a/download/pom.xml b/download/pom.xml
index 82846f6..2c89ce3 100644
--- a/download/pom.xml
+++ b/download/pom.xml
@@ -100,23 +100,12 @@
                             <goal>wget</goal>
                         </goals>
                         <configuration>
-                            
<url>https://download.eclipse.org/jakartaee/pages/4.0/jakarta-pages-tck-4.0.0.zip</url>
+                            
<url>https://download.eclipse.org/ee4j/pages/jakartaee12/staged/eftl/jakarta-pages-tck-${tck.pages.version}.zip</url>
                             <unpack>true</unpack>
                             
<outputDirectory>${project.build.directory}</outputDirectory>
+                            <!-- Disbale checkum verification while SNAPSHOT 
builds are being used
                             
<sha256>5446aa866601a7c4c425f74054590cfc7f4fc05592a572d399ecc8694e265489</sha256>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>download-javatest-jar</id>
-                        <phase>pre-integration-test</phase>
-                        <goals>
-                            <goal>wget</goal>
-                        </goals>
-                        <configuration>
-                            
<url>https://github.com/jakartaee/platform-tck/raw/040a4f57f87342629da0242d1ced99647ac44676/lib/javatest.jar</url>
-                            <unpack>false</unpack>
-                            
<outputDirectory>${project.build.directory}</outputDirectory>
-                            
<sha256>73d0c322e76839c405f2000b568cc8906977b430ba23e83f20d420345e8a13a4</sha256>
+                            -->
                         </configuration>
                     </execution>
                 </executions>
@@ -223,20 +212,6 @@
                             
<file>${project.build.directory}/pages-tck/artifacts/jakarta-pages-tck-${tck.pages.version}.jar</file>
                         </configuration>
                     </execution>
-                    <execution>
-                        <id>install-javatest-jar</id>
-                        <phase>pre-integration-test</phase>
-                        <goals>
-                            <goal>install-file</goal>
-                        </goals>
-                        <configuration>
-                            
<file>${project.build.directory}/javatest.jar</file>
-                            <groupId>javatest</groupId>
-                            <artifactId>javatest</artifactId>
-                            <version>5.0</version>
-                            <packaging>jar</packaging>
-                        </configuration>
-                    </execution>
                 </executions>
             </plugin>
         </plugins>
diff --git a/pom.xml b/pom.xml
index d78beac..4b89bc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
         <tck.el.version>6.1.0-SNAPSHOT</tck.el.version>
         <api.el.version>6.0.1</api.el.version>
         <tck.servlet.version>6.2.0-SNAPSHOT</tck.servlet.version>
-        <tck.pages.version>4.0.0</tck.pages.version>
+        <tck.pages.version>4.1.0-SNAPSHOT</tck.pages.version>
         <tck.websocket.version>2.3.0-SNAPSHOT</tck.websocket.version>
 
         <!-- TCK dependency versions -->        


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

Reply via email to