You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ja...@apache.org on 2017/03/24 19:47:55 UTC

svn commit: r1788534 - in /ctakes/trunk: ctakes-assertion/pom.xml ctakes-clinical-pipeline/pom.xml

Author: james-masanz
Date: Fri Mar 24 19:47:55 2017
New Revision: 1788534

URL: http://svn.apache.org/viewvc?rev=1788534&view=rev
Log:
CTAKES-423  some pom clean up

Modified:
    ctakes/trunk/ctakes-assertion/pom.xml
    ctakes/trunk/ctakes-clinical-pipeline/pom.xml

Modified: ctakes/trunk/ctakes-assertion/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion/pom.xml?rev=1788534&r1=1788533&r2=1788534&view=diff
==============================================================================
--- ctakes/trunk/ctakes-assertion/pom.xml (original)
+++ ctakes/trunk/ctakes-assertion/pom.xml Fri Mar 24 19:47:55 2017
@@ -29,14 +29,10 @@
 		<version>3.2.3-SNAPSHOT</version>
 	</parent>
 	<dependencies>
-    <dependency>
-      <groupId>org.apache.ctakes</groupId>
-      <artifactId>ctakes-type-system</artifactId>
-    </dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-assertion-res</artifactId>
-		</dependency>	    
+	<dependency>
+		<groupId>org.apache.ctakes</groupId>
+		<artifactId>ctakes-assertion-res</artifactId>
+	</dependency>	    
     <dependency>
       <groupId>org.apache.ctakes</groupId>
       <artifactId>ctakes-dictionary-lookup</artifactId>
@@ -51,10 +47,6 @@
     </dependency>
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-utils</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-pos-tagger</artifactId>
 		</dependency>
 		<dependency>
@@ -63,10 +55,6 @@
 		</dependency>
 		<dependency>
 			<groupId>org.cleartk</groupId>
-			<artifactId>cleartk-ml</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.cleartk</groupId>
 			<artifactId>cleartk-ml-libsvm</artifactId>
 		</dependency>
 		<dependency>
@@ -105,22 +93,6 @@
 			<groupId>com.carrotsearch</groupId>
 			<artifactId>hppc</artifactId>
 		</dependency>
-
-
-		<dependency>
-			<groupId>jdom</groupId>
-			<artifactId>jdom</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-		</dependency>
-
-				<dependency>
-			<groupId>log4j</groupId>
-			<artifactId>log4j</artifactId>
-		</dependency>
 		<dependency>
 			<groupId>org.apache.opennlp</groupId>
 			<artifactId>opennlp-tools</artifactId>
@@ -142,11 +114,6 @@
 			<groupId>org.springframework</groupId>
 			<artifactId>spring-core</artifactId>
 		</dependency>
-
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-		</dependency>
 		<!-- we excluded spring-context uimafit transitive dependency in the parent pom, include it here -->
 		<dependency>
 			<groupId>org.springframework</groupId>

Modified: ctakes/trunk/ctakes-clinical-pipeline/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-clinical-pipeline/pom.xml?rev=1788534&r1=1788533&r2=1788534&view=diff
==============================================================================
--- ctakes/trunk/ctakes-clinical-pipeline/pom.xml (original)
+++ ctakes/trunk/ctakes-clinical-pipeline/pom.xml Fri Mar 24 19:47:55 2017
@@ -23,10 +23,6 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-type-system</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-core</artifactId>
 		</dependency>
 		<dependency>
@@ -34,14 +30,6 @@
 			<artifactId>ctakes-utils</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>jdom</groupId>
-			<artifactId>jdom</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-		</dependency>
-		<dependency>
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-context-tokenizer</artifactId>
 		</dependency>
@@ -79,10 +67,6 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-dependency-parser-res</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-ytex</artifactId>
 		</dependency>
 		<dependency>
@@ -102,11 +86,6 @@
             <artifactId>ctakes-constituency-parser</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.cleartk</groupId>
-            <artifactId>cleartk-ml</artifactId>
-            <version>2.0.0</version>
-        </dependency>
-        <dependency>
           <groupId>org.apache.ctakes</groupId>
         	<artifactId>ctakes-coreference</artifactId>
         </dependency>