You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2018/05/14 13:32:32 UTC

svn commit: r1831566 - /uima/uima-ducc/trunk/uima-ducc-parent/pom.xml

Author: cwiklik
Date: Mon May 14 13:32:32 2018
New Revision: 1831566

URL: http://svn.apache.org/viewvc?rev=1831566&view=rev
Log:
UIMA-5756 added uima examples

Modified:
    uima/uima-ducc/trunk/uima-ducc-parent/pom.xml

Modified: uima/uima-ducc/trunk/uima-ducc-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-parent/pom.xml?rev=1831566&r1=1831565&r2=1831566&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-parent/pom.xml Mon May 14 13:32:32 2018
@@ -456,6 +456,11 @@ ${uimaDUCCNoticeText}
 
 			<dependency>
 				<groupId>org.apache.uima</groupId>
+				<artifactId>uimaj-examples</artifactId>
+				<version>${org.apache.uima.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.uima</groupId>
 				<artifactId>uimaj-as-core</artifactId>
 				<version>${org.apache.uima.as.version}</version>
 			</dependency>