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 2016/03/23 18:51:13 UTC

svn commit: r1736361 - /uima/uima-as/trunk/uimaj-as-activemq/pom.xml

Author: cwiklik
Date: Wed Mar 23 17:51:13 2016
New Revision: 1736361

URL: http://svn.apache.org/viewvc?rev=1736361&view=rev
Log:
UIMA-4844 fetch jetty all jar

Modified:
    uima/uima-as/trunk/uimaj-as-activemq/pom.xml

Modified: uima/uima-as/trunk/uimaj-as-activemq/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/pom.xml?rev=1736361&r1=1736360&r2=1736361&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/pom.xml Wed Mar 23 17:51:13 2016
@@ -255,8 +255,8 @@
 
 		<!-- Jetty -->
         <dependency>
-				<groupId>org.eclipse.jetty</groupId>
-				<artifactId>jetty-server</artifactId>
+				<groupId>org.eclipse.jetty.aggregate</groupId>
+				<artifactId>jetty-all</artifactId>
 		</dependency>
 		
         <dependency>