diff --git a/pom.xml b/pom.xml index 1e83bf3..dc79ace 100644 --- a/pom.xml +++ b/pom.xml @@ -186,7 +186,6 @@ co.aikar acf-bukkit 0.5.1-SNAPSHOT - provided \ No newline at end of file diff --git a/target/WorldSystem-2.5.0-build-sqlite-dev.jar b/target/WorldSystem-2.5.0-build-sqlite-dev.jar index 037321e..182ee7c 100644 Binary files a/target/WorldSystem-2.5.0-build-sqlite-dev.jar and b/target/WorldSystem-2.5.0-build-sqlite-dev.jar differ diff --git a/target/classes/de/butzlabben/world/WorldSystem.class b/target/classes/de/butzlabben/world/WorldSystem.class index 361bc76..915ef3c 100644 Binary files a/target/classes/de/butzlabben/world/WorldSystem.class and b/target/classes/de/butzlabben/world/WorldSystem.class differ diff --git a/target/dependency-reduced-pom.xml b/target/dependency-reduced-pom.xml new file mode 100644 index 0000000..faf3bfb --- /dev/null +++ b/target/dependency-reduced-pom.xml @@ -0,0 +1,213 @@ + + + 4.0.0 + de.butzlabben + WorldSystem + 2.5.0-build-sqlite-dev + + + + maven-compiler-plugin + + 16 + 16 + + + + maven-shade-plugin + 3.4.1 + + + package + + shade + + + + + ${project.build.directory}/dependency-reduced-pom.xml + + + co.aikar.commands + de.butzlabben.WorldSystem.acf + + + co.aikar.locales + de.butzlabben.WorldSystem.locales + + + + + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/public/ + + + aikar + https://repo.aikar.co/content/groups/aikar/ + + + placeholderapi + https://repo.extendedclip.com/content/repositories/placeholderapi/ + + + FAWE + https://ci.athion.net/job/FastAsyncWorldEdit/ws + + + jitpack + https://jitpack.io + + + minecraft + https://libraries.minecraft.net + + + onarandombox + https://repo.onarandombox.com/content/groups/public/ + + + enginehub + https://maven.enginehub.org/repo/ + + + commons-io + https://mvnrepository.com/artifact/commons-io/commons-io/ + + + + + org.spigotmc + spigot-api + 1.19.2-R0.1-SNAPSHOT + provided + + + org.yaml + snakeyaml + 2.2 + provided + + + net.kyori + adventure-text-minimessage + 4.16.0 + provided + + + org.xerial + sqlite-jdbc + 3.30.1 + provided + + + org.junit.jupiter + junit-jupiter + 5.11.0-M2 + test + + + junit-jupiter-api + org.junit.jupiter + + + junit-jupiter-params + org.junit.jupiter + + + junit-jupiter-engine + org.junit.jupiter + + + + + org.mockito + mockito-core + 5.12.0 + test + + + byte-buddy + net.bytebuddy + + + byte-buddy-agent + net.bytebuddy + + + objenesis + org.objenesis + + + + + org.assertj + assertj-core + 3.25.3 + test + + + byte-buddy + net.bytebuddy + + + + + commons-io + commons-io + 2.15.1 + provided + + + me.clip + placeholderapi + 2.11.6 + provided + + + com.github.MilkBowl + VaultAPI + 1.7.1 + provided + + + com.mojang + authlib + 1.5.26 + provided + + + org.projectlombok + lombok + 1.18.30 + provided + + + com.sk89q.worldedit + worldedit-bukkit + 7.4.0-SNAPSHOT + provided + + + com.sk89q.worldedit + worldedit-core + 7.4.0-SNAPSHOT + provided + + + com.fastasyncworldedit + FastAsyncWorldEdit-Bukkit + 2.9.0 + provided + + + com.fastasyncworldedit + FastAsyncWorldEdit-Core + 2.9.0 + provided + + + diff --git a/target/original-WorldSystem-2.5.0-build-sqlite-dev.jar b/target/original-WorldSystem-2.5.0-build-sqlite-dev.jar index 6e6c2b4..907b4fa 100644 Binary files a/target/original-WorldSystem-2.5.0-build-sqlite-dev.jar and b/target/original-WorldSystem-2.5.0-build-sqlite-dev.jar differ