You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ma...@apache.org on 2013/07/18 23:29:42 UTC

svn commit: r1504671 - /ctakes/trunk/ctakes-clinical-pipeline/pom.xml

Author: mattcoarr
Date: Thu Jul 18 21:29:41 2013
New Revision: 1504671

URL: http://svn.apache.org/r1504671
Log:
removed system dependencies (for the assertion module) from the two profiles for running CPE and CVD


as per Steve Bethard's comments on CTAKES-76

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

Modified: ctakes/trunk/ctakes-clinical-pipeline/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-clinical-pipeline/pom.xml?rev=1504671&r1=1504670&r2=1504671&view=diff
==============================================================================
--- ctakes/trunk/ctakes-clinical-pipeline/pom.xml (original)
+++ ctakes/trunk/ctakes-clinical-pipeline/pom.xml Thu Jul 18 21:29:41 2013
@@ -110,36 +110,6 @@
 							</arguments>
 						</configuration>
 						<dependencies>
-							<!-- System lib dependencies is causing a world of pain. Remove these 
-								when they're uploaded to Maven Central -->
-							<dependency>
-								<groupId>org.mitre.medfacts</groupId>
-								<artifactId>medfacts-i2b2</artifactId>
-								<version>1.2</version>
-								<scope>system</scope>
-								<systemPath>${project.basedir}/../ctakes-assertion/lib/med-facts-i2b2-1.2-SNAPSHOT.jar</systemPath>
-							</dependency>
-							<dependency>
-								<groupId>org.mitre.medfacts</groupId>
-								<artifactId>medfacts-zoner</artifactId>
-								<version>1.1</version>
-								<scope>system</scope>
-								<systemPath>${project.basedir}/../ctakes-assertion/lib/med-facts-zoner-1.1.jar</systemPath>
-							</dependency>
-							<dependency>
-								<groupId>org.mitre.jcarafe.core</groupId>
-								<artifactId>jcarafe.core</artifactId>
-								<version>2.9.1</version>
-								<scope>system</scope>
-								<systemPath>${project.basedir}/../ctakes-assertion/lib/jcarafe-core_2.9.1-0.9.8.3.RC4.jar</systemPath>
-							</dependency>
-							<dependency>
-								<groupId>org.mitre.jcarafe.ext</groupId>
-								<artifactId>jcarafe.ext</artifactId>
-								<version>2.9.1</version>
-								<scope>system</scope>
-								<systemPath>${project.basedir}/../ctakes-assertion/lib/jcarafe-ext_2.9.1-0.9.8.3.RC4.jar</systemPath>
-							</dependency>
 							<dependency>
 								<groupId>gov.nih.nlm.nls.lvg</groupId>
 								<artifactId>lvg2010dist</artifactId>
@@ -186,36 +156,6 @@
 							</arguments>
 						</configuration>
 						<dependencies>
-							<!-- System lib dependencies is causing a world of pain. Remove these 
-								when they're uploaded to Maven Central -->
-							<dependency>
-								<groupId>org.mitre.medfacts</groupId>
-								<artifactId>medfacts-i2b2</artifactId>
-								<version>1.2</version>
-								<scope>system</scope>
-								<systemPath>${project.basedir}/../ctakes-assertion/lib/med-facts-i2b2-1.2-SNAPSHOT.jar</systemPath>
-							</dependency>
-							<dependency>
-								<groupId>org.mitre.medfacts</groupId>
-								<artifactId>medfacts-zoner</artifactId>
-								<version>1.1</version>
-								<scope>system</scope>
-								<systemPath>${project.basedir}/../ctakes-assertion/lib/med-facts-zoner-1.1.jar</systemPath>
-							</dependency>
-							<dependency>
-								<groupId>org.mitre.jcarafe.core</groupId>
-								<artifactId>jcarafe.core</artifactId>
-								<version>2.9.1</version>
-								<scope>system</scope>
-								<systemPath>${project.basedir}/../ctakes-assertion/lib/jcarafe-core_2.9.1-0.9.8.3.RC4.jar</systemPath>
-							</dependency>
-							<dependency>
-								<groupId>org.mitre.jcarafe.ext</groupId>
-								<artifactId>jcarafe.ext</artifactId>
-								<version>2.9.1</version>
-								<scope>system</scope>
-								<systemPath>${project.basedir}/../ctakes-assertion/lib/jcarafe-ext_2.9.1-0.9.8.3.RC4.jar</systemPath>
-							</dependency>
 							<dependency>
 								<groupId>gov.nih.nlm.nls.lvg</groupId>
 								<artifactId>lvg2010dist</artifactId>