Skip to content

Commit

Permalink
AVRO-2333: Remove commons-logging dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
belugabehr authored and dkulp committed Mar 7, 2019
1 parent f173ae8 commit f715c97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion lang/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 0 additions & 5 deletions lang/java/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,6 @@
<artifactId>commons-cli</artifactId>
<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>
Expand Down

0 comments on commit f715c97

Please sign in to comment.