diff --git a/pom.xml b/pom.xml index 3b107d4..7b40cfc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,21 +1,12 @@ - + 4.0.0 nl.SBDeveloper V10Lift2 - jar V10Lift 0.5.1 - - UTF-8 - 1.8 - 1.8 - - iobyte-nexus @@ -23,9 +14,14 @@ + + 1.8 + UTF-8 + 1.8 + + - target - V10Lift v${project.version} + . @@ -44,14 +40,16 @@ + target + V10Lift v${project.version} + - org.apache.maven.plugins maven-clean-plugin 3.1.0 + - org.apache.maven.plugins maven-shade-plugin 3.2.2 @@ -64,14 +62,15 @@ + - org.apache.maven.plugins maven-compiler-plugin 3.8.1 -parameters + org.projectlombok lombok-maven-plugin @@ -85,8 +84,8 @@ + - org.apache.maven.plugins maven-javadoc-plugin 3.1.1 @@ -96,14 +95,15 @@ + - org.apache.maven.plugins maven-deploy-plugin 2.8.2 true + org.sonatype.plugins nexus-staging-maven-plugin @@ -138,39 +138,31 @@ + org.spigotmc spigot-api 1.15.2-R0.1-SNAPSHOT provided - - com.google.code.findbugs - jsr305 - 3.0.2 - - - com.zaxxer - HikariCP - 3.4.2 - - - org.slf4j - slf4j-simple - 1.7.30 - + + org.projectlombok lombok 1.18.12 provided + + nl.SBDevelopment SBUtilities 1.1 compile + + com.fasterxml.jackson.core jackson-databind @@ -183,5 +175,4 @@ - \ No newline at end of file diff --git a/src/main/lombok/nl/SBDeveloper/V10Lift/V10LiftPlugin.java b/src/main/lombok/nl/SBDeveloper/V10Lift/V10LiftPlugin.java index 4db5f9d..dd1f6a4 100644 --- a/src/main/lombok/nl/SBDeveloper/V10Lift/V10LiftPlugin.java +++ b/src/main/lombok/nl/SBDeveloper/V10Lift/V10LiftPlugin.java @@ -16,8 +16,6 @@ import org.bukkit.plugin.java.JavaPlugin; import java.sql.SQLException; import java.util.Objects; -import java.util.logging.Level; -import java.util.logging.Logger; public class V10LiftPlugin extends JavaPlugin {