From 8f1f87c974ba5b473899cd8a3512b104756d9837 Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 4 Jan 2022 13:18:27 +1100 Subject: [PATCH] http-api: remove pom --- http-api/pom.xml | 75 ------------------------------------------------ 1 file changed, 75 deletions(-) delete mode 100644 http-api/pom.xml 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 - - -