2019-07-08 17:55:14 +00:00
|
|
|
<?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>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.geysermc</groupId>
|
|
|
|
<artifactId>geyser-parent</artifactId>
|
2019-07-17 17:51:05 +00:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2019-07-08 17:55:14 +00:00
|
|
|
</parent>
|
|
|
|
<artifactId>connector</artifactId>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.geysermc</groupId>
|
|
|
|
<artifactId>api</artifactId>
|
2019-07-17 17:51:05 +00:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2019-07-08 22:28:22 +00:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.geysermc</groupId>
|
|
|
|
<artifactId>common</artifactId>
|
2019-07-17 17:51:05 +00:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2019-07-08 22:28:22 +00:00
|
|
|
<scope>compile</scope>
|
2019-07-08 17:55:14 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2019-07-08 19:13:31 +00:00
|
|
|
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
|
|
<artifactId>jackson-dataformat-yaml</artifactId>
|
|
|
|
<version>2.9.8</version>
|
2019-09-21 15:14:46 +00:00
|
|
|
<scope>compile</scope>
|
2019-07-08 19:13:31 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
|
|
|
<artifactId>jackson-datatype-jsr310</artifactId>
|
|
|
|
<version>2.9.8</version>
|
2019-09-21 15:14:46 +00:00
|
|
|
<scope>compile</scope>
|
2019-07-08 17:55:14 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.sentry</groupId>
|
|
|
|
<artifactId>sentry</artifactId>
|
|
|
|
<version>1.7.0</version>
|
2019-09-21 15:14:46 +00:00
|
|
|
<scope>compile</scope>
|
2019-07-08 17:55:14 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.minecrell</groupId>
|
|
|
|
<artifactId>terminalconsoleappender</artifactId>
|
|
|
|
<version>1.0.0</version>
|
2019-09-21 15:14:46 +00:00
|
|
|
<scope>compile</scope>
|
2019-07-08 17:55:14 +00:00
|
|
|
</dependency>
|
2019-07-08 19:13:31 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<version>1.7.5</version>
|
2019-09-21 15:14:46 +00:00
|
|
|
<scope>compile</scope>
|
2019-07-08 19:13:31 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
<version>1.6.4</version>
|
2019-09-21 15:14:46 +00:00
|
|
|
<scope>compile</scope>
|
2019-07-08 19:13:31 +00:00
|
|
|
</dependency>
|
2019-07-13 19:00:51 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.fusesource.jansi</groupId>
|
|
|
|
<artifactId>jansi</artifactId>
|
|
|
|
<version>1.18</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2019-07-23 23:44:30 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.nukkitx.protocol</groupId>
|
2019-12-23 17:47:31 +00:00
|
|
|
<artifactId>bedrock-v389</artifactId>
|
2020-02-16 19:07:35 +00:00
|
|
|
<version>2.5.1</version>
|
2019-07-23 23:44:30 +00:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2019-07-08 19:13:31 +00:00
|
|
|
<dependency>
|
2019-08-30 21:47:33 +00:00
|
|
|
<groupId>com.nukkitx</groupId>
|
|
|
|
<artifactId>fastutil-lite</artifactId>
|
|
|
|
<version>8.1.1</version>
|
2019-07-08 19:13:31 +00:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2019-07-08 22:28:22 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.steveice10</groupId>
|
|
|
|
<artifactId>opennbt</artifactId>
|
|
|
|
<version>1.3-SNAPSHOT</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.steveice10</groupId>
|
|
|
|
<artifactId>packetlib</artifactId>
|
|
|
|
<version>1.4-SNAPSHOT</version>
|
|
|
|
<scope>compile</scope>
|
2019-11-28 23:27:43 +00:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
<artifactId>netty-all</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2019-07-08 22:28:22 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.steveice10</groupId>
|
|
|
|
<artifactId>mcauthlib</artifactId>
|
|
|
|
<version>1.1-SNAPSHOT</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.steveice10</groupId>
|
|
|
|
<artifactId>mcprotocollib</artifactId>
|
2020-01-23 02:28:08 +00:00
|
|
|
<version>1.15.2-1-SNAPSHOT</version>
|
2019-07-08 22:28:22 +00:00
|
|
|
<scope>compile</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.github.steveice10</groupId>
|
|
|
|
<artifactId>opennbt</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.github.steveice10</groupId>
|
|
|
|
<artifactId>packetlib</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.github.steveice10</groupId>
|
|
|
|
<artifactId>mcauthlib</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2019-07-08 17:55:14 +00:00
|
|
|
</dependencies>
|
|
|
|
<build>
|
2019-12-06 11:08:25 +00:00
|
|
|
<finalName>${project.parent.name}-noshade</finalName>
|
2019-07-08 22:28:22 +00:00
|
|
|
<directory>../target</directory>
|
2019-07-08 17:55:14 +00:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<archive>
|
|
|
|
<manifestEntries>
|
|
|
|
<Main-Class>org.geysermc.connector.GeyserConnector</Main-Class>
|
|
|
|
</manifestEntries>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<configuration>
|
2019-12-06 11:08:25 +00:00
|
|
|
<finalName>${project.parent.name}</finalName>
|
2019-07-08 17:55:14 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
2019-07-12 22:01:31 +00:00
|
|
|
</goals>
|
2019-07-08 17:55:14 +00:00
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
2019-12-06 11:08:25 +00:00
|
|
|
<finalName>${project.parent.name}</finalName>
|
2019-07-08 17:55:14 +00:00
|
|
|
<shadedArtifactAttached>true</shadedArtifactAttached>
|
2019-07-11 21:13:33 +00:00
|
|
|
<minimizeJar>true</minimizeJar>
|
2019-07-08 17:55:14 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2019-11-27 15:58:57 +00:00
|
|
|
</project>
|