Stefan Seifert created SLING-5392:
-------------------------------------
Summary: sling-mock: Use javax.servlet-api dependency instead of
mortbay version
Key: SLING-5392
URL: https://issues.apache.org/jira/browse/SLING-5392
Project: Sling
Issue Type: Improvement
Components: Testing
Reporter: Stefan Seifert
Assignee: Stefan Seifert
Priority: Trivial
we should use this servlet api dependency artifact:
{code:xml}
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>compile</scope>
</dependency>
{code}
instead of org.mortbay.jetty:servlet-api
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)