You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2010/11/26 11:32:51 UTC

svn commit: r1039303 - /sling/whiteboard/fmeschbe/milton/pom.xml

Author: fmeschbe
Date: Fri Nov 26 10:32:51 2010
New Revision: 1039303

URL: http://svn.apache.org/viewvc?rev=1039303&view=rev
Log:
Remove unneeded dependencies, base on 10-SNAPSHOT Sling parent POM and improve bundle name

Modified:
    sling/whiteboard/fmeschbe/milton/pom.xml

Modified: sling/whiteboard/fmeschbe/milton/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/fmeschbe/milton/pom.xml?rev=1039303&r1=1039302&r2=1039303&view=diff
==============================================================================
--- sling/whiteboard/fmeschbe/milton/pom.xml (original)
+++ sling/whiteboard/fmeschbe/milton/pom.xml Fri Nov 26 10:32:51 2010
@@ -23,14 +23,14 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>9</version>
+        <version>10-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.sling.whiteboard.fmeschbe.miltondav</artifactId>
     <packaging>bundle</packaging>
     <version>0.1.0-SNAPSHOT</version>
 
-    <name>Apache Sling Whiteboard fmeschbe Milton based WebDAV provider</name>
+    <name>Apache Sling Milton WebDAV Provider</name>
     <description>
       Bundle to expose the Reosurce Tree as a WebDAV filesystem using the Milton
       server side WebDAV library
@@ -113,26 +113,18 @@
             <artifactId>org.osgi.compendium</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.shell</artifactId>
-            <version>1.0.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.webconsole</artifactId>
-            <version>3.0.0</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
         </dependency>
+        
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.annotations</artifactId>
-            <version>1.3.0</version>
+            <version>1.4.0</version>
             <scope>provided</scope>
         </dependency>
+        
+        <!--  Milton WebDAV support libraries -->
         <dependency>
             <groupId>com.ettrema</groupId>
             <artifactId>milton-api</artifactId>
@@ -151,10 +143,7 @@
                 </exclusion>
             </exclusions>
         </dependency>
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-        </dependency>
+
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>