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 2020/06/24 03:43:22 UTC

[asterixdb] branch master updated: [NO ISSUE][*DB] Remove extraneous commons-lang dependency

This is an automated email from the ASF dual-hosted git repository.

mblow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 44809d7  [NO ISSUE][*DB] Remove extraneous commons-lang dependency
44809d7 is described below

commit 44809d7e622d5d46e1aa0def88671210495a552b
Author: Michael Blow <mb...@apache.org>
AuthorDate: Tue Jun 23 19:41:40 2020 -0400

    [NO ISSUE][*DB] Remove extraneous commons-lang dependency
    
    Change-Id: I2bed243b5c583e1800cb3a5e136fc3a584e93722
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/6985
    Reviewed-by: Dmitry Lychagin <dm...@couchbase.com>
    Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
---
 asterixdb/asterix-external-data/pom.xml | 4 ----
 asterixdb/pom.xml                       | 5 -----
 2 files changed, 9 deletions(-)

diff --git a/asterixdb/asterix-external-data/pom.xml b/asterixdb/asterix-external-data/pom.xml
index 3f1b434..7760101 100644
--- a/asterixdb/asterix-external-data/pom.xml
+++ b/asterixdb/asterix-external-data/pom.xml
@@ -307,10 +307,6 @@
       <artifactId>commons-io</artifactId>
     </dependency>
     <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.hyracks</groupId>
       <artifactId>hyracks-dataflow-common</artifactId>
     </dependency>
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index 8b2b130..70e23c1 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -1335,11 +1335,6 @@
         <version>1.14</version>
       </dependency>
       <dependency>
-        <groupId>commons-lang</groupId>
-        <artifactId>commons-lang</artifactId>
-        <version>2.4</version>
-      </dependency>
-      <dependency>
         <groupId>it.unimi.dsi</groupId>
         <artifactId>fastutil</artifactId>
         <version>8.3.0</version>