Author: mgrigorov
Date: Tue Apr 26 15:20:32 2011
New Revision: 1096781
URL: http://svn.apache.org/viewvc?rev=1096781&view=rev
Log:
WICKET-3446 Upgrade to new Guice 3.0
Modified:
wicket/trunk/pom.xml
Modified: wicket/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1096781&r1=1096780&r2=1096781&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Tue Apr 26 15:20:32 2011
@@ -443,7 +443,7 @@
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
- <version>2.0</version>
+ <version>3.0</version>
</dependency>
<dependency>
<groupId>easymock</groupId>