Skip to content

Commit

Permalink
Use SLF4J BOM (#9601)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Aug 14, 2024
1 parent b182867 commit 5637aab
Showing 1 changed file with 7 additions and 22 deletions.
29 changes: 7 additions & 22 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ THE SOFTWARE.

<properties>
<commons-fileupload2.version>2.0.0-M2</commons-fileupload2.version>
<slf4jVersion>2.0.16</slf4jVersion>
<stapler.version>1894.v82b_2fb_35519d</stapler.version>
<groovy.version>2.4.21</groovy.version>
</properties>
Expand All @@ -53,6 +52,13 @@ THE SOFTWARE.
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-bom</artifactId>
<version>2.0.16</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
Expand Down Expand Up @@ -351,27 +357,6 @@ THE SOFTWARE.
<artifactId>jcifs</artifactId>
<version>1.3.18-kohsuke-1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${slf4jVersion}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${slf4jVersion}</version>
</dependency>
<dependency>
<!-- SLF4J used in maven-plugin and possibly others -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4jVersion}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>${slf4jVersion}</version>
</dependency>
<dependency>
<!-- provided by jcl-over-slf4j -->
<groupId>commons-logging</groupId>
Expand Down

0 comments on commit 5637aab

Please sign in to comment.