LibsDisguises/shared/pom.xml

29 lines
960 B
XML
Raw Normal View History

2021-12-07 04:35:30 +01: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">
<parent>
<artifactId>LibsDisguises</artifactId>
<groupId>LibsDisguises</groupId>
2021-12-23 05:12:14 +01:00
<version>10.0.27-SNAPSHOT</version>
2021-12-07 04:35:30 +01:00
</parent>
2021-12-11 07:25:17 +01:00
<modelVersion>4.0.0</modelVersion>
2021-12-07 04:35:30 +01:00
<artifactId>shared</artifactId>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
</dependency>
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
</dependency>
</dependencies>
</project>