Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x ca60da7fa -> eed0e8ace


CAMEL-11531: camel-restlet need servlet api


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

Branch: refs/heads/camel-2.19.x
Commit: d0a98af699eaa9ded78e25436b81aa4d24496b92
Parents: ca60da7
Author: Claus Ibsen <davscl...@apache.org>
Authored: Tue Jul 25 11:55:17 2017 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue Jul 25 13:03:00 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/d0a98af6/components/camel-restlet/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-restlet/pom.xml b/components/camel-restlet/pom.xml
index 1121828..57fe616 100644
--- a/components/camel-restlet/pom.xml
+++ b/components/camel-restlet/pom.xml
@@ -56,6 +56,12 @@
     </dependency>
 
     <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+      <version>${javax.servlet-api-version}</version>
+    </dependency>
+
+    <dependency>
       <groupId>org.restlet.jee</groupId>
       <artifactId>org.restlet</artifactId>
     </dependency>

Reply via email to