Fix heroes dependency

This commit is contained in:
Dan Mulloy 2016-08-26 20:36:35 -04:00
parent f31e5b2602
commit 8f962f9345

10
pom.xml
View File

@ -126,16 +126,12 @@
<dependency> <dependency>
<groupId>com.herocraftonline.heroes</groupId> <groupId>com.herocraftonline.heroes</groupId>
<artifactId>Heroes</artifactId> <artifactId>Heroes</artifactId>
<version>1.5.5.6-SNAPSHOT</version> <version>1.5.5</version>
<scope>provided</scope> <scope>provided</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.bukkit</groupId> <groupId>*</groupId>
<artifactId>bukkit</artifactId> <artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>