Files
KauriV3-mirror/pom.xml
T

43 lines
1.3 KiB
XML

<?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>
<groupId>dev.brighten.ac</groupId>
<artifactId>EnterpriseAnticheat</artifactId>
<version>3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>Anticheat</module>
<module>API</module>
<module>LegacyAPI</module>
<module>ModernAPI</module>
<module>Compat</module>
<module>Compat-1_19_R3</module>
<module>Neo/neo</module>
</modules>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>26.0.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>