You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by js...@apache.org on 2016/11/09 09:48:07 UTC

svn commit: r1768898 - /sling/trunk/bundles/jcr/oak-server/pom.xml

Author: jsedding
Date: Wed Nov  9 09:48:07 2016
New Revision: 1768898

URL: http://svn.apache.org/viewvc?rev=1768898&view=rev
Log:
SLING-6262 - oak-server defines two dependencies to org.apache.sling.api

- remove compile dependency (2.3.0)
- leave test dependency (2.15.0), which is required for test compilation and pax exam

Modified:
    sling/trunk/bundles/jcr/oak-server/pom.xml

Modified: sling/trunk/bundles/jcr/oak-server/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/oak-server/pom.xml?rev=1768898&r1=1768897&r2=1768898&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/oak-server/pom.xml (original)
+++ sling/trunk/bundles/jcr/oak-server/pom.xml Wed Nov  9 09:48:07 2016
@@ -164,12 +164,6 @@
     <!-- Apache Sling -->
     <dependency>
       <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.api</artifactId>
-      <version>2.3.0</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.commons.threads</artifactId>
       <version>3.2.0</version>
       <scope>provided</scope>