diff --git a/pom.xml b/pom.xml index cc790dc29..c71283a8c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - 4.0.0 @@ -175,29 +176,27 @@ org.apache.maven.plugins maven-shade-plugin - 3.1.1 + 3.1.0 - false + true + + + org.bstats + world.bentobox.bentobox.util.metrics + + + + + org.mongodb:* + + - - package - - shade - - - - org.bstats:bstats-bukkit - - - - - org.bstats - world.bentobox.bentobox.util.metrics - - - + package + + shade + diff --git a/src/main/java/world/bentobox/bentobox/api/commands/CompositeCommand.java b/src/main/java/world/bentobox/bentobox/api/commands/CompositeCommand.java index c7e5d89fd..ec8d3c222 100644 --- a/src/main/java/world/bentobox/bentobox/api/commands/CompositeCommand.java +++ b/src/main/java/world/bentobox/bentobox/api/commands/CompositeCommand.java @@ -2,7 +2,6 @@ package world.bentobox.bentobox.api.commands; import java.util.ArrayList; import java.util.Arrays; -import java.util.Collection; import java.util.HashMap; import java.util.LinkedHashMap; import java.util.LinkedList;