Skip to content

Commit

Permalink
Add slf4j to circumvent slf4j: Failed to load class org.slf4j.impl.St…
Browse files Browse the repository at this point in the history
…aticLoggerBinder
  • Loading branch information
davidkleiven committed Oct 3, 2023
1 parent 0ad8301 commit 6e4fa62
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@
<artifactId>kotlin-logging-jvm</artifactId>
<version>5.1.0</version>
</dependency>
<!-- slf4j dependency must be added after upgrade to 2023.3.0 of powsybl -->
<!-- Check if these can be removed when ktor upgrades. Looks like ktor* use 1.7.36 -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>2.0.9</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 6e4fa62

Please sign in to comment.