Repository: roller Updated Branches: refs/heads/bootstrap-ui 29adfd3f8 -> 2da0e3908
ROL-2083 Upgrade Guice to 4.0 git-svn-id: https://svn.apache.org/repos/asf/roller/trunk@1720876 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/roller/repo Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/66d8b225 Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/66d8b225 Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/66d8b225 Branch: refs/heads/bootstrap-ui Commit: 66d8b225d00c812bdcdd55b4fe22a0bd49206440 Parents: 3a3c969 Author: Kohei Nozaki <[email protected]> Authored: Sat Dec 19 01:33:55 2015 +0000 Committer: Kohei Nozaki <[email protected]> Committed: Sat Dec 19 01:33:55 2015 +0000 ---------------------------------------------------------------------- app/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/roller/blob/66d8b225/app/pom.xml ---------------------------------------------------------------------- diff --git a/app/pom.xml b/app/pom.xml index 7266ad9..c5e1125 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -81,7 +81,7 @@ <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> - <version>3.0</version> + <version>4.0</version> </dependency> <dependency>
