Print

Print


Author: [log in to unmask]
Date: Wed Feb 24 13:28:16 2016
New Revision: 4248

Log:
[HPSJAVA-636] Remove datacat-client module which is no longer needed.

Removed:
    java/trunk/datacat-client/
Modified:
    java/trunk/parent/pom.xml
    java/trunk/pom.xml

Modified: java/trunk/parent/pom.xml
 =============================================================================
--- java/trunk/parent/pom.xml	(original)
+++ java/trunk/parent/pom.xml	Wed Feb 24 13:28:16 2016
@@ -241,11 +241,6 @@
             </dependency>
             <dependency>
                 <groupId>org.hps</groupId>
-                <artifactId>hps-datacat-client</artifactId>
-                <version>3.6-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.hps</groupId>
                 <artifactId>hps-job</artifactId>
                 <version>3.6-SNAPSHOT</version>
             </dependency>

Modified: java/trunk/pom.xml
 =============================================================================
--- java/trunk/pom.xml	(original)
+++ java/trunk/pom.xml	Wed Feb 24 13:28:16 2016
@@ -107,7 +107,6 @@
         <module>analysis</module>
         <module>conditions</module>
         <module>crawler</module>
-        <module>datacat-client</module>
         <module>detector-data</module>
         <module>detector-model</module>
         <module>distribution</module>