You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2015/01/02 12:30:01 UTC

svn commit: r1648999 - /sling/trunk/contrib/extensions/xss/pom.xml

Author: cziegeler
Date: Fri Jan  2 11:30:01 2015
New Revision: 1648999

URL: http://svn.apache.org/r1648999
Log:
Remove unused dependencies

Modified:
    sling/trunk/contrib/extensions/xss/pom.xml

Modified: sling/trunk/contrib/extensions/xss/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/xss/pom.xml?rev=1648999&r1=1648998&r2=1648999&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/xss/pom.xml (original)
+++ sling/trunk/contrib/extensions/xss/pom.xml Fri Jan  2 11:30:01 2015
@@ -223,12 +223,6 @@
             <artifactId>servlet-api</artifactId>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>jsp-api</artifactId>
-            <version>2.0</version>
-            <scope>provided</scope>
-        </dependency>
 
         <dependency>
             <groupId>org.osgi</groupId>
@@ -239,10 +233,6 @@
             <artifactId>org.osgi.compendium</artifactId>
         </dependency>
         <dependency>
-            <groupId>javax.jcr</groupId>
-            <artifactId>jcr</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
@@ -254,12 +244,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.jcr.api</artifactId>
-            <version>2.0.4</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.json</artifactId>
             <version>2.0.6</version>
             <scope>provided</scope>
@@ -273,7 +257,6 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>