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:50:46 UTC

svn commit: r1736360 - /uima/uima-as/trunk/uima-as-parent/pom.xml

Author: cwiklik
Date: Wed Mar 23 17:50:46 2016
New Revision: 1736360

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

Modified:
    uima/uima-as/trunk/uima-as-parent/pom.xml

Modified: uima/uima-as/trunk/uima-as-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent/pom.xml?rev=1736360&r1=1736359&r2=1736360&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Wed Mar 23 17:50:46 2016
@@ -395,8 +395,8 @@ ${uimaASNoticeText}
 
 			<!-- Jetty -->
 			<dependency>
-				<groupId>org.eclipse.jetty</groupId>
-				<artifactId>jetty-server</artifactId>
+				<groupId>org.eclipse.jetty.aggregate</groupId>
+				<artifactId>jetty-all</artifactId>
 				<version>${jetty.version}</version>
 			</dependency>