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/04 22:37:07 UTC

[4/5] incubator-slider git commit: SLIDER-960 switch to groovy 2.4.4 (the ASF edition)

SLIDER-960 switch to groovy 2.4.4 (the ASF edition)


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/88f881b5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/88f881b5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/88f881b5

Branch: refs/heads/develop
Commit: 88f881b56ebd52bcbf102465a20939ff09253dc8
Parents: c8fb17e
Author: Steve Loughran <st...@apache.org>
Authored: Wed Nov 4 21:14:56 2015 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Wed Nov 4 21:14:56 2015 +0000

----------------------------------------------------------------------
 pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/88f881b5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2a7e41b..3943ea9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
     -->
     <project.java.src.version>1.7</project.java.src.version>
     <enforced.java.version>${project.java.src.version}</enforced.java.version>
-    <groovy.version>2.4.0</groovy.version>
+    <groovy.version>2.4.5</groovy.version>
     
     <!-- 
     test options
@@ -603,12 +603,6 @@
 
       <dependency>
         <groupId>org.apache.hadoop</groupId>
-        <artifactId>hadoop-hdfs</artifactId>
-        <version>${hadoop.version}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-yarn-client</artifactId>
         <version>${hadoop.version}</version>
         <exclusions>