You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2019/05/24 16:17:43 UTC

[cxf] branch master updated: remove jaxb-xjc dependency from core as we actually don't need it

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

ffang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b80003  remove jaxb-xjc dependency from core as we actually don't need it
0b80003 is described below

commit 0b80003c3dc8cc7f758c561a08b0edcdfdc76d8c
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Fri May 24 12:17:30 2019 -0400

    remove jaxb-xjc dependency from core as we actually don't need it
---
 core/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index ae30413..e8624cf 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -176,10 +176,6 @@
             <optional>true</optional>
         </dependency>
         <dependency>
-            <groupId>org.glassfish.jaxb</groupId>
-            <artifactId>jaxb-xjc</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
             <scope>provided</scope>