You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/04/25 08:37:18 UTC

svn commit: r651503 - /incubator/sling/trunk/parent/pom.xml

Author: cziegeler
Date: Thu Apr 24 23:37:16 2008
New Revision: 651503

URL: http://svn.apache.org/viewvc?rev=651503&view=rev
Log:
Add equinox.http to parent pom.

Modified:
    incubator/sling/trunk/parent/pom.xml

Modified: incubator/sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=651503&r1=651502&r2=651503&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Thu Apr 24 23:37:16 2008
@@ -450,6 +450,12 @@
                 <version>2.0</version>
                 <scope>provided</scope>
             </dependency>
+            <dependency>
+                <groupId>org.eclipse.equinox.http</groupId>
+                <artifactId>servlet</artifactId>
+                <version>1.0.0-v20070606</version>
+                <scope>provided</scope>
+            </dependency>
 
             <dependency>
                 <groupId>commons-codec</groupId>