#3084: (Regrettably) add a full SLF4J wrapper

This commit is contained in:
md_5
2021-05-14 08:39:17 +10:00
parent ada1b95ffc
commit 5fa596fee9
10 changed files with 1067 additions and 6 deletions

View File

@@ -79,6 +79,12 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-slf4j</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
@@ -110,12 +116,6 @@
<version>1.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.7.30</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>