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/03/12 13:08:49 UTC

svn commit: r636289 - in /incubator/sling/trunk: launchpad/app/pom.xml pom.xml

Author: fmeschbe
Date: Wed Mar 12 05:08:38 2008
New Revision: 636289

URL: http://svn.apache.org/viewvc?rev=636289&view=rev
Log:
SLING-319 Add httpauth module to reactor and launchpadd/app (and remove commons-codec from lauchpad/app)

Modified:
    incubator/sling/trunk/launchpad/app/pom.xml
    incubator/sling/trunk/pom.xml

Modified: incubator/sling/trunk/launchpad/app/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/app/pom.xml?rev=636289&r1=636288&r2=636289&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/app/pom.xml (original)
+++ incubator/sling/trunk/launchpad/app/pom.xml Wed Mar 12 05:08:38 2008
@@ -251,6 +251,12 @@
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.httpauth</artifactId>
+            <version>2.0.0-incubator-SNAPSHOT</version>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.adapter</artifactId>
             <version>2.0.0-incubator-SNAPSHOT</version>
             <optional>true</optional>
@@ -468,14 +474,6 @@
                 org.apache.felix.commons.commons-beanutils
             </artifactId>
             <version>1.7.0-0001-SNAPSHOT</version>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.felix.commons</groupId>
-            <artifactId>
-                org.apache.felix.commons.commons-codec
-            </artifactId>
-            <version>1.3.0-0001-SNAPSHOT</version>
             <optional>true</optional>
         </dependency>
         <dependency>

Modified: incubator/sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=636289&r1=636288&r2=636289&view=diff
==============================================================================
--- incubator/sling/trunk/pom.xml (original)
+++ incubator/sling/trunk/pom.xml Wed Mar 12 05:08:38 2008
@@ -95,6 +95,7 @@
 
         <!-- Sling -->
         <module>sling/core</module>
+        <module>sling/httpauth</module>
         <module>sling/adapter</module>
         <module>sling/servlet-resolver</module>
         <module>sling/event</module>