Author: cziegeler
Date: Tue May 14 07:56:49 2013
New Revision: 1482240

URL: http://svn.apache.org/r1482240
Log:
Create new standalone project

Modified:
    sling/trunk/bundles/extensions/discovery/api/pom.xml

Modified: sling/trunk/bundles/extensions/discovery/api/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/api/pom.xml?rev=1482240&r1=1482239&r2=1482240&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/api/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/api/pom.xml Tue May 14 07:56:49 
2013
@@ -65,10 +65,6 @@
             <artifactId>bndlib</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
         </dependency>
@@ -76,11 +72,5 @@
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.compendium</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.settings</artifactId>
-            <version>1.1.0</version>
-            <scope>provided</scope>
-        </dependency>
     </dependencies>
 </project>


Reply via email to