219 lines
7.2 KiB
XML
219 lines
7.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>nl.iobyte</groupId>
|
|
<artifactId>themepark</artifactId>
|
|
<version>3.0.2</version>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
<version>3.2.0</version>
|
|
<executions>
|
|
<execution>
|
|
<phase>package</phase>
|
|
<goals>
|
|
<goal>shade</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
<configuration>
|
|
<filters>
|
|
<filter>
|
|
<artifact>*:*</artifact>
|
|
<excludes>
|
|
<exclude>com/cryptomorin/xseries/XBlock*</exclude>
|
|
<exclude>com/cryptomorin/xseries/XEnchantment*</exclude>
|
|
<exclude>com/cryptomorin/xseries/XEntity*</exclude>
|
|
<exclude>com/cryptomorin/xseries/XItemStack*</exclude>
|
|
<exclude>com/cryptomorin/xseries/XMaterialUtil*</exclude>
|
|
<exclude>com/cryptomorin/xseries/XPotion*</exclude>
|
|
<exclude>com/cryptomorin/xseries/XSound*</exclude>
|
|
<exclude>com/cryptomorin/xseries/XBiome*</exclude>
|
|
<exclude>com/cryptomorin/xseries/NMSExtras*</exclude>
|
|
<exclude>com/cryptomorin/xseries/NoteBlockMusic*</exclude>
|
|
</excludes>
|
|
</filter>
|
|
</filters>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
<repositories>
|
|
<repository>
|
|
<id>spigot-repo</id>
|
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
|
</repository>
|
|
<repository>
|
|
<id>placeholderapi</id>
|
|
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
|
</repository>
|
|
<repository>
|
|
<id>onarandombox</id>
|
|
<url>http://repo.onarandombox.com/content/groups/public</url>
|
|
</repository>
|
|
<repository>
|
|
<id>MG-Dev Jenkins CI Maven Repository</id>
|
|
<url>https://ci.mg-dev.eu/plugin/repository/everything</url>
|
|
</repository>
|
|
<repository>
|
|
<id>sk89q-repo</id>
|
|
<url>https://maven.enginehub.org/repo/</url>
|
|
</repository>
|
|
</repositories>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.spigotmc</groupId>
|
|
<artifactId>spigot-api</artifactId>
|
|
<version>1.12.2-R0.1-SNAPSHOT</version>
|
|
<scope>provided</scope>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>commons-lang</artifactId>
|
|
<groupId>commons-lang</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>json-simple</artifactId>
|
|
<groupId>com.googlecode.json-simple</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>guava</artifactId>
|
|
<groupId>com.google.guava</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>gson</artifactId>
|
|
<groupId>com.google.code.gson</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>snakeyaml</artifactId>
|
|
<groupId>org.yaml</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>bungeecord-chat</artifactId>
|
|
<groupId>net.md-5</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>me.clip</groupId>
|
|
<artifactId>placeholderapi</artifactId>
|
|
<version>2.10.9</version>
|
|
<scope>provided</scope>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>annotations</artifactId>
|
|
<groupId>org.jetbrains</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.bergerkiller.bukkit</groupId>
|
|
<artifactId>TrainCarts</artifactId>
|
|
<version>1.16.5-v1</version>
|
|
<scope>provided</scope>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>LightAPI-fork</artifactId>
|
|
<groupId>io.github.qveshn</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>SmoothCoastersAPI</artifactId>
|
|
<groupId>me.m56738</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>cloud-paper</artifactId>
|
|
<groupId>org.bergerhealer.cloud.commandframework</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>cloud-annotations</artifactId>
|
|
<groupId>org.bergerhealer.cloud.commandframework</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>cloud-minecraft-extras</artifactId>
|
|
<groupId>org.bergerhealer.cloud.commandframework</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>commodore</artifactId>
|
|
<groupId>me.lucko</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>adventure-platform-bukkit</artifactId>
|
|
<groupId>net.kyori</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.bergerkiller.bukkit</groupId>
|
|
<artifactId>BKCommonLib</artifactId>
|
|
<version>1.16.5-v1</version>
|
|
<scope>provided</scope>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>Mountiplex</artifactId>
|
|
<groupId>com.bergerkiller.mountiplex</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sk89q.worldguard</groupId>
|
|
<artifactId>worldguard-legacy</artifactId>
|
|
<version>6.2</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sk89q.worldedit</groupId>
|
|
<artifactId>worldedit-bukkit</artifactId>
|
|
<version>6.1.5</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sk89q.worldedit</groupId>
|
|
<artifactId>worldedit-core</artifactId>
|
|
<version>6.1.4-SNAPSHOT</version>
|
|
<scope>provided</scope>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>truezip</artifactId>
|
|
<groupId>de.schlichtherle</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>js</artifactId>
|
|
<groupId>rhino</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>jsr305</artifactId>
|
|
<groupId>com.google.code.findbugs</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>paranamer</artifactId>
|
|
<groupId>com.thoughtworks.paranamer</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>jlibnoise</artifactId>
|
|
<groupId>com.sk89q.lib</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>jchronic</artifactId>
|
|
<groupId>com.sk89q</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>guava</artifactId>
|
|
<groupId>com.google.guava</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>snakeyaml</artifactId>
|
|
<groupId>org.yaml</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>gson</artifactId>
|
|
<groupId>com.google.code.gson</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependencies>
|
|
<properties>
|
|
<maven.compiler.target>11</maven.compiler.target>
|
|
<maven.compiler.source>11</maven.compiler.source>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
</properties>
|
|
</project>
|