You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2017/03/29 02:31:34 UTC

svn commit: r1789266 - /ctakes/trunk/ctakes-temporal/pom.xml

Author: seanfinan
Date: Wed Mar 29 02:31:34 2017
New Revision: 1789266

URL: http://svn.apache.org/viewvc?rev=1789266&view=rev
Log:
TODO : remove unnecessary dependencies

Modified:
    ctakes/trunk/ctakes-temporal/pom.xml

Modified: ctakes/trunk/ctakes-temporal/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-temporal/pom.xml?rev=1789266&r1=1789265&r2=1789266&view=diff
==============================================================================
--- ctakes/trunk/ctakes-temporal/pom.xml (original)
+++ ctakes/trunk/ctakes-temporal/pom.xml Wed Mar 29 02:31:34 2017
@@ -59,6 +59,8 @@
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-pos-tagger</artifactId>
 		</dependency>
+		<!--  If chunker is a dependency then everything in chunker should be removed.  core, type-system, pos-tagger ...
+				This makes maintenance much easier wrt upgraded versions and removed/unused modules (e.g. old lookup).-->
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-chunker</artifactId>