You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by on...@apache.org on 2017/07/20 18:00:31 UTC

camel git commit: Revert "CAMEL-11531 - set servlet dependency as provided"

Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x 2edaaa3d7 -> 781dba468


Revert "CAMEL-11531 - set servlet dependency as provided"

This reverts commit 2edaaa3d7d0e3b1c652d51fa28fc134562d2a380.


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

Branch: refs/heads/camel-2.19.x
Commit: 781dba46856602847b6f878ce47cdcdf4e59ae44
Parents: 2edaaa3
Author: onders86 <on...@gmail.com>
Authored: Thu Jul 20 20:58:19 2017 +0300
Committer: onders86 <on...@gmail.com>
Committed: Thu Jul 20 20:58:19 2017 +0300

----------------------------------------------------------------------
 components/camel-http-common/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/781dba46/components/camel-http-common/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-http-common/pom.xml b/components/camel-http-common/pom.xml
index 56d1903..1792d23 100644
--- a/components/camel-http-common/pom.xml
+++ b/components/camel-http-common/pom.xml
@@ -46,7 +46,6 @@
       <groupId>javax.servlet</groupId>
       <artifactId>javax.servlet-api</artifactId>
       <version>${javax.servlet-api-version}</version>
-      <scope>provided</scope>
     </dependency>
 
     <!-- testing -->