Repository: camel
Updated Branches:
  refs/heads/master 4283b0598 -> 8c3822937


camel-jaxb to work with Java 8


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

Branch: refs/heads/master
Commit: 8c3822937da9365fd9debe7ba22005d9df84b28c
Parents: 4283b05
Author: Claus Ibsen <davscl...@apache.org>
Authored: Sun Feb 22 12:04:31 2015 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Sun Feb 22 12:04:31 2015 +0100

----------------------------------------------------------------------
 components/camel-jaxb/pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/8c382293/components/camel-jaxb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jaxb/pom.xml b/components/camel-jaxb/pom.xml
index a0491a9..0917b49 100644
--- a/components/camel-jaxb/pom.xml
+++ b/components/camel-jaxb/pom.xml
@@ -46,6 +46,10 @@
 
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
         </dependency>
 
@@ -97,8 +101,8 @@
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
-                       <forkCount>1</forkCount>
-                       <reuseForks>false</reuseForks>
+                  <forkCount>1</forkCount>
+                  <reuseForks>false</reuseForks>
                 </configuration>
             </plugin>
         </plugins>

Reply via email to