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 2020/06/10 13:15:17 UTC

[uima-async-scaleout] 33/34: UIMA-5501

This is an automated email from the ASF dual-hosted git repository.

cwiklik pushed a commit to branch uima-as-3
in repository https://gitbox.apache.org/repos/asf/uima-async-scaleout.git

commit 437304a681313f68c5b25fb6d328441bec14aeaa
Author: cwiklik <cwiklik>
AuthorDate: Thu Nov 29 17:40:43 2018 +0000

    UIMA-5501
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f81cb0f..b5dd4f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-as-connectors</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-deployeditor</artifactId>
       <version>${project.version}</version>
     </dependency>
@@ -482,6 +487,8 @@
               			    <exclude>uima-as-parent/**</exclude>
               			    <exclude>uimaj-as-activemq/**</exclude>
               			    <exclude>uimaj-as-camel/**</exclude>
+              			    <exclude>uimaj-as-connectors/**</exclude>
+              			    
               			    <exclude>uimaj-as-core/**</exclude>
               			    <exclude>uimaj-as-jms/**</exclude>
               			    <exclude>uimaj-as-osgi-runtime/**</exclude>
@@ -553,6 +560,5 @@
   <modules>
     <module>uima-as-parent</module>
     <module>aggregate-uima-as</module>
-    <module>uimaj-as-connectors</module>
   </modules>
 </project>