templateplugin: Remove slf4j direct dependency

This is from when this was a maven project and this was needed to make
lombok happy when running under maven archetype
This commit is contained in:
Max Weber
2019-12-19 02:42:03 -07:00
parent a72cfcf8e3
commit 0b38cef280

View File

@@ -14,7 +14,6 @@ def runeLiteVersion = '${runelite_version}'
dependencies {
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion
compileOnly 'org.slf4j:slf4j-api:1.7.25'
compileOnly 'org.projectlombok:lombok:1.18.4'
annotationProcessor 'org.projectlombok:lombok:1.18.4'