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 13:24:19 UTC

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

Repository: camel
Updated Branches:
  refs/heads/master 52d987236 -> 45616e17a


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

Branch: refs/heads/master
Commit: 45616e17a94a40ead85d44debcbb8850223d27fc
Parents: 52d9872
Author: onders86 <on...@gmail.com>
Authored: Thu Jul 20 14:19:26 2017 +0300
Committer: onders86 <on...@gmail.com>
Committed: Thu Jul 20 16:23:01 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/camel/blob/45616e17/components/camel-http-common/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-http-common/pom.xml b/components/camel-http-common/pom.xml
index 7207b19..bc0ccca 100644
--- a/components/camel-http-common/pom.xml
+++ b/components/camel-http-common/pom.xml
@@ -48,6 +48,7 @@
       <groupId>javax.servlet</groupId>
       <artifactId>javax.servlet-api</artifactId>
       <version>${javax.servlet-api-version}</version>
+      <scope>provided</scope>
     </dependency>
 
     <!-- testing -->