diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..9eb6064 --- /dev/null +++ b/pom.xml @@ -0,0 +1,170 @@ + + + 4.0.0 + + de.teleportsuite + TeleportSuite + 1.0.2 + jar + + + + 21 + UTF-8 + + + ${project.basedir}/lib/BungeeCord.jar + + + + + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + + + + + + + + + org.spigotmc + spigot-api + 1.21.4-R0.1-SNAPSHOT + provided + + + + + net.md-5 + bungeecord-all + 1.21-SNAPSHOT + system + ${bungeecord.jar.path} + + + + + com.mysql + mysql-connector-j + 9.1.0 + compile + + + + + org.xerial + sqlite-jdbc + 3.47.1.0 + compile + + + + + com.zaxxer + HikariCP + 6.2.1 + compile + + + + + + + + + + ${project.artifactId} + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + ${maven.compiler.release} + UTF-8 + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.6.0 + + + package + + shade + + + false + + + + + net.md-5:bungeecord-all + + + + + + + com.mysql + de.teleportsuite.libs.mysql + + + com.zaxxer.hikari + de.teleportsuite.libs.hikari + + + + + + + *:* + + META-INF/LICENSE* + META-INF/NOTICE* + META-INF/DEPENDENCIES + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + + + + +