Skip to content

Commit

Permalink
refactor(config): use logback as implement of SLF4J by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Djaytan committed Feb 12, 2023
1 parent f1fb034 commit b8a1c3f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/patch-place-break/patch-place-break-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.el</artifactId>
Expand All @@ -107,11 +112,6 @@
<artifactId>to-string-verifier</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>fr.djaytan.minecraft.jobsreborn.patchplacebreak</groupId>
<artifactId>commons-test</artifactId>
Expand Down

0 comments on commit b8a1c3f

Please sign in to comment.