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

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


The following commit(s) were added to refs/heads/master by this push:
     new 852adb1  Remove duplicate entry of commons-io dependency
852adb1 is described below

commit 852adb132895ae887defe5832ef8e12705e1aee5
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
AuthorDate: Wed May 26 11:09:11 2021 +0300

    Remove duplicate entry of commons-io dependency
---
 phoenix-pherf/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index bf56d56..53b7cf2 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -134,10 +134,6 @@
       <artifactId>phoenix-shaded-commons-cli</artifactId>
     </dependency>
     <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-csv</artifactId>
     </dependency>

Reply via email to