diff --git a/http-api/pom.xml b/http-api/pom.xml deleted file mode 100644 index 6f4e9a635e..0000000000 --- a/http-api/pom.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - 4.0.0 - - net.runelite - runelite-parent - 1.8.8-SNAPSHOT - - - Web API - http-api - - - - com.squareup.okhttp3 - okhttp - 3.14.9 - - - com.google.code.gson - gson - - - org.slf4j - slf4j-api - - - org.projectlombok - lombok - provided - - - - junit - junit - 4.12 - test - - - org.slf4j - slf4j-simple - test - - - com.squareup.okhttp3 - mockwebserver - 3.14.9 - test - - -