You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2013/08/13 17:02:03 UTC

svn commit: r1513533 - /ctakes/trunk/ctakes-coreference/pom.xml

Author: chenpei
Date: Tue Aug 13 15:02:02 2013
New Revision: 1513533

URL: http://svn.apache.org/r1513533
Log:
CTAKES-183 - coreference shouldn't need the ctakes resources distribution pom's.

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

Modified: ctakes/trunk/ctakes-coreference/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-coreference/pom.xml?rev=1513533&r1=1513532&r2=1513533&view=diff
==============================================================================
--- ctakes/trunk/ctakes-coreference/pom.xml (original)
+++ ctakes/trunk/ctakes-coreference/pom.xml Tue Aug 13 15:02:02 2013
@@ -75,21 +75,9 @@
 		</dependency>
 		<dependency>
 			<groupId>net.sourceforge.ctakesresources</groupId>
-			<artifactId>ctakes-resources</artifactId>
-			<version>3.1.1</version>
-			<type>pom</type>
-		</dependency>
-		<dependency>
-			<groupId>net.sourceforge.ctakesresources</groupId>
 			<artifactId>ctakes-resources-umls2011ab</artifactId>
 			<version>3.1.1</version>
 		</dependency>
-		<dependency>
-			<groupId>net.sourceforge.ctakesresources</groupId>
-			<artifactId>ctakes-resources-distribution</artifactId>
-			<version>3.1.1</version>
-			<type>pom</type>
-		</dependency>
 	</dependencies>
 	
 		<build>