This is an automated email from the ASF dual-hosted git repository.
dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new f715c97 AVRO-2333: Remove commons-logging dependency
f715c97 is described below
commit f715c974b9f7eb4d4809c1e0f04b7b4ff12837b3
Author: Beluga Behr <[email protected]>
AuthorDate: Wed Mar 6 17:16:29 2019 -0500
AVRO-2333: Remove commons-logging dependency
---
lang/java/pom.xml | 1 -
lang/java/tools/pom.xml | 5 -----
2 files changed, 6 deletions(-)
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 434ed52..d8b8b13 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -56,7 +56,6 @@
<commons-codec.version>1.12</commons-codec.version>
<commons-compress.version>1.18</commons-compress.version>
<commons-lang.version>3.8.1</commons-lang.version>
- <commons-logging.version>1.2</commons-logging.version>
<tukaani.version>1.8</tukaani.version>
<easymock.version>4.0.2</easymock.version>
<hamcrest.version>2.1</hamcrest.version>
diff --git a/lang/java/tools/pom.xml b/lang/java/tools/pom.xml
index 99a75d2..aab4813 100644
--- a/lang/java/tools/pom.xml
+++ b/lang/java/tools/pom.xml
@@ -219,11 +219,6 @@
<version>${commons-cli.version}</version>
</dependency>
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>${commons-logging.version}</version>
- </dependency>
- <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>trevni-core</artifactId>
<version>${project.version}</version>