This is an automated email from the ASF dual-hosted git repository.

markt-asf 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 ebc11fc  EL TCK SNAPSHOTS are now avaiable from Maven Central
ebc11fc is described below

commit ebc11fcb1a4997daaa405eb78594e96ac3f394ea
Author: Mark Thomas <[email protected]>
AuthorDate: Thu May 14 16:31:47 2026 +0100

    EL TCK SNAPSHOTS are now avaiable from Maven Central
---
 download/pom.xml | 5 +++--
 el-tck/pom.xml   | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/download/pom.xml b/download/pom.xml
index c97028c..5c17192 100644
--- a/download/pom.xml
+++ b/download/pom.xml
@@ -48,6 +48,8 @@
                             
<sha256>9421c6ca66274d32dfb408848f75a42d57f120599fe0d8403c5c5c1141d5ac4d</sha256>
                         </configuration>
                     </execution>
+                    <!--
+                        Disable as EL TCK snapshots are now available from 
Maven Central
                     <execution>
                         <id>download-el-tck</id>
                         <phase>pre-integration-test</phase>
@@ -58,11 +60,10 @@
                             
<url>https://download.eclipse.org/ee4j/expression-language/jakartaee12/staged/eftl/jakarta-expression-language-tck-${tck.el.version}.zip</url>
                             <unpack>true</unpack>
                             
<outputDirectory>${project.build.directory}</outputDirectory>
-                            <!-- Disbale checkum verification while SNAPSHOT 
builds are being used
                             
<sha256>8ca4339e1b93c8f490c38b5888d8a54d09f7d12257b222bff2d44d665f323cee</sha256>
-                            -->
                         </configuration>
                     </execution>
+                    -->
                     <execution>
                         <id>download-websocket-tck</id>
                         <phase>pre-integration-test</phase>
diff --git a/el-tck/pom.xml b/el-tck/pom.xml
index 0e025b8..3e2f1a8 100644
--- a/el-tck/pom.xml
+++ b/el-tck/pom.xml
@@ -30,8 +30,8 @@
 
     <dependencies>
         <dependency>
-            <groupId>jakarta.tck</groupId>
-            <artifactId>jakarta-expression-language-tck</artifactId>
+            <groupId>jakarta.el</groupId>
+            <artifactId>expression-language-tck</artifactId>
             <version>${tck.el.version}</version>
             <!--
               Exclude this API package if you want to run the TCK with the 
Tomcat provided EL API.
@@ -100,7 +100,7 @@
                             <goal>verify</goal>
                         </goals>
                         <configuration>
-                            
<dependenciesToScan>jakarta.tck:jakarta-expression-language-tck</dependenciesToScan>
+                            
<dependenciesToScan>jakarta.el:expression-language-tck</dependenciesToScan>
                             <systemPropertyVariables>
                                 
<variable.mapper>org.apache.el.lang.VariableMapperImpl</variable.mapper>
                                 <junit.log.traceflag>true</junit.log.traceflag>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to