You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2019/11/30 18:46:07 UTC

svn commit: r1870638 - /ctakes/trunk/ctakes-ytex-uima/pom.xml

Author: seanfinan
Date: Sat Nov 30 18:46:07 2019
New Revision: 1870638

URL: http://svn.apache.org/viewvc?rev=1870638&view=rev
Log:
add dependency-parser-res-clear dependency

Modified:
    ctakes/trunk/ctakes-ytex-uima/pom.xml

Modified: ctakes/trunk/ctakes-ytex-uima/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/pom.xml?rev=1870638&r1=1870637&r2=1870638&view=diff
==============================================================================
--- ctakes/trunk/ctakes-ytex-uima/pom.xml (original)
+++ ctakes/trunk/ctakes-ytex-uima/pom.xml Sat Nov 30 18:46:07 2019
@@ -69,6 +69,11 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-dependency-parser-res-clear</artifactId>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-assertion</artifactId>
 			<scope>test</scope>
 		</dependency>