You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by gn...@apache.org on 2017/01/30 12:04:38 UTC

[3/4] cxf git commit: CXF-7194 - Remove cxf-rt-databinding-jibx

CXF-7194 - Remove cxf-rt-databinding-jibx


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/741c9e34
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/741c9e34
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/741c9e34

Branch: refs/heads/master
Commit: 741c9e349e7e48d3fe278ba8d8f17dd6bf4c4370
Parents: 69c7b4c
Author: Guillaume Nodet <gn...@apache.org>
Authored: Mon Jan 30 13:01:03 2017 +0100
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Mon Jan 30 13:04:11 2017 +0100

----------------------------------------------------------------------
 distribution/manifest/pom.xml  |  6 ------
 distribution/pom.xml           | 24 ------------------------
 osgi/bundle/compatible/pom.xml | 24 ------------------------
 3 files changed, 54 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/741c9e34/distribution/manifest/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/manifest/pom.xml b/distribution/manifest/pom.xml
index dceefa1..556fcd8 100644
--- a/distribution/manifest/pom.xml
+++ b/distribution/manifest/pom.xml
@@ -210,12 +210,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>cxf-rt-databinding-jibx</artifactId>
-            <version>${project.version}</version>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>cxf-rt-rs-extension-providers</artifactId>
             <version>${project.version}</version>
         </dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/741c9e34/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 34ed745..4eb563c 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -231,30 +231,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>cxf-rt-databinding-jibx</artifactId>
-            <version>${project.version}</version>
-            <optional>true</optional>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.jibx</groupId>
-                    <artifactId>jibx-bind</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.jibx</groupId>
-                    <artifactId>jibx-run</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.jibx</groupId>
-                    <artifactId>jibx-schema</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.jibx</groupId>
-                    <artifactId>jibx-tools</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
             <version>${project.version}</version>
         </dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/741c9e34/osgi/bundle/compatible/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/bundle/compatible/pom.xml b/osgi/bundle/compatible/pom.xml
index 3a3b38b..1ecccf4 100644
--- a/osgi/bundle/compatible/pom.xml
+++ b/osgi/bundle/compatible/pom.xml
@@ -65,30 +65,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>cxf-rt-databinding-jibx</artifactId>
-            <version>${project.version}</version>
-            <optional>true</optional>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.jibx</groupId>
-                    <artifactId>jibx-bind</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.jibx</groupId>
-                    <artifactId>jibx-run</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.jibx</groupId>
-                    <artifactId>jibx-schema</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.jibx</groupId>
-                    <artifactId>jibx-tools</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
             <version>${project.version}</version>
         </dependency>