chore: 调整依赖传递问题

Signed-off-by: 502647092 <admin@yumc.pw>
dev
502647092 2016-11-15 14:23:42 +08:00
parent cfe7f8c919
commit c84b4ea5f7
1 changed files with 1 additions and 19 deletions

20
pom.xml
View File

@ -103,29 +103,11 @@
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<type>jar</type>
<version>1.10.2-R0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>pw.yumc</groupId>
<artifactId>YumCore</artifactId>
<type>jar</type>
<version>1.1</version>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
<version>1.10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>pw.yumc</groupId>
<artifactId>PlaceholderAPI</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/PlaceholderAPI.jar</systemPath>
<version>1.2</version>
</dependency>
</dependencies>
</project>