<?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> <groupId>com.denizenscript</groupId> <artifactId>denizen-parent</artifactId> <version>1.2.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>denizen-paper</artifactId> <repositories> <repository> <id>papermc</id> <url>https://papermc.io/repo/repository/maven-public/</url> </repository> </repositories> <dependencies> <dependency> <groupId>com.denizenscript</groupId> <artifactId>denizen</artifactId> <version>${project.parent.version}</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>io.papermc.paper</groupId> <artifactId>paper-api</artifactId> <version>1.19.2-R0.1-SNAPSHOT</version> <scope>provided</scope> </dependency> </dependencies> </project>