nx01/nx01-jpp-base/pom.xml

33 lines
1.1 KiB
XML
Raw Normal View History

2025-05-07 21:46:32 +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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01</artifactId>
<version>5786.SHEVAT〄.1-SNAPSHOT</version>
2025-05-07 21:46:32 +02:00
</parent>
<artifactId>nx01-jpp-base</artifactId>
<dependencies>
2026-02-02 17:20:28 +01:00
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jppa-land</artifactId>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
2026-02-02 18:04:15 +01:00
<artifactId>nx01-jppa-nether-dial-lingua</artifactId>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
2026-02-02 18:04:15 +01:00
<artifactId>nx01-jppa-nether-dial-based</artifactId>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-x4o-fc18</artifactId>
</dependency>
2025-05-07 21:46:32 +02:00
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>