You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/07/25 09:55:56 UTC

camel git commit: CAMEL-11531: camel-restlet need servlet api

Repository: camel
Updated Branches:
  refs/heads/master 683724b3f -> e0b799f76


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

Branch: refs/heads/master
Commit: e0b799f76cf72af725dd17fd1ae5fdb84b94ea5a
Parents: 683724b
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Jul 25 11:55:17 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Jul 25 11:55:17 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/e0b799f7/components/camel-restlet/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-restlet/pom.xml b/components/camel-restlet/pom.xml
index ab05cd9..408566b 100644
--- a/components/camel-restlet/pom.xml
+++ b/components/camel-restlet/pom.xml
@@ -59,6 +59,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>