AFAIR Guice 1.0 -> 2.0 was bumped in 1.x.y too since it is binary compatible. I could revert it too.
On Tue, Apr 26, 2011 at 7:07 PM, Martijn Dashorst <[email protected]> wrote: > Should we upgrade major versions of our dependencies in the 1.4.x branch? > > Martijn > > On Tue, Apr 26, 2011 at 5:21 PM, <[email protected]> wrote: >> Author: mgrigorov >> Date: Tue Apr 26 15:21:32 2011 >> New Revision: 1096782 >> >> URL: http://svn.apache.org/viewvc?rev=1096782&view=rev >> Log: >> WICKET-3446 Upgrade to new Guice 3.0 >> >> >> Modified: >> wicket/branches/wicket-1.4.x/pom.xml >> >> Modified: wicket/branches/wicket-1.4.x/pom.xml >> URL: >> http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/pom.xml?rev=1096782&r1=1096781&r2=1096782&view=diff >> ============================================================================== >> --- wicket/branches/wicket-1.4.x/pom.xml (original) >> +++ wicket/branches/wicket-1.4.x/pom.xml Tue Apr 26 15:21:32 2011 >> @@ -481,7 +481,7 @@ >> <dependency> >> <groupId>com.google.inject</groupId> >> <artifactId>guice</artifactId> >> - <version>2.0</version> >> + <version>3.0</version> >> </dependency> >> <dependency> >> <groupId>easymock</groupId> >> >> >> > > > > -- > Become a Wicket expert, learn from the best: http://wicketinaction.com > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com
