You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/07/22 13:07:22 UTC

[tomee] 23/31: Stashing this change

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

jlmonteiro pushed a commit to branch tomee8-java11
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit f54573e82e4c459fa8512cb881e2d18d8200db0a
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Fri Feb 8 14:38:07 2019 +0000

    Stashing this change
---
 container/openejb-core/pom.xml | 5 -----
 pom.xml                        | 6 ------
 2 files changed, 11 deletions(-)

diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index 7c3ca32..9266d4f 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -444,11 +444,6 @@
     </dependency>
     <dependency>
       <groupId>com.sun.xml.ws</groupId>
-      <artifactId>jaxws-rt</artifactId>
-      <type>pom</type>
-    </dependency>
-    <dependency>
-      <groupId>com.sun.xml.ws</groupId>
       <artifactId>rt</artifactId>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index dcdaf55..9620136 100644
--- a/pom.xml
+++ b/pom.xml
@@ -906,12 +906,6 @@
       </dependency>
       <dependency>
         <groupId>com.sun.xml.ws</groupId>
-        <artifactId>jaxws-rt</artifactId>
-        <version>2.3.1</version>
-        <type>pom</type>
-      </dependency>
-      <dependency>
-        <groupId>com.sun.xml.ws</groupId>
         <artifactId>rt</artifactId>
         <version>2.3.1</version>
       </dependency>