3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-06 05:18:06 +02:00
Geyser/common/pom.xml

22 Zeilen
818 B
XML

2019-07-08 19:55:14 +02: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>
<version>parent</version>
<relativePath>../</relativePath>
2019-07-08 19:55:14 +02:00
</parent>
<artifactId>common</artifactId>
<version>1.0-SNAPSHOT</version>
2019-07-08 19:55:14 +02:00
<dependencies>
<dependency>
<groupId>org.geysermc</groupId>
<artifactId>api</artifactId>
<version>1.0-SNAPSHOT</version>
2019-07-09 00:28:22 +02:00
<scope>compile</scope>
2019-07-08 19:55:14 +02:00
</dependency>
</dependencies>
</project>