Skip to content

Commit

Permalink
exclude slf4j dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentleseigneur committed Jul 9, 2024
1 parent 2a7f2ca commit 99db2fd
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.bonitasoft.presales.connector</groupId>
Expand Down Expand Up @@ -43,7 +44,7 @@
<assertj-core.version>3.24.2</assertj-core.version>
<mockito-core.version>5.6.0</mockito-core.version>
<logback-classic.version>1.4.14</logback-classic.version>
<slf4j.version>1.7.30</slf4j.version>
<slf4j.version>1.7.36</slf4j.version>


<!-- Maven plugins -->
Expand Down Expand Up @@ -130,23 +131,15 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>

<!-- <dependency>-->
<!-- <groupId>ch.qos.logback</groupId>-->
<!-- <artifactId>logback-classic</artifactId>-->
<!-- <version>${logback-classic.version}</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->

</dependencies>

<build>
<defaultGoal>package</defaultGoal>
<resources>
Expand Down

0 comments on commit 99db2fd

Please sign in to comment.