Skip to content

Commit

Permalink
JNG-5144 Replace custom logger to Slf4J (#59)
Browse files Browse the repository at this point in the history
[2023-08-26 20:44:04 +0200] Fixing range
[2023-08-24 20:19:07 +0200] Update log version
[2023-08-24 20:17:08 +0200] JNG-5144 Initial feature commit
  • Loading branch information
robertcsakany authored Aug 26, 2023
1 parent 45ba534 commit c90ddfd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
!lombok,
javax.annotation;version="[1.0,2)",
com.google.gson;version="[2.1,3)",
com.google.gson.stream;version="[2.1,3)"
com.google.gson.stream;version="[2.1,3)",
org.slf4j;version="[1.6,3)",
</osgi-default-import>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -51,7 +52,7 @@

<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<slf4j-version>1.7.32</slf4j-version>
<slf4j-version>2.0.7</slf4j-version>
<lombok-version>1.18.24</lombok-version>

<!--suppress UnresolvedMavenProperty -->
Expand Down

0 comments on commit c90ddfd

Please sign in to comment.