Repository: tapestry-5 Updated Branches: refs/heads/master d241e4902 -> bdea53ea9
remove obsolete dependency Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/e547c9cf Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/e547c9cf Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/e547c9cf Branch: refs/heads/master Commit: e547c9cf9dcb590f480ea79772e5fcd9c361341b Parents: d241e49 Author: Jochen Kemnade <[email protected]> Authored: Tue Apr 19 14:45:42 2016 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Tue Apr 19 14:45:42 2016 +0200 ---------------------------------------------------------------------- tapestry-webresources/build.gradle | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/e547c9cf/tapestry-webresources/build.gradle ---------------------------------------------------------------------- diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle index 62c431d..fa34969 100644 --- a/tapestry-webresources/build.gradle +++ b/tapestry-webresources/build.gradle @@ -8,8 +8,6 @@ dependencies { testCompile project(":tapestry-runner") testCompile "org.gebish:geb-spock:${versions.geb}" - // Geb pulls in Groovy 2.3, so we need to select an appropriate Spock version - testCompile "org.spockframework:spock-core:1.0-groovy-2.3" testCompile "org.seleniumhq.selenium:selenium-java:${versions.selenium}", { exclude group: "org.eclipse.jetty"
