2016-07-11 03:04:58 +02:00
<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 > net.md-5</groupId>
<artifactId > bungeecord-parent</artifactId>
2024-01-19 22:41:57 +01:00
<version > 1.20-R0.3-SNAPSHOT</version>
2016-07-11 03:04:58 +02:00
<relativePath > ../pom.xml</relativePath>
</parent>
<groupId > net.md-5</groupId>
<artifactId > bungeecord-log</artifactId>
2024-01-19 22:41:57 +01:00
<version > 1.20-R0.3-SNAPSHOT</version>
2016-07-11 03:04:58 +02:00
<packaging > jar</packaging>
<name > BungeeCord-Log</name>
<description > Simplistic and performant java.util.Logger based logger and console API designed for use with BungeeCord and Minecraft related applications.</description>
<dependencies >
<dependency >
<groupId > jline</groupId>
<artifactId > jline</artifactId>
2017-01-31 23:23:19 +01:00
<version > 2.12.1</version>
2016-07-11 03:04:58 +02:00
<scope > compile</scope>
</dependency>
<dependency >
<groupId > net.md-5</groupId>
<artifactId > bungeecord-chat</artifactId>
<version > ${project.version}</version>
<scope > compile</scope>
</dependency>
</dependencies>
</project>