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/02/12 21:08:58 UTC

svn commit: r1824072 - /uima/uima-ducc/trunk/uima-ducc-sm/pom.xml

Author: cwiklik
Date: Mon Feb 12 21:08:57 2018
New Revision: 1824072

URL: http://svn.apache.org/viewvc?rev=1824072&view=rev
Log:
UIMA-5722- added camel-jetty9

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

Modified: uima/uima-ducc/trunk/uima-ducc-sm/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-sm/pom.xml?rev=1824072&r1=1824071&r2=1824072&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-sm/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-sm/pom.xml Mon Feb 12 21:08:57 2018
@@ -68,6 +68,11 @@
 
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-jetty9</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-jetty-common</artifactId>
         </dependency>
   </dependencies>