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

dblevins pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
     new 54a8384  Ability to run against TomEE 9.0.0-M7
54a8384 is described below

commit 54a8384616b5bac3694983d0f413c2b35e02a5ee
Author: David Blevins <dblev...@tomitribe.com>
AuthorDate: Wed Nov 30 19:19:00 2022 -0800

    Ability to run against TomEE 9.0.0-M7
---
 pom.xml                                                    | 6 ++++++
 src/test/script/openejb/tck/commands/CommandSupport.groovy | 5 ++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1e94d9c..12ac98c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,12 @@
     <tomee.zip.groupId>org.apache.tomee</tomee.zip.groupId>
     <tomee.zip.version>9.0.0-SNAPSHOT</tomee.zip.version>
 
+    <!-- Settings to run against TomEE 9.0.0-M7 which passes all the Web 
Profile tests -->
+<!--    <openejb.inzip.version>8.0.7</openejb.inzip.version>-->
+<!--    <tomee.inzip.version>8.0.7</tomee.inzip.version>-->
+<!--    <tomee.zip.groupId>org.apache.tomee</tomee.zip.groupId>-->
+<!--    <tomee.zip.version>9.0.0-M7</tomee.zip.version>-->
+
     <tomcat.version>10.0.27</tomcat.version>
 
     <johnzon.version>1.2.19</johnzon.version>
diff --git a/src/test/script/openejb/tck/commands/CommandSupport.groovy 
b/src/test/script/openejb/tck/commands/CommandSupport.groovy
index ea2e31e..588a746 100644
--- a/src/test/script/openejb/tck/commands/CommandSupport.groovy
+++ b/src/test/script/openejb/tck/commands/CommandSupport.groovy
@@ -200,8 +200,7 @@ abstract class CommandSupport {
         builder.append("jakartaee-api-*.jar")
 
         // mail is a special case because api and impl are together
-        builder.append("geronimo-mail_2.1_spec*.jar")
-        builder.append("geronimo-mail_2.1_provider*.jar")
+        builder.appendAll("geronimo-*mail_*.jar")
         // builder.append("jakarta.activation-*.jar")
 
         // only for plume because api and impl are mixed
@@ -251,7 +250,7 @@ abstract class CommandSupport {
         builder.append("jasper-el.jar")
         
         // for CXF JAX-RS client
-        builder.append("cxf-shade-*.jar")
+        builder.appendAll("cxf-*.jar")
         // builder.append("cxf-rt-rs-client-*.jar")
         // builder.append("cxf-rt-transports-http-*.jar")
         // builder.append("cxf-core-*.jar")

Reply via email to