Author: enridaga
Date: Wed Jun 22 16:12:37 2011
New Revision: 1138529

URL: http://svn.apache.org/viewvc?rev=1138529&view=rev
Log:
Remove unused dependencies from pom files. This would break when moving out of 
the profile. Probably also /store can be moved out but I leave this to someone 
who can monitor it. STANBOL-177

Modified:
    incubator/stanbol/trunk/pom.xml

Modified: incubator/stanbol/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1138529&r1=1138528&r2=1138529&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Wed Jun 22 16:12:37 2011
@@ -51,6 +51,8 @@
     <module>enhancer</module>
     <module>data</module>
     <module>contenthub/web</module>
+    <module>ontologymanager/ontonet</module>
+    <module>ontologymanager/web</module>
     <module>launchers/stateless</module>
     <module>launchers/full</module>
     <module>integration-tests</module>
@@ -66,7 +68,7 @@
         <!--
         <module>owl</module>
         -->
-        <module>ontologymanager</module>
+        <module>ontologymanager/store</module>
         <module>rules</module>
         <module>reengineer</module>
         <module>reasoners</module>


Reply via email to