From 54eaf453e68e0a939171af6e2f57a9796f1ee1b3 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 9 Apr 2022 22:17:56 +0200 Subject: [PATCH] removed unused mongodb dependency --- pom.xml | 231 +++++++++++++++++++++++++++----------------------------- 1 file changed, 113 insertions(+), 118 deletions(-) diff --git a/pom.xml b/pom.xml index 6efbaa3..218e32b 100755 --- a/pom.xml +++ b/pom.xml @@ -1,126 +1,121 @@ - 4.0.0 + xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - net.krakatoaapi - KrakatoaAPI - 1.0-SNAPSHOT + net.krakatoaapi + KrakatoaAPI + 1.0-SNAPSHOT - - 14 - 14 - UTF8 - + + 14 + 14 + UTF8 + - - clean install - - - maven-assembly-plugin - - - jar-with-dependencies - - - - - - single - - make-assembly - package - - - - - maven-compiler-plugin - - 9 - 9 - - org.apache.maven.plugins - - - + + clean install + + + maven-assembly-plugin + + + jar-with-dependencies + + + + + + single + + make-assembly + package + + + + + maven-compiler-plugin + + 9 + 9 + + org.apache.maven.plugins + + + - - - spigot-api - org.spigotmc - provided - 1.18-R0.1-SNAPSHOT - - - gson - com.google.code.gson - 2.8.9 - - - mongodb-driver-async - org.mongodb - 3.12.10 - - - cloudnet-driver - de.dytanic.cloudnet - provided - 3.4.0-RELEASE - - - - lombok - org.projectlombok - provided - 1.18.22 - - - earth.krakatoa - KraSocketClient - 1.2-SNAPSHOT - - - earth.krakatoa - KraCore - 1.0-SNAPSHOT - - + + + spigot-api + org.spigotmc + provided + 1.18-R0.1-SNAPSHOT + + + gson + com.google.code.gson + 2.8.9 + + + cloudnet-driver + de.dytanic.cloudnet + provided + 3.4.0-RELEASE + + + + lombok + org.projectlombok + provided + 1.18.22 + + + earth.krakatoa + KraSocketClient + 1.2-SNAPSHOT + + + earth.krakatoa + KraCore + 1.0-SNAPSHOT + + - - - krakatoa-earth - https://repo.krakatoa.umbach.dev/repository/krakatoa-earth/ - - true - - - true - - - - spigot-repo - https://hub.spigotmc.org/nexus/content/repositories/snapshots/ - - - - sonatype-nexus-snapshots - - false - - - true - - https://oss.sonatype.org/content/repositories/snapshots - - - cloudnet-releases - https://repo.cloudnetservice.eu/repository/releases/ - - + + + krakatoa-earth + https://repo.krakatoa.umbach.dev/repository/krakatoa-earth/ + + true + + + true + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + + sonatype-nexus-snapshots + + false + + + true + + https://oss.sonatype.org/content/repositories/snapshots + + + cloudnet-releases + https://repo.cloudnetservice.eu/repository/releases/ + + \ No newline at end of file