2018-02-04 15:29:07 +00:00
|
|
|
<!--
|
|
|
|
~ Copyright (C) 2011-2018 lishid. All rights reserved.
|
|
|
|
~
|
|
|
|
~ This program is free software: you can redistribute it and/or modify
|
|
|
|
~ it under the terms of the GNU General Public License as published by
|
|
|
|
~ the Free Software Foundation, version 3.
|
|
|
|
~
|
|
|
|
~ This program is distributed in the hope that it will be useful,
|
|
|
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
~ GNU General Public License for more details.
|
|
|
|
~
|
|
|
|
~ You should have received a copy of the GNU General Public License
|
|
|
|
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
-->
|
|
|
|
|
2016-11-25 13:01:44 +00: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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>com.lishid</groupId>
|
2016-12-01 02:26:56 +00:00
|
|
|
<artifactId>openinvinternal</artifactId>
|
2018-08-26 18:47:13 +00:00
|
|
|
<version>3.3.7-SNAPSHOT</version>
|
2016-11-25 13:01:44 +00:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>openinvadapter1_11_R1</artifactId>
|
|
|
|
<name>OpenInvAdapter1_11_R1</name>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot</artifactId>
|
2016-12-31 12:05:52 +00:00
|
|
|
<version>1.11.2-R0.1-SNAPSHOT</version>
|
2016-11-25 13:01:44 +00:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2017-01-15 13:08:51 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.lishid</groupId>
|
|
|
|
<artifactId>openinvcommon</artifactId>
|
2018-08-26 18:47:13 +00:00
|
|
|
<version>3.3.7-SNAPSHOT</version>
|
2017-01-15 13:08:51 +00:00
|
|
|
</dependency>
|
2016-11-25 13:01:44 +00:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|