mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-25 20:16:06 +01:00
Exclude old Bukkit from SerializationConfig.
This commit is contained in:
parent
54209e1535
commit
d18581828d
6
pom.xml
6
pom.xml
@ -283,6 +283,12 @@
|
|||||||
<version>1.7</version>
|
<version>1.7</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 SerializationConfig Dependency -->
|
<!-- End of SerializationConfig Dependency -->
|
||||||
<!-- Start of Economy Dependency -->
|
<!-- Start of Economy Dependency -->
|
||||||
|
Loading…
Reference in New Issue
Block a user