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/19 00:43:38 UTC

svn commit: r1504704 - in /ctakes/trunk: ctakes-assertion/pom.xml pom.xml

Author: mattcoarr
Date: Thu Jul 18 22:43:38 2013
New Revision: 1504704

URL: http://svn.apache.org/r1504704
Log:
temporarily reverting library changes so I don't break the build

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

Modified: ctakes/trunk/ctakes-assertion/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion/pom.xml?rev=1504704&r1=1504703&r2=1504704&view=diff
==============================================================================
--- ctakes/trunk/ctakes-assertion/pom.xml (original)
+++ ctakes/trunk/ctakes-assertion/pom.xml Thu Jul 18 22:43:38 2013
@@ -182,27 +182,37 @@
 			<version>0.4.0</version>
 		</dependency>
 
-    <dependency>
-      <groupId>net.sf.carafe.jcarafe</groupId>
-      <artifactId>jcarafe-core_2.9.1</artifactId>
-    </dependency>			
-    <!--
-    <dependency>
-      <groupId>net.sf.carafe.jcarafe</groupId>
-      <artifactId>jcarafe-ext_2.9.1</artifactId>
-    </dependency>			
-    -->
-    <dependency>
-      <groupId>net.sf.mastif</groupId>
-      <artifactId>mastif-i2b2</artifactId>
-    </dependency>			
-    <dependency>
-      <groupId>net.sf.mastif</groupId>
-      <artifactId>mastif-zoner</artifactId>
-    </dependency>			
 		<!-- Dependencies that still need to be uploaded to Maven Central; when 
 			done, the dependency versions should be moved into the parent pom -->
 		<dependency>
+			<groupId>org.mitre.medfacts</groupId>
+			<artifactId>medfacts-i2b2</artifactId>
+			<version>1.2</version>
+			<scope>system</scope>
+			<systemPath>${project.basedir}/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}/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}/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}/lib/jcarafe-ext_2.9.1-0.9.8.3.RC4.jar</systemPath>
+		</dependency>
+		<dependency>
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-lvg</artifactId>
 		</dependency>

Modified: ctakes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/pom.xml?rev=1504704&r1=1504703&r2=1504704&view=diff
==============================================================================
--- ctakes/trunk/pom.xml (original)
+++ ctakes/trunk/pom.xml Thu Jul 18 22:43:38 2013
@@ -552,28 +552,6 @@
 				<artifactId>clearnlp</artifactId>
 				<version>1.3.1</version>
 			</dependency>			
-			<dependency>
-				<groupId>net.sf.carafe.jcarafe</groupId>
-				<artifactId>jcarafe-core_2.9.1</artifactId>
-				<version>0.9.8.3.RC4</version>
-			</dependency>			
-      <!--
-			<dependency>
-				<groupId>net.sf.carafe.jcarafe</groupId>
-				<artifactId>jcarafe-ext_2.9.1</artifactId>
-				<version>0.9.8.3.RC4</version>
-			</dependency>			
-      -->
-			<dependency>
-				<groupId>net.sf.mastif</groupId>
-				<artifactId>mastif-i2b2</artifactId>
-				<version>1.4</version>
-			</dependency>			
-			<dependency>
-				<groupId>net.sf.mastif</groupId>
-				<artifactId>mastif-zoner</artifactId>
-				<version>1.4</version>
-			</dependency>			
 		</dependencies>
 	</dependencyManagement>
 	<build>