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 2008/01/08 23:28:01 UTC

svn commit: r610201 - /incubator/sling/trunk/launcher/webapp/pom.xml

Author: fmeschbe
Date: Tue Jan  8 14:28:00 2008
New Revision: 610201

URL: http://svn.apache.org/viewvc?rev=610201&view=rev
Log:
Need to add dependency on Felix framework to keep M2Eclipse happy. After all
the dependency is actually a good thing because it clearly indicates
that we are actually using some stuff of this project here.

Modified:
    incubator/sling/trunk/launcher/webapp/pom.xml

Modified: incubator/sling/trunk/launcher/webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launcher/webapp/pom.xml?rev=610201&r1=610200&r2=610201&view=diff
==============================================================================
--- incubator/sling/trunk/launcher/webapp/pom.xml (original)
+++ incubator/sling/trunk/launcher/webapp/pom.xml Tue Jan  8 14:28:00 2008
@@ -204,6 +204,11 @@
             <version>1.0.0-v20070606</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.framework</artifactId>
+            <version>1.1.0-SNAPSHOT</version>
+        </dependency>
 
         <!-- The servlet container will have to provide these API classes -->
         <dependency>