Author: mattmann
Date: Sat Aug 22 20:02:15 2015
New Revision: 1697113

URL: http://svn.apache.org/r1697113
Log:
- WIP: OODT-842: refactor Curator services into its own REST-ful package. 
related to OODT-824: port Curator to wicket.

Modified:
    oodt/trunk/pom.xml

Modified: oodt/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/pom.xml?rev=1697113&r1=1697112&r2=1697113&view=diff
==============================================================================
--- oodt/trunk/pom.xml (original)
+++ oodt/trunk/pom.xml Sat Aug 22 20:02:15 2015
@@ -24,7 +24,6 @@ the License.
         <relativePath>core/pom.xml</relativePath>
     </parent>
 
-    <groupId>org.apache.oodt</groupId>
     <artifactId>oodt</artifactId>
     <name>Apache OODT</name>
     <packaging>pom</packaging>
@@ -56,7 +55,8 @@ the License.
         <module>workflow</module>
         <module>crawler</module>
         <module>resource</module>
-        <!-- <module>curator</module> -->
+        <module>curator/curator-services</module>
+        <module>curator/curator-webapp</module>
         <module>pge</module>
         <module>mvn/plugins/cas-install</module>
         <module>mvn/archetypes</module>


Reply via email to