You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2009/11/24 10:04:11 UTC

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

Author: dashorst
Date: Tue Nov 24 09:04:10 2009
New Revision: 883627

URL: http://svn.apache.org/viewvc?rev=883627&view=rev
Log:
Formatting and upgrade jetty deps to 6.1.21

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=883627&r1=883626&r2=883627&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Tue Nov 24 09:04:10 2009
@@ -330,8 +330,8 @@
 			</dependency>
 			<dependency>
 				<groupId>org.mockito</groupId>
-	      <artifactId>mockito-all</artifactId>
-	      <version>1.8.0</version>
+				<artifactId>mockito-all</artifactId>
+				<version>1.8.0</version>
 				<scope>test</scope>
 			</dependency>
 			<dependency>
@@ -364,13 +364,13 @@
 			<dependency>
 				<groupId>org.mortbay.jetty</groupId>
 				<artifactId>jetty</artifactId>
-				<version>6.1.5</version>
+				<version>6.1.21</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
 				<groupId>org.mortbay.jetty</groupId>
 				<artifactId>servlet-api-2.5</artifactId>
-				<version>6.1.5</version>
+				<version>6.1.21</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
@@ -382,13 +382,13 @@
 			<dependency>
 				<groupId>org.mortbay.jetty</groupId>
 				<artifactId>jetty-util</artifactId>
-				<version>6.1.5</version>
+				<version>6.1.21</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
 				<groupId>org.mortbay.jetty</groupId>
 				<artifactId>jetty-management</artifactId>
-				<version>6.1.5</version>
+				<version>6.1.21</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
@@ -477,10 +477,10 @@
 			<scope>test</scope>
 		</dependency>
 		<dependency>
-                        <groupId>org.mockito</groupId>
-                        <artifactId>mockito-all</artifactId>
-                        <scope>test</scope>
-                </dependency>
+			<groupId>org.mockito</groupId>
+			<artifactId>mockito-all</artifactId>
+			<scope>test</scope>
+		</dependency>
 		<dependency>
 			<groupId>javax.servlet</groupId>
 			<artifactId>servlet-api</artifactId>