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 22:08:20 UTC

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

Author: mattcoarr
Date: Thu Jul 18 20:08:20 2013
New Revision: 1504627

URL: http://svn.apache.org/r1504627
Log:
As per CTAKES-76, ctakes-assertion is upated to point four dependencies at their location on maven central:
- jcarafe-core
- jcarafe-ext
- mastif-i2b2 (previously named med-facts-i2b2)
- mastif-zoner (previously named med-facts-zoner)

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

Modified: ctakes/trunk/ctakes-assertion-zoner/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion-zoner/pom.xml?rev=1504627&r1=1504626&r2=1504627&view=diff
==============================================================================
--- ctakes/trunk/ctakes-assertion-zoner/pom.xml (original)
+++ ctakes/trunk/ctakes-assertion-zoner/pom.xml Thu Jul 18 20:08:20 2013
@@ -36,7 +36,6 @@
 		<dependency>
 			<groupId>net.sf.mastif</groupId>
 			<artifactId>mastif-zoner</artifactId>
-			<version>1.4</version>
 		</dependency>
 		<dependency>
       <groupId>org.apache.uima</groupId>

Modified: ctakes/trunk/ctakes-assertion/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion/pom.xml?rev=1504627&r1=1504626&r2=1504627&view=diff
==============================================================================
--- ctakes/trunk/ctakes-assertion/pom.xml (original)
+++ ctakes/trunk/ctakes-assertion/pom.xml Thu Jul 18 20:08:20 2013
@@ -182,37 +182,25 @@
 			<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=1504627&r1=1504626&r2=1504627&view=diff
==============================================================================
--- ctakes/trunk/pom.xml (original)
+++ ctakes/trunk/pom.xml Thu Jul 18 20:08:20 2013
@@ -552,6 +552,26 @@
 				<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>