You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by mb...@apache.org on 2016/10/05 17:40:24 UTC

asterixdb git commit: Update Dependencies: Junit *->4.12, Commons-IO 2.4->2.5

Repository: asterixdb
Updated Branches:
  refs/heads/master 5ab717cae -> c21de4d89


Update Dependencies: Junit *->4.12, Commons-IO 2.4->2.5

Change-Id: Idd082fa9877f3f0287c9dc17eab4ae3d0f318fcc
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1253
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <ti...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/c21de4d8
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/c21de4d8
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/c21de4d8

Branch: refs/heads/master
Commit: c21de4d89a06726851ea9a545912cf8e4c34e977
Parents: 5ab717c
Author: Michael Blow <mb...@apache.org>
Authored: Wed Oct 5 00:34:10 2016 -0400
Committer: Michael Blow <mb...@apache.org>
Committed: Wed Oct 5 10:40:06 2016 -0700

----------------------------------------------------------------------
 asterixdb/asterix-client-helper/pom.xml                          | 2 --
 asterixdb/pom.xml                                                | 4 ++--
 .../hyracks/hyracks-control/hyracks-control-common/pom.xml       | 2 --
 hyracks-fullstack/pom.xml                                        | 4 ++--
 4 files changed, 4 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/c21de4d8/asterixdb/asterix-client-helper/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-client-helper/pom.xml b/asterixdb/asterix-client-helper/pom.xml
index e082629..a078d16 100644
--- a/asterixdb/asterix-client-helper/pom.xml
+++ b/asterixdb/asterix-client-helper/pom.xml
@@ -100,12 +100,10 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.4</version>
     </dependency>
     <dependency>
       <groupId>org.json</groupId>
       <artifactId>json</artifactId>
-      <version>20090211</version>
     </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/c21de4d8/asterixdb/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index 6cbe20a..2e9f859 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -66,8 +66,8 @@
     <algebricks.version>0.2.18-SNAPSHOT</algebricks.version>
     <hyracks.version>0.2.18-SNAPSHOT</hyracks.version>
     <hadoop.version>2.2.0</hadoop.version>
-    <junit.version>4.11</junit.version>
-    <commons.io.version>2.4</commons.io.version>
+    <junit.version>4.12</junit.version>
+    <commons.io.version>2.5</commons.io.version>
     <servlet.api.version>3.1.0</servlet.api.version>
     <json.version>20090211</json.version>
     <jacoco.version>0.7.6.201602180812</jacoco.version>

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/c21de4d8/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml
index ac7323c..223aa9e 100644
--- a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml
@@ -35,13 +35,11 @@
       <groupId>org.apache.hyracks</groupId>
       <artifactId>hyracks-api</artifactId>
       <version>${project.version}</version>
-      <type>jar</type>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <type>jar</type>
       <scope>compile</scope>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/c21de4d8/hyracks-fullstack/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 1a0ed20..d70e917 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -55,8 +55,8 @@
     </global.test.excludes>
     <!-- Versions under dependencymanagement or used in many projects via properties -->
     <hadoop.version>2.2.0</hadoop.version>
-    <junit.version>4.8.1</junit.version>
-    <commons.io.version>2.4</commons.io.version>
+    <junit.version>4.12</junit.version>
+    <commons.io.version>2.5</commons.io.version>
     <jacoco.version>0.7.6.201602180812</jacoco.version>
   </properties>
   <dependencyManagement>