Author: fmeschbe
Date: Thu Nov  5 00:31:32 2009
New Revision: 832930

URL: http://svn.apache.org/viewvc?rev=832930&view=rev
Log:
SLING-1169 Need the OSGi compendium library to extract the Http Service
package for inclusion in the standalone application.

Modified:
    sling/trunk/launchpad/base/pom.xml

Modified: sling/trunk/launchpad/base/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/base/pom.xml?rev=832930&r1=832929&r2=832930&view=diff
==============================================================================
--- sling/trunk/launchpad/base/pom.xml (original)
+++ sling/trunk/launchpad/base/pom.xml Thu Nov  5 00:31:32 2009
@@ -169,6 +169,12 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+            <version>4.2.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
             <version>2.5</version>


Reply via email to