Skip to content

Commit

Permalink
Use slf4j-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Oct 21, 2023
1 parent 8e1af30 commit f2fa914
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

<elasticjob.version>3.0.4</elasticjob.version>

<slf4j.version>1.7.36</slf4j.version>
<slf4j.version>2.0.9</slf4j.version>
<logback.version>1.2.12</logback.version>
<commons-logging.version>1.2</commons-logging.version>

Expand Down Expand Up @@ -389,18 +389,10 @@

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<artifactId>slf4j-bom</artifactId>
<version>${slf4j.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit f2fa914

Please sign in to comment.