Repository: wicket Updated Branches: refs/heads/master d8c0749e2 -> 320e74ede
Upgrade Guice to 4.0 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/320e74ed Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/320e74ed Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/320e74ed Branch: refs/heads/master Commit: 320e74ede20f1f34b3dc91471f80f92d7310699e Parents: d8c0749 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Wed Apr 29 09:33:36 2015 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed Apr 29 09:33:36 2015 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/320e74ed/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6c7e002..a0e8bf8 100644 --- a/pom.xml +++ b/pom.xml @@ -213,7 +213,7 @@ <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> - <version>3.0</version> + <version>4.0</version> </dependency> <dependency> <groupId>commons-fileupload</groupId>
