project: Update dependencies

This commit is contained in:
Owain van Brakel
2020-03-10 13:56:45 +01:00
parent a081cc8c98
commit b9e55b5f76
2 changed files with 16 additions and 20 deletions

View File

@@ -41,6 +41,8 @@ dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)
api(project(":runelite-api"))
compileOnly(Libraries.javax)
compileOnly(Libraries.lombok)
compileOnly(Libraries.orangeExtensions)
@@ -73,8 +75,6 @@ dependencies {
}
implementation(Libraries.pf4jUpdate)
implementation(project(":http-api"))
api(project(":runelite-api"))
implementation(Libraries.naturalMouse)
runtimeOnly(Libraries.trident)
runtimeOnly(Libraries.jogampGluegenLinuxAmd64)