Remove unused dependencies/classes
This commit is contained in:
@@ -47,8 +47,8 @@ dependencies {
|
||||
annotationProcessor(Libraries.lombok)
|
||||
|
||||
compileOnly(Libraries.javax)
|
||||
compileOnly(Libraries.orangeExtensions)
|
||||
compileOnly(Libraries.lombok)
|
||||
compileOnly(Libraries.orangeExtensions)
|
||||
|
||||
implementation(Libraries.logback)
|
||||
implementation(Libraries.gson)
|
||||
@@ -64,36 +64,29 @@ dependencies {
|
||||
implementation(Libraries.substance)
|
||||
implementation(Libraries.jopt)
|
||||
implementation(Libraries.apacheCommonsText)
|
||||
implementation(Libraries.httpcore)
|
||||
implementation(Libraries.httpmime)
|
||||
implementation(Libraries.plexus)
|
||||
implementation(Libraries.javassist)
|
||||
implementation(Libraries.annotations)
|
||||
implementation(Libraries.jogampGluegen)
|
||||
implementation(Libraries.jogampJogl)
|
||||
implementation(Libraries.jooq)
|
||||
implementation(Libraries.jooqCodegen)
|
||||
implementation(Libraries.jooqMeta)
|
||||
implementation(Libraries.asmTree)
|
||||
implementation(Libraries.slf4jApi)
|
||||
implementation(Libraries.jclCore)
|
||||
implementation(project(":http-api"))
|
||||
implementation(project(":runelite-api"))
|
||||
implementation(Libraries.jbsdiff) {
|
||||
exclude(module = "xz")
|
||||
}
|
||||
implementation(Libraries.naturalMouse)
|
||||
runtime(Libraries.trident)
|
||||
runtime(Libraries.jogampGluegenLinuxAmd64)
|
||||
runtime(Libraries.jogampGluegenLinuxI586)
|
||||
runtime(Libraries.jogampGluegenWindowsAmd64)
|
||||
runtime(Libraries.jogampGluegenWindowsI586)
|
||||
runtime(Libraries.jogampJoglLinuxAmd64)
|
||||
runtime(Libraries.jogampJoglLinuxI586)
|
||||
runtime(Libraries.jogampJoglWindowsAmd64)
|
||||
runtime(Libraries.jogampJoglWindowsI586)
|
||||
runtime(project(":injected-client"))
|
||||
runtime(project(":runescape-api"))
|
||||
|
||||
runtimeOnly(Libraries.trident)
|
||||
runtimeOnly(Libraries.jogampGluegenLinuxAmd64)
|
||||
runtimeOnly(Libraries.jogampGluegenLinuxI586)
|
||||
runtimeOnly(Libraries.jogampGluegenWindowsAmd64)
|
||||
runtimeOnly(Libraries.jogampGluegenWindowsI586)
|
||||
runtimeOnly(Libraries.jogampJoglLinuxAmd64)
|
||||
runtimeOnly(Libraries.jogampJoglLinuxI586)
|
||||
runtimeOnly(Libraries.jogampJoglWindowsAmd64)
|
||||
runtimeOnly(Libraries.jogampJoglWindowsI586)
|
||||
runtimeOnly(project(":injected-client"))
|
||||
runtimeOnly(project(":runescape-api"))
|
||||
|
||||
testAnnotationProcessor(Libraries.lombok)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user