You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2015/11/12 19:15:18 UTC

[03/12] incubator-slider git commit: SLIDER-960 switch to groovy 2.4.4 (the ASF edition), with the faster java7 build

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/feature/SLIDER-82-pass-3.1
Commit: 618782a9b66e0ae35e79d07888fec45d19ccb421
Parents: fed5d03
Author: Steve Loughran <st...@apache.org>
Authored: Wed Nov 11 13:57:14 2015 +0000
Committer: Steve Loughran <st...@apache.org>
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>