mirror of
https://github.com/TotalFreedomMC/OpenInv.git
synced 2024-11-04 19:25:39 +00:00
9db18613a1
Potentially causes issues with Cauldron and similar mods that use different mapping names.
28 lines
863 B
XML
28 lines
863 B
XML
<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>
|
|
|
|
<parent>
|
|
<groupId>com.lishid</groupId>
|
|
<artifactId>openinvinternal</artifactId>
|
|
<version>3.3.0-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<artifactId>openinvadapter1_10_R1</artifactId>
|
|
<name>OpenInvAdapter1_10_R1</name>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.spigotmc</groupId>
|
|
<artifactId>spigot</artifactId>
|
|
<version>1.10-R0.1-SNAPSHOT</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.lishid</groupId>
|
|
<artifactId>openinvcommon</artifactId>
|
|
<version>3.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project>
|