Skip to content

Commit

Permalink
[Hotfix] Remove dependency log4j:1.2.17 and exclude logback (apache#2586
Browse files Browse the repository at this point in the history
)

* [Hotfix] Remove dependency log4j:1.2.17 and modify test log level

* [Hotfix] Rollback the log level of `org.apache.hc.client5.http.headers`

* [Hotfix] exclude logback
  • Loading branch information
zhongqishang authored Feb 29, 2024
1 parent bfdbee7 commit 0269118
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions ams/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down
6 changes: 0 additions & 6 deletions mixed/flink/flink-common-iceberg-bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,12 +281,6 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>

<dependency>
<groupId>com.netease.amoro</groupId>
<artifactId>amoro-core</artifactId>
Expand Down

0 comments on commit 0269118

Please sign in to comment.