Add slf4j to mixins and expose logger in Hooks for them

This commit is contained in:
Adam
2018-01-27 12:41:50 -05:00
parent 3d9542a8b4
commit e467ebdcf8
3 changed files with 14 additions and 2 deletions

View File

@@ -37,6 +37,12 @@
<name>RuneLite Mixins</name>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.runelite.rs</groupId>
<artifactId>api</artifactId>