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

rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-8.x by this push:
     new ae29bb3887 Fix minor Maven issues
ae29bb3887 is described below

commit ae29bb388770cb9abf48e870fcdd05f5a4c059f1
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Jan 11 20:15:48 2023 +0100

    Fix minor Maven issues
---
 examples/tomee-jms-portability/pom.xml     | 2 +-
 tomee/tomee-microprofile/mp-common/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/tomee-jms-portability/pom.xml 
b/examples/tomee-jms-portability/pom.xml
index fd00dadbde..665b3c1075 100644
--- a/examples/tomee-jms-portability/pom.xml
+++ b/examples/tomee-jms-portability/pom.xml
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>org.apache.tomee</groupId>
       <artifactId>javaee-api</artifactId>
-      <version>[8.0,)</version>
+      <version>8.0-6</version>
       <scope>provided</scope>
     </dependency>      
 
diff --git a/tomee/tomee-microprofile/mp-common/pom.xml 
b/tomee/tomee-microprofile/mp-common/pom.xml
index 82da9f7a6f..27aa17b6d0 100644
--- a/tomee/tomee-microprofile/mp-common/pom.xml
+++ b/tomee/tomee-microprofile/mp-common/pom.xml
@@ -260,8 +260,8 @@
           <artifactId>jakarta.xml.ws-api</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>jakarta.jws:jakarta</groupId>
-          <artifactId>jws-api</artifactId>
+          <groupId>jakarta.jws</groupId>
+          <artifactId>jakarta.jws-api</artifactId>
         </exclusion>
         <exclusion>
           <groupId>jakarta.xml.soap</groupId>

Reply via email to