Skip to content

Commit

Permalink
[update][core] remove commons-logging
Browse files Browse the repository at this point in the history
when commons-logging bump from 1.2 to 1.3.0, it causes the hdfs(reader,writer) plugin reporting class not found exception
  • Loading branch information
wgzhao committed May 29, 2024
1 parent 4d20cbd commit 81801c0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
<version>${commons.io.version}</version>
</dependency>

<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>${commons.logging.version}</version>
</dependency>

<dependency>
<groupId>org.anarres.lzo</groupId>
<artifactId>lzo-core</artifactId>
Expand Down

0 comments on commit 81801c0

Please sign in to comment.