Skip to content

Commit

Permalink
exclude slf4j-api 2.0
Browse files Browse the repository at this point in the history
Signed-off-by: chenxu <chenxu@dmetasoul.com>
  • Loading branch information
dmetasoul01 committed Jan 20, 2025
1 parent ba85c9b commit c79a357
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lakesoul-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ SPDX-License-Identifier: Apache-2.0
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
Expand Down
6 changes: 5 additions & 1 deletion lakesoul-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ SPDX-License-Identifier: Apache-2.0
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
Expand Down Expand Up @@ -147,6 +147,7 @@ SPDX-License-Identifier: Apache-2.0
<groupId>io.jhdf</groupId>
<artifactId>jhdf</artifactId>
<version>0.6.10</version>
<scope>${local.scope}</scope>
</dependency>


Expand Down Expand Up @@ -453,6 +454,9 @@ SPDX-License-Identifier: Apache-2.0
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>4.9.0</version>
<configuration>
<addScalacArgs>-Ylog-classpath</addScalacArgs>
</configuration>
<executions>
<execution>
<id>scala-compile-first</id>
Expand Down

0 comments on commit c79a357

Please sign in to comment.