Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x 3a7384540 -> 2edaaa3d7


CAMEL-11531 - set servlet dependency as provided


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

Branch: refs/heads/camel-2.19.x
Commit: 2edaaa3d7d0e3b1c652d51fa28fc134562d2a380
Parents: 3a73845
Author: onders86 <[email protected]>
Authored: Thu Jul 20 14:19:26 2017 +0300
Committer: onders86 <[email protected]>
Committed: Thu Jul 20 16:29:08 2017 +0300

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


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

Reply via email to