-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpom.xml
19 lines (19 loc) · 825 Bytes
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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>com.herestt.tos.nio.ipffs</groupId>
<artifactId>tos-ipffs</artifactId>
<name>IPF File System</name>
<description>A java NIO File System Provider implementation for the IPF file type which is used for the Tree of Savior game.</description>
<dependencies>
<dependency>
<groupId>com.herestt.common</groupId>
<artifactId>hucc</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
<parent>
<groupId>com.herestt.tos</groupId>
<artifactId>tos-lib</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
</project>