You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2011/07/06 14:11:49 UTC

svn commit: r1143367 - /wicket/trunk/wicket-devutils/pom.xml

Author: mgrigorov
Date: Wed Jul  6 12:11:49 2011
New Revision: 1143367

URL: http://svn.apache.org/viewvc?rev=1143367&view=rev
Log:
WICKET-3865 Create a debug page with which the developer can browse the disk data store

Add dependency to wicket-extensions to be able to use DataTable component


Modified:
    wicket/trunk/wicket-devutils/pom.xml

Modified: wicket/trunk/wicket-devutils/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-devutils/pom.xml?rev=1143367&r1=1143366&r2=1143367&view=diff
==============================================================================
--- wicket/trunk/wicket-devutils/pom.xml (original)
+++ wicket/trunk/wicket-devutils/pom.xml Wed Jul  6 12:11:49 2011
@@ -41,7 +41,10 @@
 		<dependency>
 			<groupId>org.apache.wicket</groupId>
 			<artifactId>wicket-core</artifactId>
-			<version>${project.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.wicket</groupId>
+			<artifactId>wicket-extensions</artifactId>
 		</dependency>
 	</dependencies>
 </project>