Repository: tapestry-5 Updated Branches: refs/heads/master 9a4d72e8f -> 3fdf9d1ee
update Spock to 1.0, remove first-level dependency on groovy-all Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/3fdf9d1e Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/3fdf9d1e Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/3fdf9d1e Branch: refs/heads/master Commit: 3fdf9d1eef6eafc12c5a9dba0f46c25e9f12706a Parents: 9a4d72e Author: Jochen Kemnade <[email protected]> Authored: Wed Mar 4 15:31:11 2015 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Wed Mar 4 15:31:11 2015 +0100 ---------------------------------------------------------------------- build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/3fdf9d1e/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index aebf4fb..fd5cccc 100755 --- a/build.gradle +++ b/build.gradle @@ -14,9 +14,8 @@ project.ext.versions = [ testng: "6.5.2", easymock: "3.0", servletapi: "2.5", - spock: "0.7-groovy-2.0", + spock: "1.0-groovy-2.4", hibernate: "4.3.6.Final", - groovy: "2.0.6", slf4j: "1.7.10", geb: "0.10.0", selenium: "2.45.0" @@ -175,7 +174,6 @@ subprojects { eclipse.classpath.plusConfigurations += [configurations.provided] dependencies { - testCompile "org.codehaus.groovy:groovy-all:${versions.groovy}" deployerJars "org.apache.maven.wagon:wagon-http-lightweight:1.0-beta-6"
