From c5e8efd37ad20a83db51fcf1d7d17ccaee1226bf Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 30 Jun 2022 20:29:57 +0200 Subject: [PATCH] Created the pom.xml file of the api module --- api/pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 api/pom.xml diff --git a/api/pom.xml b/api/pom.xml new file mode 100644 index 0000000..4e5f0f6 --- /dev/null +++ b/api/pom.xml @@ -0,0 +1,29 @@ + + + 4.0.0 + + app.crazyaddons.plugin + api + 1.0.0 + + + + + com.neovisionaries + nv-websocket-client + 2.14 + compile + + + + + com.squareup.okhttp3 + okhttp + 4.10.0 + compile + + + + \ No newline at end of file