You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by pe...@apache.org on 2010/12/21 23:09:39 UTC

svn commit: r1051675 - /wicket/trunk/pom.xml

Author: pete
Date: Tue Dec 21 22:09:39 2010
New Revision: 1051675

URL: http://svn.apache.org/viewvc?rev=1051675&view=rev
Log:
Commented out dependency to jetty's servlet API that is unused and does not even exist in maven central

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1051675&r1=1051674&r2=1051675&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Tue Dec 21 22:09:39 2010
@@ -399,12 +399,12 @@
 				<version>${jetty.version}</version>
 				<scope>provided</scope>
 			</dependency>
-			<dependency>
-				<groupId>org.mortbay.jetty</groupId>
-				<artifactId>servlet-api-2.5</artifactId>
-				<version>${jetty.version}</version>
-				<scope>provided</scope>
-			</dependency>
+			<!--<dependency>-->
+				<!--<groupId>org.mortbay.jetty</groupId>-->
+				<!--<artifactId>servlet-api-2.5</artifactId>-->
+				<!--<version>${jetty.version}</version>-->
+				<!--<scope>provided</scope>-->
+			<!--</dependency>-->
 			<dependency>
 				<groupId>mx4j</groupId>
 				<artifactId>mx4j</artifactId>