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/01/06 11:17:16 UTC

svn commit: r896368 - /sling/trunk/pom.xml

Author: fmeschbe
Date: Wed Jan  6 10:17:16 2010
New Revision: 896368

URL: http://svn.apache.org/viewvc?rev=896368&view=rev
Log:
SLING-966 include Commons Auth in reactor build

Modified:
    sling/trunk/pom.xml

Modified: sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=896368&r1=896367&r2=896368&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Wed Jan  6 10:17:16 2010
@@ -75,6 +75,7 @@
         <module>bundles/api</module>
 
         <!-- The commons sub project -->
+        <module>bundles/commons/auth</module>
         <module>bundles/commons/classloader</module>
         <module>bundles/commons/json</module>
         <module>bundles/commons/log</module>