mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-12-11 19:16:45 +01:00
Fix heroes dependency
This commit is contained in:
parent
f31e5b2602
commit
8f962f9345
10
pom.xml
10
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user