Author: cwiklik
Date: Mon Oct 27 19:50:57 2014
New Revision: 1634670
URL: http://svn.apache.org/r1634670
Log:
UIMA-4066 added uima-ducc-user and uima-ducc-container
Modified:
uima/sandbox/uima-ducc/trunk/pom.xml
Modified: uima/sandbox/uima-ducc/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/pom.xml?rev=1634670&r1=1634669&r2=1634670&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Mon Oct 27 19:50:57 2014
@@ -129,6 +129,16 @@
<artifactId>uima-ducc-db</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.uima</groupId>
+ <artifactId>uima-ducc-user</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.uima</groupId>
+ <artifactId>uima-ducc-container</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>
@@ -181,6 +191,14 @@
<groupId>org.apache.uima</groupId>
<artifactId>uima-ducc-db</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.uima</groupId>
+ <artifactId>uima-ducc-user</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.uima</groupId>
+ <artifactId>uima-ducc-container</artifactId>
+ </dependency>
</dependencies>
<build>
<resources />
@@ -494,6 +512,8 @@
<module>uima-ducc-examples</module>
<module>uima-ducc-db</module>
<module>uima-ducc-spawn</module>
+ <module>uima-ducc-user</module>
+ <module>uima-ducc-container</module>
</modules>
</project>