Upgrade guice to 3.0-rc2 which is already in Maven central

This commit is contained in:
Carlos 2011-01-25 19:16:56 -08:00
parent ba920bb3e4
commit e709a39382
1 changed files with 2 additions and 2 deletions

View File

@ -63,9 +63,9 @@
<version>1.4-ea06</version>
</dependency>
<dependency>
<groupId>com.google.code.guice</groupId>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>3.0-snapshot-20101120</version>
<version>3.0-rc2</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>