Author: echatellier Date: 2010-05-18 17:39:45 +0200 (Tue, 18 May 2010) New Revision: 1864 Url: http://nuiton.org/repositories/revision/nuiton-utils/1864 Log: Revert previous commit : aggregate version is the one to use Modified: trunk/pom.xml trunk/src/site/apt/Warlauncher.apt Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-05-18 13:47:14 UTC (rev 1863) +++ trunk/pom.xml 2010-05-18 15:39:45 UTC (rev 1864) @@ -97,7 +97,7 @@ </dependency> <dependency> - <groupId>org.eclipse.jetty</groupId> + <groupId>org.eclipse.jetty.aggregate</groupId> <artifactId>jetty-webapp</artifactId> <version>7.1.0.v20100505</version> <scope>provided</scope> Modified: trunk/src/site/apt/Warlauncher.apt =================================================================== --- trunk/src/site/apt/Warlauncher.apt 2010-05-18 13:47:14 UTC (rev 1863) +++ trunk/src/site/apt/Warlauncher.apt 2010-05-18 15:39:45 UTC (rev 1864) @@ -160,7 +160,7 @@ </includes> </overlay> <overlay> - <groupId>org.eclipse.jetty</groupId> + <groupId>org.eclipse.jetty.aggregate</groupId> <artifactId>jetty-webapp</artifactId> <type>jar</type> </overlay>