You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/05/02 17:37:01 UTC

[tomee-tck] branch jakartaee9-tck updated: Yank incomplete shift to jakartaee-api jar

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 7e4fd6e  Yank incomplete shift to jakartaee-api jar
7e4fd6e is described below

commit 7e4fd6ed00643baf659a658f6e77d3cdacdfe9d3
Author: David Blevins <da...@gmail.com>
AuthorDate: Sun May 2 10:36:46 2021 -0700

    Yank incomplete shift to jakartaee-api jar
---
 pom.xml                                                    | 1 -
 src/test/script/openejb/tck/commands/CommandSupport.groovy | 1 -
 2 files changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0f5a59d..1ebd65b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -891,7 +891,6 @@
                     <!-- we essentially take everything from openejb-lite dependency tree - probably too much but fine to start -->
 
                     <include name="javaee-api*.jar"/>
-                    <include name="jakartaee-api*.jar"/>
 
                     <include name="openejb-core*.jar"/>
                     <include name="mbean-annotation-api*.jar"/>
diff --git a/src/test/script/openejb/tck/commands/CommandSupport.groovy b/src/test/script/openejb/tck/commands/CommandSupport.groovy
index 759240a..7bc53cb 100644
--- a/src/test/script/openejb/tck/commands/CommandSupport.groovy
+++ b/src/test/script/openejb/tck/commands/CommandSupport.groovy
@@ -205,7 +205,6 @@ abstract class CommandSupport {
         builder.append("jakarta.validation-api-*.jar")
         builder.append("jakarta.xml.bind-api-*.jar")
         builder.append("jaspic-api.jar")
-        builder.append("jakartaee-api-*.jar")
         builder.append("jsp-api.jar")
         builder.append("servlet-api.jar")
         builder.append("taglibs-shade-*.jar")