mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-25 20:16:06 +01:00
Added possible fix for dependency issues on build.
This commit is contained in:
parent
ef251c256d
commit
762d8e3ebb
6
pom.xml
6
pom.xml
@ -300,6 +300,12 @@
|
|||||||
<version>R6</version>
|
<version>R6</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.bukkit</groupId>
|
||||||
|
<artifactId>bukkit</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- End of Metrics Dependency -->
|
<!-- End of Metrics Dependency -->
|
||||||
<!-- Start of Logging Dependency -->
|
<!-- Start of Logging Dependency -->
|
||||||
|
Loading…
Reference in New Issue
Block a user