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 12:36:42 UTC

svn commit: r1831561 - /uima/uima-ducc/trunk/uima-ducc-pullservice/pom.xml

Author: cwiklik
Date: Mon May 14 12:36:42 2018
New Revision: 1831561

URL: http://svn.apache.org/viewvc?rev=1831561&view=rev
Log:
UIMA=5756 removed dependency on uima-as, added uima-core, uima-examples, and xstream

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

Modified: uima/uima-ducc/trunk/uima-ducc-pullservice/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-pullservice/pom.xml?rev=1831561&r1=1831560&r2=1831561&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-pullservice/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-pullservice/pom.xml Mon May 14 12:36:42 2018
@@ -33,7 +33,12 @@
     </dependency>
 	<dependency>
 		<groupId>org.apache.uima</groupId>
-		<artifactId>uimaj-as-core</artifactId>
+		<artifactId>uimaj-core</artifactId>
+	</dependency>
+
+    <dependency>
+		<groupId>org.apache.uima</groupId>
+		<artifactId>uimaj-examples</artifactId>
 	</dependency>
 
     <dependency>
@@ -53,5 +58,11 @@
         <artifactId>httpcore</artifactId>
     </dependency>
     
+    <dependency>
+		<groupId>com.thoughtworks.xstream</groupId>
+		<artifactId>xstream</artifactId>
+
+	</dependency>
+    
   </dependencies>
 </project>