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

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

commit 421ecb209909d8d31a893205f710edc0bb531c33
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 37b9572..f5a4aba 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -130,10 +130,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