Remove dependency on client. When I need to do injected class -> client calls can use injected api objects

This commit is contained in:
Adam
2016-04-16 18:34:10 -04:00
parent 8c38a8cc6b
commit 89d0e359c6

View File

@@ -39,11 +39,6 @@
<artifactId>api</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.runelite</groupId>
<artifactId>client</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>