Repository: incubator-slider Updated Branches: refs/heads/develop fed5d0346 -> c4e732915
SLIDER-960 switch to groovy 2.4.4 (the ASF edition), with the faster java7 build Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/618782a9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/618782a9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/618782a9 Branch: refs/heads/develop Commit: 618782a9b66e0ae35e79d07888fec45d19ccb421 Parents: fed5d03 Author: Steve Loughran <[email protected]> Authored: Wed Nov 11 13:57:14 2015 +0000 Committer: Steve Loughran <[email protected]> Committed: Wed Nov 11 13:57:14 2015 +0000 ---------------------------------------------------------------------- pom.xml | 7 +++++++ slider-core/pom.xml | 1 + 2 files changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/618782a9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3943ea9..866c448 100644 --- a/pom.xml +++ b/pom.xml @@ -511,6 +511,13 @@ </dependency> <dependency> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy-all</artifactId> + <classifier>indy</classifier> + <version>${groovy.version}</version> + </dependency> + + <dependency> <groupId>com.beust</groupId> <artifactId>jcommander</artifactId> <version>${jcommander.version}</version> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/618782a9/slider-core/pom.xml ---------------------------------------------------------------------- diff --git a/slider-core/pom.xml b/slider-core/pom.xml index 704fa06..c7e8933 100644 --- a/slider-core/pom.xml +++ b/slider-core/pom.xml @@ -225,6 +225,7 @@ <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> + <classifier>indy</classifier> <scope>test</scope> </dependency>
