SongodaCore/Core/pom.xml

421 lines
15 KiB
XML
Raw Normal View History

<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
2019-09-12 20:41:26 +02:00
<parent>
<groupId>com.craftaro</groupId>
<artifactId>CraftaroCore-Modules</artifactId>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
2019-09-12 20:41:26 +02:00
</parent>
<artifactId>CraftaroCore</artifactId>
2019-09-12 20:41:26 +02:00
<build>
<finalName>CraftaroCore-${project.version}</finalName>
2019-09-12 20:41:26 +02:00
<plugins>
<plugin>
<groupId>de.m3y.maven</groupId>
<artifactId>inject-maven-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>inject</goal>
</goals>
</execution>
</executions>
<configuration>
<injections>
<injection>
<value>${project.version}</value>
<pointCut>com.craftaro.core.CraftaroCoreConstants.getCoreVersion</pointCut>
</injection>
</injections>
</configuration>
</plugin>
2019-11-13 02:57:35 +01:00
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
2019-11-13 02:57:35 +01:00
<executions>
<execution>
<id>attach-sources</id>
2019-11-13 02:57:35 +01:00
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
2019-09-15 19:26:12 +02:00
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.1</version>
2019-09-15 19:26:12 +02:00
<executions>
<execution>
<id>shaded</id>
<phase>package</phase>
2019-09-15 19:26:12 +02:00
<goals>
<goal>shade</goal>
</goals>
2019-09-15 19:26:12 +02:00
<configuration>
<shadedArtifactAttached>false</shadedArtifactAttached>
<useDependencyReducedPomInJar>true</useDependencyReducedPomInJar>
2019-09-15 19:26:12 +02:00
<artifactSet>
<includes>
<include>com.craftaro:*</include>
<include>de.tr7zw:item-nbt-api</include>
<include>net.kyori:*</include>
<include>com.github.cryptomorin:XSeries</include>
<include>org.apache.commons:commons-lang3</include>
<include>org.apache.commons:commons-text</include>
<include>com.zaxxer:HikariCP</include>
<include>org.jooq:jooq</include>
<include>org.reactivestreams:reactive-streams</include>
<include>org.mariadb.jdbc:mariadb-java-client</include>
<include>com.h2database:h2</include>
2019-09-15 19:26:12 +02:00
</includes>
</artifactSet>
2022-01-02 22:44:06 +01:00
<relocations>
<relocation>
<pattern>com.zaxxer</pattern>
<shadedPattern>com.craftaro.core.third_party.com.zaxxer</shadedPattern>
2022-01-02 22:44:06 +01:00
</relocation>
<relocation>
<pattern>de.tr7zw.changeme.nbtapi</pattern>
<shadedPattern>com.craftaro.core.third_party.de.tr7zw.nbtapi</shadedPattern>
</relocation>
<relocation>
<pattern>net.kyori</pattern>
<shadedPattern>com.craftaro.core.third_party.net.kyori</shadedPattern>
</relocation>
2022-01-02 22:44:06 +01:00
<relocation>
<pattern>org.apache.commons</pattern>
<shadedPattern>com.craftaro.core.third_party.org.apache.commons</shadedPattern>
</relocation>
<relocation>
<pattern>org.jooq</pattern>
<shadedPattern>com.craftaro.core.third_party.org.jooq</shadedPattern>
</relocation>
<relocation>
<pattern>org.reactivestreams</pattern>
<shadedPattern>com.craftaro.core.third_party.org.reactivestreams</shadedPattern>
</relocation>
<relocation>
<pattern>org.mariadb.jdbc</pattern>
<shadedPattern>com.craftaro.core.third_party.org.mariadb.jdbc</shadedPattern>
</relocation>
<relocation>
<pattern>org.h2</pattern>
<shadedPattern>com.craftaro.core.third_party.org.h2</shadedPattern>
</relocation>
<relocation>
<pattern>com.cryptomorin.xseries</pattern>
<shadedPattern>com.craftaro.core.third_party.com.cryptomorin.xseries</shadedPattern>
</relocation>
2022-01-02 22:44:06 +01:00
</relocations>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/INDEX.LIST</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
<exclude>**/LICENSE*</exclude>
<exclude>**/NOTICE*</exclude>
</excludes>
</filter>
</filters>
2019-09-15 19:26:12 +02:00
</configuration>
</execution>
</executions>
</plugin>
2019-09-12 20:41:26 +02:00
</plugins>
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.intellectualsites.bom</groupId>
<artifactId>bom-1.18.x</artifactId>
<version>1.31</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
2019-09-12 20:41:26 +02:00
<dependencies>
<!--suppress VulnerableLibrariesLocal -->
2019-09-12 20:41:26 +02:00
<dependency>
2020-06-25 07:10:11 +02:00
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.19.2-R0.1-SNAPSHOT</version>
2021-04-21 14:42:10 +02:00
<scope>provided</scope>
2019-09-12 20:41:26 +02:00
</dependency>
<!--suppress VulnerableLibrariesLocal -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>CraftaroCore-Compatibility</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>CraftaroCore-NMS</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.12.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-api</artifactId>
<version>4.11.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-platform-bukkit</artifactId>
<version>4.1.1</version>
<scope>compile</scope>
</dependency>
<!-- DB Stuff Start -->
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>5.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>
<version>3.14.16</version>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.200</version>
</dependency>
<!-- DB Stuff End -->
2019-10-09 23:53:38 +02:00
<!-- Start Plugin Hooks -->
2019-09-12 20:41:26 +02:00
<dependency>
<groupId>com.gmail.filoghost.holographicdisplays</groupId>
<artifactId>holographicdisplays-api</artifactId>
<version>2.3.2</version>
<scope>provided</scope>
</dependency>
2019-09-12 20:41:26 +02:00
<dependency>
<groupId>com.sainttx</groupId>
2019-09-12 20:41:26 +02:00
<artifactId>Holograms</artifactId>
<version>2.13</version>
2019-09-12 20:41:26 +02:00
<scope>provided</scope>
</dependency>
2019-09-16 17:04:22 +02:00
<dependency>
<groupId>com.github.Zrips</groupId>
<artifactId>CMI-API</artifactId>
<version>7.6.2.0</version>
2019-09-16 17:04:22 +02:00
<scope>provided</scope>
</dependency>
2019-09-12 20:41:26 +02:00
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>Reserve</artifactId>
<version>0.1.5.4</version>
2019-09-12 20:41:26 +02:00
<scope>provided</scope>
</dependency>
2019-09-12 20:41:26 +02:00
<dependency>
<groupId>org.black_ixx</groupId>
<artifactId>PlayerPoints</artifactId>
<version>2.1.4</version>
<scope>provided</scope>
</dependency>
2019-09-12 20:41:26 +02:00
<dependency>
<groupId>net.milkbowl</groupId>
<artifactId>VaultAPI</artifactId>
<version>1.7.2</version>
<scope>provided</scope>
</dependency>
2019-10-09 23:53:38 +02:00
<dependency>
2020-03-16 16:55:43 +01:00
<groupId>com.sk89q</groupId>
2019-10-09 23:53:38 +02:00
<artifactId>worldguard-bukkit</artifactId>
<version>7.0.4</version>
2019-10-09 23:53:38 +02:00
<scope>provided</scope>
</dependency>
2019-10-09 23:53:38 +02:00
<dependency>
2020-03-16 16:55:43 +01:00
<groupId>com.sk89q</groupId>
2019-10-09 23:53:38 +02:00
<artifactId>worldedit-bukkit</artifactId>
2020-03-16 16:55:43 +01:00
<version>7.1.0</version>
2019-10-09 23:53:38 +02:00
<scope>provided</scope>
</dependency>
2019-10-09 23:53:38 +02:00
<dependency>
<groupId>com.craftaro</groupId>
<artifactId>UltimateStacker-API</artifactId>
<version>1.0.0-SNAPSHOT</version>
2019-10-09 23:53:38 +02:00
<scope>provided</scope>
</dependency>
2019-10-09 23:53:38 +02:00
<dependency>
<groupId>com.bgsoftware</groupId>
<artifactId>wildstacker</artifactId>
2022-07-13 07:50:25 +02:00
<version>3.8.0</version>
2019-10-09 23:53:38 +02:00
<scope>provided</scope>
</dependency>
2019-10-09 23:53:38 +02:00
<dependency>
<groupId>uk.antiperson</groupId>
<artifactId>stackmob</artifactId>
<version>4-0-2</version>
<scope>provided</scope>
</dependency>
2019-10-09 23:53:38 +02:00
<dependency>
<groupId>com.github.Zrips</groupId>
<artifactId>Jobs</artifactId>
<version>v4.17.2</version>
2019-10-09 23:53:38 +02:00
<scope>provided</scope>
</dependency>
2019-10-10 02:31:33 +02:00
<dependency>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
<version>2.1.200</version>
2019-10-10 02:31:33 +02:00
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net</groupId>
<artifactId>coreprotect</artifactId>
<version>2.17.5</version>
<scope>provided</scope>
</dependency>
2021-01-11 23:48:23 +01:00
<dependency>
<groupId>me.ryanhamshire</groupId>
<artifactId>GriefPrevention</artifactId>
<version>16.16.0</version>
<scope>provided</scope>
</dependency>
2021-01-11 23:48:23 +01:00
<dependency>
<groupId>com.github.Angeschossen</groupId>
2021-01-11 23:48:23 +01:00
<artifactId>LandsAPI</artifactId>
<version>6.28.11</version>
2021-01-11 23:48:23 +01:00
<scope>provided</scope>
</dependency>
2021-01-11 23:48:23 +01:00
<dependency>
<groupId>br.net.fabiozumbi12</groupId>
<artifactId>RedProtect</artifactId>
<version>7.7.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.plotsquared</groupId>
<artifactId>PlotSquared-Core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.plotsquared</groupId>
<artifactId>PlotSquared-Bukkit</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>PlotSquared-Core</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
2021-01-11 23:48:23 +01:00
<dependency>
2023-08-02 18:30:12 +02:00
<groupId>com.craftaro</groupId>
2021-01-11 23:48:23 +01:00
<artifactId>UltimateClaims</artifactId>
<version>2.0.0-b4-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.palmergames</groupId>
<artifactId>Towny</artifactId>
<version>0.96.5.0</version>
<scope>provided</scope>
2021-01-11 23:48:23 +01:00
</dependency>
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>1.15.5</version>
<scope>provided</scope>
</dependency>
2021-08-29 23:44:17 +02:00
<dependency>
<groupId>com.Zrips</groupId>
<artifactId>Residence</artifactId>
<version>4.9.0.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.decentsoftware-eu</groupId>
<artifactId>decentholograms</artifactId>
<version>2.8.4</version>
<scope>provided</scope>
</dependency>
2019-10-09 23:53:38 +02:00
<!-- End Plugin Hooks -->
2019-09-12 20:41:26 +02:00
</dependencies>
</project>