You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/08/14 14:28:37 UTC

[tomee] 01/02: Revert "Fix compile error"

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

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

commit 0108bbaf7217e06acb4ab16f10cd281a88f540a5
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Wed Aug 14 15:28:01 2019 +0100

    Revert "Fix compile error"
    
    This reverts commit 608eed2e8edc7c2b6b54666dcb83d9f9df762ac7.
---
 server/openejb-cxf/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/server/openejb-cxf/pom.xml b/server/openejb-cxf/pom.xml
index b266650..a73f601 100644
--- a/server/openejb-cxf/pom.xml
+++ b/server/openejb-cxf/pom.xml
@@ -127,6 +127,10 @@
       <type>pom</type>
     </dependency>
     <dependency>
+      <groupId>com.sun.xml.bind</groupId>
+      <artifactId>jaxb-core</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-frontend-jaxws</artifactId>
       <version>${cxf.version}</version>