You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ko...@apache.org on 2015/12/19 02:33:56 UTC

svn commit: r1720876 - /roller/trunk/app/pom.xml

Author: kohei
Date: Sat Dec 19 01:33:55 2015
New Revision: 1720876

URL: http://svn.apache.org/viewvc?rev=1720876&view=rev
Log:
ROL-2083 Upgrade Guice to 4.0

Modified:
    roller/trunk/app/pom.xml

Modified: roller/trunk/app/pom.xml
URL: http://svn.apache.org/viewvc/roller/trunk/app/pom.xml?rev=1720876&r1=1720875&r2=1720876&view=diff
==============================================================================
--- roller/trunk/app/pom.xml (original)
+++ roller/trunk/app/pom.xml Sat Dec 19 01:33:55 2015
@@ -81,7 +81,7 @@
         <dependency>
             <groupId>com.google.inject</groupId>
             <artifactId>guice</artifactId>
-            <version>3.0</version>
+            <version>4.0</version>
         </dependency>
 
         <dependency>