Repository: camel
Updated Branches:
  refs/heads/master 8c3822937 -> 050e22d94


camel-web 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/050e22d9
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/050e22d9
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/050e22d9

Branch: refs/heads/master
Commit: 050e22d9438097683d7d5b06710147b8f14040b1
Parents: 8c38229
Author: Claus Ibsen <davscl...@apache.org>
Authored: Sun Feb 22 12:47:59 2015 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Sun Feb 22 12:47:59 2015 +0100

----------------------------------------------------------------------
 components/camel-web/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/050e22d9/components/camel-web/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-web/pom.xml b/components/camel-web/pom.xml
index 83c2a77..74707b3 100644
--- a/components/camel-web/pom.xml
+++ b/components/camel-web/pom.xml
@@ -47,6 +47,10 @@
             <artifactId>camel-spring</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-jaxb</artifactId>
+        </dependency>
+        <dependency>
             <groupId>com.sun.jersey.contribs</groupId>
             <artifactId>jersey-spring</artifactId>
             <version>${jersey-version}</version>

Reply via email to