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

svn commit: r1510606 - /ctakes/branches/ctakes-3.1.0/ctakes-relation-extractor/pom.xml

Author: james-masanz
Date: Mon Aug  5 17:01:13 2013
New Revision: 1510606

URL: http://svn.apache.org/r1510606
Log:
make -res dependencies optional dependencies

Modified:
    ctakes/branches/ctakes-3.1.0/ctakes-relation-extractor/pom.xml

Modified: ctakes/branches/ctakes-3.1.0/ctakes-relation-extractor/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-relation-extractor/pom.xml?rev=1510606&r1=1510605&r2=1510606&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-relation-extractor/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-relation-extractor/pom.xml Mon Aug  5 17:01:13 2013
@@ -32,6 +32,8 @@
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-relation-extractor-res</artifactId>
+			<scope>compile</scope>
+			<optional>true</optional>
 		</dependency>	    
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>