Files
BedwarsRel/v1_12_r1/pom.xml
2026-04-01 18:18:05 +08:00

36 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>BedwarsRel-Parent</artifactId>
<groupId>io.github.bedwarsrel</groupId>
<version>1.3.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.bedwarsrel.com</groupId>
<artifactId>BedwarsRel-v1_12_r1</artifactId>
<dependencies>
<dependency>
<groupId>io.github.bedwarsrel</groupId>
<artifactId>BedwarsRel-Common</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.12-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.spigotmc</groupId>
<artifactId>minecraft-server</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>