runelite-client: use lombok for slf4j logger creation

This commit is contained in:
Adam
2017-11-30 15:53:29 -05:00
parent b811dd2c62
commit ac4703566f
51 changed files with 242 additions and 349 deletions

View File

@@ -53,6 +53,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.sf.jopt-simple</groupId>
@@ -85,6 +86,12 @@
<version>1.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.18</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.runelite</groupId>