You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:24:02 UTC

[sling-org-apache-sling-testing-sling-mock] 08/14: SLING-5392 sling-mock: Use javax.servlet-api dependency instead of mortbay version

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.testing.sling-mock-1.6.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git

commit a52790ba5f63489240caa9949b98c487a139e2e8
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Fri Dec 18 23:38:48 2015 +0000

    SLING-5392 sling-mock: Use javax.servlet-api dependency instead of mortbay version
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock@1720860 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5b08f4c..aed0ab1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,9 +191,9 @@
         </dependency>
     
         <dependency>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>3.0.20100224</version>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.0.1</version>
             <scope>compile</scope>
         </dependency>
     

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.