Skip to content

Commit

Permalink
Now using SLF4J v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Apr 28, 2023
1 parent 937be7a commit 7397cad
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<jackson.version>2.15.0</jackson.version>
<log4j.version>2.20.0</log4j.version>
<okhttp3.version>4.10.0</okhttp3.version>
<slf4j.version>1.7.32</slf4j.version>
<slf4j.version>2.0.7</slf4j.version>
<velocity-engine.version>2.3</velocity-engine.version>
<xerces.version>2.12.2</xerces.version>
<xml-bind-api.version>4.0.0</xml-bind-api.version>
Expand Down Expand Up @@ -185,15 +185,9 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>${log4j.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
<scope>runtime</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand Down

0 comments on commit 7397cad

Please sign in to comment.