You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bu...@apache.org on 2015/03/13 15:51:48 UTC

svn commit: r1666469 - in /uima/sandbox/uima-ducc/trunk: pom.xml src/main/assembly/bin.xml

Author: burn
Date: Fri Mar 13 14:51:48 2015
New Revision: 1666469

URL: http://svn.apache.org/r1666469
Log:
UIMA-4069 Drop old 1.x JD project

Modified:
    uima/sandbox/uima-ducc/trunk/pom.xml
    uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml

Modified: uima/sandbox/uima-ducc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/pom.xml?rev=1666469&r1=1666468&r2=1666469&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Fri Mar 13 14:51:48 2015
@@ -111,11 +111,6 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.uima</groupId>
-			<artifactId>uima-ducc-jd</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.uima</groupId>
 			<artifactId>uima-ducc-web</artifactId>
 			<version>${project.version}</version>
 		</dependency>
@@ -177,10 +172,6 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.uima</groupId>
-			<artifactId>uima-ducc-jd</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.uima</groupId>
 			<artifactId>uima-ducc-web</artifactId>
 		</dependency>
 		<dependency>
@@ -444,7 +435,6 @@
 	<modules>
 		<module>uima-ducc-parent</module>
 		<module>uima-ducc-cli</module>
-		<module>uima-ducc-jd</module>
 		<module>uima-ducc-pm</module>
 		<module>uima-ducc-rm</module>
 		<module>uima-ducc-sm</module>

Modified: uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml?rev=1666469&r1=1666468&r2=1666469&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml Fri Mar 13 14:51:48 2015
@@ -63,7 +63,6 @@ under the License.
         <include>org.apache.uima:uima-ducc-transport</include>
         <include>org.apache.uima:uima-ducc-agent</include>
         <include>org.apache.uima:uima-ducc-cli</include>
-        <include>org.apache.uima:uima-ducc-jd</include>
         <include>org.apache.uima:uima-ducc-pm</include>
         <include>org.apache.uima:uima-ducc-rm</include>
         <include>org.apache.uima:uima-ducc-sm</include>