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 7d9f78d  PHOENIX-6242 Remove remaining commons-logging references
7d9f78d is described below

commit 7d9f78d12f6ffece81bfae26619394e92f7f7ecb
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Dec 3 11:19:30 2020 +0100

    PHOENIX-6242 Remove remaining commons-logging references
---
 phoenix-server/pom.xml | 5 -----
 pom.xml                | 6 ------
 2 files changed, 11 deletions(-)

diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index c90322a..d189cb1 100644
--- a/phoenix-server/pom.xml
+++ b/phoenix-server/pom.xml
@@ -407,11 +407,6 @@
       <artifactId>protobuf-java</artifactId>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <scope>provided</scope>
-    </dependency>
   </dependencies>
   <profiles>
     <profile>
diff --git a/pom.xml b/pom.xml
index bf119e8..dcc5991 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,6 @@
     <commons-io.version>2.5</commons-io.version>
     <commons-lang.version>3.8</commons-lang.version>
     <commons-csv.version>1.0</commons-csv.version>
-    <commons-logging.version>1.2</commons-logging.version>
     <sqlline.version>1.9.0</sqlline.version>
     <commons-configuration2.version>2.1.1</commons-configuration2.version>
     <findbugs-annotations.version>1.3.9-1</findbugs-annotations.version>
@@ -1380,11 +1379,6 @@
           </exclusion>
         </exclusions>
       </dependency>
-      <dependency>
-        <groupId>commons-logging</groupId>
-        <artifactId>commons-logging</artifactId>
-        <version>${commons-logging.version}</version>
-    </dependency>
 
       <!-- Other test dependencies -->
       <dependency>

Reply via email to