Repository: camel
Updated Branches:
  refs/heads/master 4c58bcdc5 -> f37f1d601


Try to fix the test error which related to CXF in CI JDK build


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

Branch: refs/heads/master
Commit: f37f1d601a23035276f533c4f0b90500c897c761
Parents: 4c58bcd
Author: Willem Jiang <willem.ji...@gmail.com>
Authored: Tue Sep 2 03:08:30 2014 +0000
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Tue Sep 2 03:11:09 2014 +0000

----------------------------------------------------------------------
 components/camel-cxf-transport/pom.xml | 5 -----
 parent/pom.xml                         | 5 +++++
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f37f1d60/components/camel-cxf-transport/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cxf-transport/pom.xml 
b/components/camel-cxf-transport/pom.xml
index 3baadf7..334d797 100644
--- a/components/camel-cxf-transport/pom.xml
+++ b/components/camel-cxf-transport/pom.xml
@@ -99,11 +99,6 @@
 
     <!-- for testing -->
     <dependency>
-       <groupId>com.sun.xml.bind</groupId>
-       <artifactId>jaxb-impl</artifactId>
-       <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-spring</artifactId>
       <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/camel/blob/f37f1d60/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 21c6512..4174c70 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1622,6 +1622,11 @@
       </dependency>
       <dependency>
         <groupId>com.sun.xml.bind</groupId>
+        <artifactId>jaxb-core</artifactId>
+        <version>${jaxb-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.sun.xml.bind</groupId>
         <artifactId>jaxb-jxc</artifactId>
         <version>${jaxb-version}</version>
       </dependency>

Reply via email to