ISIS-1223 Use Wicket 7.0.0 until 7.1.0+ is released (due to WICKET-6021)
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/a6fe41c3 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/a6fe41c3 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/a6fe41c3 Branch: refs/heads/master Commit: a6fe41c3ab4f22052af1f826a1f48b885e2cb874 Parents: fe4e2b8 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Tue Nov 3 22:01:21 2015 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Nov 3 22:01:21 2015 +0100 ---------------------------------------------------------------------- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/a6fe41c3/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 8b0fba2..0f61ee0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -122,7 +122,7 @@ <jetty.version>9.2.11.v20150529</jetty.version> - <wicket.version>7.1.0</wicket.version> + <wicket.version>7.0.0</wicket.version> <wicketstuff.version>7.1.0</wicketstuff.version> <wicket-webjars.version>0.5.3</wicket-webjars.version>
