Revert "CAMEL-11531 - set servlet dependency as provided" This reverts commit 45616e17a94a40ead85d44debcbb8850223d27fc.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d44a3b8a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d44a3b8a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d44a3b8a Branch: refs/heads/master Commit: d44a3b8a0c4fd8c796b97451ebfc86bf2d6cef22 Parents: b36348d Author: Claus Ibsen <[email protected]> Authored: Thu Jul 20 16:23:02 2017 +0200 Committer: Claus Ibsen <[email protected]> Committed: Thu Jul 20 16:48:21 2017 +0200 ---------------------------------------------------------------------- components/camel-http-common/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d44a3b8a/components/camel-http-common/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-http-common/pom.xml b/components/camel-http-common/pom.xml index bc0ccca..7207b19 100644 --- a/components/camel-http-common/pom.xml +++ b/components/camel-http-common/pom.xml @@ -48,7 +48,6 @@ <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>${javax.servlet-api-version}</version> - <scope>provided</scope> </dependency> <!-- testing -->
