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:15 UTC

[tomee] 16/31: WIP experimentation

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 a1921d52bcb6eacc0058296efd53ceb055cac865
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Sat Jan 5 13:08:06 2019 +0000

    WIP experimentation
---
 container/openejb-core/pom.xml |  8 ++++++++
 pom.xml                        | 13 ++++++++++++-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index 9234fb8..840f724 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -443,6 +443,14 @@
       <artifactId>javax.activation</artifactId>
     </dependency>
     <dependency>
+      <groupId>com.sun.xml.ws</groupId>
+      <artifactId>jaxws-rt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.xml.ws</groupId>
+      <artifactId>rt</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.jacorb</groupId>
       <artifactId>jacorb</artifactId>
     </dependency>
diff --git a/pom.xml b/pom.xml
index d8adac8..0d4a030 100644
--- a/pom.xml
+++ b/pom.xml
@@ -902,7 +902,18 @@
       <dependency>
         <groupId>org.glassfish.jaxb</groupId>
         <artifactId>jaxb-runtime</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-b180830.0438</version>
+      </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>
       <dependency>
         <groupId>javax.activation</groupId>