You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2016/05/03 10:24:18 UTC

svn commit: r1742069 - /sling/trunk/contrib/extensions/hapi/pom.xml

Author: bdelacretaz
Date: Tue May  3 08:24:17 2016
New Revision: 1742069

URL: http://svn.apache.org/viewvc?rev=1742069&view=rev
Log:
Add client module to reactor pom

Modified:
    sling/trunk/contrib/extensions/hapi/pom.xml

Modified: sling/trunk/contrib/extensions/hapi/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/hapi/pom.xml?rev=1742069&r1=1742068&r2=1742069&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/hapi/pom.xml (original)
+++ sling/trunk/contrib/extensions/hapi/pom.xml Tue May  3 08:24:17 2016
@@ -36,6 +36,7 @@
 
     <modules>
         <module>core</module>
+        <module>client</module>
         <module>samplecontent</module>
     </modules>
 </project>