Skip to content

Commit

Permalink
change the scope of slf4j dependency to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushi agarwal committed Dec 13, 2023
1 parent 25c1c19 commit e29b395
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions gluten-ut/spark34/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,34 +122,18 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.6</version>
<scope>${hadoop.deps.scope}</scope>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>${log4j.version}</version>
<scope>${hadoop.deps.scope}</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<!-- API bridge between log4j 1 and 2 -->
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>${log4j.version}</version>
<scope>${hadoop.deps.scope}</scope>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<slf4j.version>2.0.6</slf4j.version>
<log4j.version>2.19.0</log4j.version>
<clickhouse.lib.path></clickhouse.lib.path>
</properties>
Expand Down

0 comments on commit e29b395

Please sign in to comment.