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/22 02:07:58 UTC

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

Author: pete
Date: Wed Dec 22 01:07:57 2010
New Revision: 1051722

URL: http://svn.apache.org/viewvc?rev=1051722&view=rev
Log:
do not override version information from parent pom for mockito-all

Modified:
    wicket/trunk/wicket/pom.xml

Modified: wicket/trunk/wicket/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket/pom.xml?rev=1051722&r1=1051721&r2=1051722&view=diff
==============================================================================
--- wicket/trunk/wicket/pom.xml (original)
+++ wicket/trunk/wicket/pom.xml Wed Dec 22 01:07:57 2010
@@ -55,7 +55,6 @@
 		<dependency>
 			<groupId>org.mockito</groupId>
 			<artifactId>mockito-all</artifactId>
-			<version>1.8.0</version>
 			<scope>provided</scope> <!-- provided because of the -test jar we build? -->
 		</dependency>
 	</dependencies>