Repository: camel
Updated Branches:
  refs/heads/master 9430e4d55 -> bfa4b0afe


Fix for CAMEL-7764.  Added a profile for JKD8 with updated jaxb version


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

Branch: refs/heads/master
Commit: a1290c39b3d1b93238b975c963ce515cd6e18970
Parents: 9430e4d
Author: Kevin Earls <ke...@kevinearls.com>
Authored: Fri Aug 29 17:07:55 2014 +0200
Committer: Kevin Earls <ke...@kevinearls.com>
Committed: Fri Aug 29 17:07:55 2014 +0200

----------------------------------------------------------------------
 parent/pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a1290c39/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index a2eec91..e264451 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2916,6 +2916,24 @@
         </dependency>
       </dependencies>
     </profile>
+
+    <profile>
+      <id>jdk1.8</id>
+        <activation>
+          <jdk>1.8</jdk>
+        </activation>
+
+        <properties>
+          <jaxb-version>2.2.10-b140310.1920</jaxb-version>
+        </properties>
+
+        <dependencies>
+          <dependency>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-impl</artifactId>
+          </dependency>
+        </dependencies>
+    </profile>
   </profiles>
 
 </project>

Reply via email to