Skip to content

Commit ee4d03f

Browse files
committed
Exclude slf4j-api transitive dependency from sqlite-jdbc
1 parent b314c14 commit ee4d03f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-batch-core/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@
199199
<artifactId>sqlite-jdbc</artifactId>
200200
<version>${sqlite.version}</version>
201201
<scope>test</scope>
202+
<exclusions>
203+
<exclusion>
204+
<groupId>org.slf4j</groupId>
205+
<artifactId>slf4j-api</artifactId>
206+
</exclusion>
207+
</exclusions>
202208
</dependency>
203209
<dependency>
204210
<groupId>com.h2database</groupId>

0 commit comments

Comments
 (0)