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-12-01 21:16:52 +00:00
|
|
|
<version>parent</version>
|
|
|
|
<relativePath>../</relativePath>
|
2019-07-08 17:55:14 +00:00
|
|
|
</parent>
|
|
|
|
<artifactId>connector</artifactId>
|
2019-12-01 21:16:52 +00:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2019-07-08 17:55:14 +00:00
|
|
|
<dependencies>
|
2019-07-08 22:28:22 +00:00
|
|
|
<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>
|
2019-07-23 23:44:30 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.nukkitx.protocol</groupId>
|
2019-10-31 02:14:23 +00:00
|
|
|
<artifactId>bedrock-v388</artifactId>
|
2019-11-27 15:58:57 +00:00
|
|
|
<version>2.4.0</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>
|
2019-12-18 00:00:24 +00:00
|
|
|
<version>1.15.1-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>
|
2019-11-27 15:58:57 +00:00
|
|
|
</project>
|