[
https://issues.apache.org/jira/browse/CAMEL-11531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16088529#comment-16088529
]
Claus Ibsen commented on CAMEL-11531:
-------------------------------------
Its set as provided on camel-servlet, so I wonder why you have a problem?
https://github.com/apache/camel/blob/camel.2-19.x/components/camel-servlet/pom.xml#L74
> camel-http-common; dependency servlet-api should be set to provided
> -------------------------------------------------------------------
>
> Key: CAMEL-11531
> URL: https://issues.apache.org/jira/browse/CAMEL-11531
> Project: Camel
> Issue Type: Improvement
> Components: camel-http-common, camel-servlet
> Affects Versions: 2.19.0
> Reporter: Harmen Renkema
> Priority: Minor
>
> When using camel-servlet in WAR apps, the dependency on camel-http-common
> brings in the servlet-api as a dependency with scope compile. The scope of
> this dependency should be set to provided as it will be provided by the
> container.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)