Skip to content

Commit

Permalink
Exclude slf4j-api transitive dependency from sqlite-jdbc
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Feb 9, 2024
1 parent b314c14 commit ee4d03f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spring-batch-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@
<artifactId>sqlite-jdbc</artifactId>
<version>${sqlite.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down

0 comments on commit ee4d03f

Please sign in to comment.