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:20:57 UTC

svn commit: r1789262 - /ctakes/trunk/ctakes-regression-test/pom.xml

Author: seanfinan
Date: Wed Mar 29 02:20:57 2017
New Revision: 1789262

URL: http://svn.apache.org/viewvc?rev=1789262&view=rev
Log:
TODO : Pom / Dependencies should be simplified

Modified:
    ctakes/trunk/ctakes-regression-test/pom.xml

Modified: ctakes/trunk/ctakes-regression-test/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-regression-test/pom.xml?rev=1789262&r1=1789261&r2=1789262&view=diff
==============================================================================
--- ctakes/trunk/ctakes-regression-test/pom.xml (original)
+++ ctakes/trunk/ctakes-regression-test/pom.xml Wed Mar 29 02:20:57 2017
@@ -66,6 +66,8 @@
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-dependency-parser</artifactId>
 		</dependency>
+		<!--  If clinical-pipeline is a dependency then everything in clinical-pipeline should be removed.
+				This makes maintenance much easier wrt upgraded versions and removed/unused modules (e.g. old lookup).-->
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-clinical-pipeline</artifactId>