You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by al...@apache.org on 2007/06/10 22:39:29 UTC

svn commit: r545936 - /incubator/wicket/trunk/pom.xml

Author: almaw
Date: Sun Jun 10 13:39:28 2007
New Revision: 545936

URL: http://svn.apache.org/viewvc?view=rev&rev=545936
Log:
Fix commons-logging deps

Modified:
    incubator/wicket/trunk/pom.xml

Modified: incubator/wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/pom.xml?view=diff&rev=545936&r1=545935&r2=545936
==============================================================================
--- incubator/wicket/trunk/pom.xml (original)
+++ incubator/wicket/trunk/pom.xml Sun Jun 10 13:39:28 2007
@@ -285,7 +285,7 @@
 			<dependency>
 				<groupId>org.springframework</groupId>
 				<artifactId>spring</artifactId>
-				<version>2.0</version>						 
+				<version>2.0</version>
 			</dependency>
 			<dependency>
 				<groupId>org.mortbay.jetty</groupId>
@@ -326,6 +326,29 @@
 				<groupId>commons-lang</groupId>
 				<artifactId>commons-lang</artifactId>
 				<version>2.1</version>
+			</dependency>
+			<dependency>
+				<groupId>commons-logging</groupId>
+				<artifactId>commons-logging</artifactId>
+				<version>1.1</version>
+				<exclusions>
+					<exclusion>
+						<groupId>log4j</groupId>
+						<artifactId>log4j</artifactId>
+					</exclusion>
+					<exclusion>
+						<groupId>logkit</groupId>
+						<artifactId>logkit</artifactId>
+					</exclusion>
+					<exclusion>
+						<groupId>avalon-framework</groupId>
+						<artifactId>avalon-framework</artifactId>
+					</exclusion>
+					<exclusion>
+						<groupId>javax.servlet</groupId>
+						<artifactId>servlet-api</artifactId>
+					</exclusion>
+				</exclusions>
 			</dependency>
 			<dependency>
 				<groupId>joda-time</groupId>