Skip to content

Commit

Permalink
Use SLF4J BOM (#826)
Browse files Browse the repository at this point in the history
* Use SLF4J BOM

* keep property

---------

Co-authored-by: Benoit GUERIN <[email protected]>
  • Loading branch information
basil and bguerin authored Aug 18, 2024
1 parent 61fa094 commit 019b061
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-bom</artifactId>
<version>${slf4j.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
Expand Down Expand Up @@ -160,16 +167,6 @@
<artifactId>pipeline-maven-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
</dependency>

<!-- Conflict with AssertJ -->
<dependency>
Expand Down

0 comments on commit 019b061

Please sign in to comment.