You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2017/03/16 21:29:04 UTC

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

Author: sseifert
Date: Thu Mar 16 21:29:03 2017
New Revision: 1787254

URL: http://svn.apache.org/viewvc?rev=1787254&view=rev
Log:
fix jcr/contentparser reference

Modified:
    sling/trunk/pom.xml

Modified: sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1787254&r1=1787253&r2=1787254&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Thu Mar 16 21:29:03 2017
@@ -101,7 +101,6 @@
         <!-- The commons sub project -->
         <module>bundles/commons/classloader</module>
         <module>bundles/commons/fsclassloader</module>
-        <module>bundles/commons/fscontentparser</module>
         <module>bundles/commons/compiler</module>
         <module>bundles/commons/json</module>
         <module>bundles/commons/log</module>
@@ -127,6 +126,7 @@
         <module>bundles/jcr/api</module>
         <module>bundles/jcr/base</module>
         <module>bundles/jcr/contentloader</module>
+        <module>bundles/jcr/contentparser</module>
         <!--
         <module>bundles/jcr/jackrabbit-base</module>
         -->