168 lines
6.0 KiB
XML
168 lines
6.0 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/xsd/maven-4.0.0.xsd">
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
||
|
<groupId>com.solexgames.practice</groupId>
|
||
|
<artifactId>practice</artifactId>
|
||
|
<version>LATEST</version>
|
||
|
|
||
|
<repositories>
|
||
|
<repository>
|
||
|
<id>papermc</id>
|
||
|
<url>https://papermc.io/repo/repository/maven-public/</url>
|
||
|
</repository>
|
||
|
<repository>
|
||
|
<id>jitpack.io</id>
|
||
|
<url>https://jitpack.io</url>
|
||
|
</repository>
|
||
|
<repository>
|
||
|
<id>dmulloy2-repo</id>
|
||
|
<url>https://repo.dmulloy2.net/repository/public/</url>
|
||
|
</repository>
|
||
|
<repository>
|
||
|
<id>everything</id>
|
||
|
<url>https://repo.citizensnpcs.co/</url>
|
||
|
</repository>
|
||
|
</repositories>
|
||
|
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>org.projectlombok</groupId>
|
||
|
<artifactId>lombok</artifactId>
|
||
|
<version>1.18.20</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<!-- Spigot !-->
|
||
|
<dependency>
|
||
|
<groupId>com.solexgames.spigot</groupId>
|
||
|
<artifactId>spigot-server</artifactId>
|
||
|
<version>1.8.8-R0.1-SNAPSHOT</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${basedir}/lib/spigot.jar</systemPath>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.solexgames.core</groupId>
|
||
|
<artifactId>scandium-bukkit</artifactId>
|
||
|
<version>LATEST</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${basedir}/lib/Scandium.jar</systemPath>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.solexgames.shop</groupId>
|
||
|
<artifactId>shop-bukkit</artifactId>
|
||
|
<version>LATEST</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${basedir}/lib/Shop.jar</systemPath>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>io.papermc</groupId>
|
||
|
<artifactId>paperlib</artifactId>
|
||
|
<version>1.0.6</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.moonsworth.api</groupId>
|
||
|
<artifactId>lunar-client-api</artifactId>
|
||
|
<version>LATEST</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${basedir}/lib/lunar.jar</systemPath>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.github.cryptomorin</groupId>
|
||
|
<artifactId>XSeries</artifactId>
|
||
|
<version>8.2.0</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>xyz.xenondevs</groupId>
|
||
|
<artifactId>particle</artifactId>
|
||
|
<version>1.6.4</version>
|
||
|
</dependency>
|
||
|
|
||
|
<!-- Other libraries !-->
|
||
|
<dependency>
|
||
|
<groupId>com.google.code.gson</groupId>
|
||
|
<artifactId>gson</artifactId>
|
||
|
<version>2.8.7</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.github.NoSequel</groupId>
|
||
|
<artifactId>ScoreboardAPI</artifactId>
|
||
|
<version>d86c2c6d87</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.sk89q</groupId>
|
||
|
<artifactId>worldedit</artifactId>
|
||
|
<version>6.0.0-SNAPSHOT</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${basedir}/lib/worldedit-bukkit-6.1.7.2.jar</systemPath>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.boydti</groupId>
|
||
|
<artifactId>fawe-api</artifactId>
|
||
|
<version>latest</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${basedir}/lib/FastAsyncWorldEdit-bukkit-21.03.26-5ff3a9b-1286-22.3.9.jar</systemPath>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.comphenix.protocol</groupId>
|
||
|
<artifactId>ProtocolLib</artifactId>
|
||
|
<version>4.6.0</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.mongodb</groupId>
|
||
|
<artifactId>mongodb-driver</artifactId>
|
||
|
<version>3.12.9</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>net.citizne</groupId>
|
||
|
<artifactId>citizens</artifactId>
|
||
|
<version>2.0.25-SNAPSHOT</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${basedir}/lib/Citizens-2.0.29-b2490.jar</systemPath>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>net.23</groupId>
|
||
|
<artifactId>qwoiufjwsodnmwso</artifactId>
|
||
|
<version>2.0.25-SNAPSHOT</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${basedir}/lib/commonslibs-bukkit_1.jar</systemPath>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
|
||
|
<build>
|
||
|
<plugins>
|
||
|
<plugin>
|
||
|
<groupId>org.apache.maven.plugins</groupId>
|
||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||
|
<configuration>
|
||
|
<source>1.8</source>
|
||
|
<target>1.8</target>
|
||
|
</configuration>
|
||
|
</plugin>
|
||
|
<plugin>
|
||
|
<groupId>org.apache.maven.plugins</groupId>
|
||
|
<artifactId>maven-shade-plugin</artifactId>
|
||
|
<version>2.1</version>
|
||
|
<configuration>
|
||
|
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
|
||
|
</configuration>
|
||
|
<executions>
|
||
|
<execution>
|
||
|
<phase>package</phase>
|
||
|
<goals>
|
||
|
<goal>shade</goal>
|
||
|
</goals>
|
||
|
</execution>
|
||
|
</executions>
|
||
|
</plugin>
|
||
|
</plugins>
|
||
|
|
||
|
<!--suppress UnresolvedMavenProperty -->
|
||
|
<finalName>Practice</finalName>
|
||
|
</build>
|
||
|
</project>
|