mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-01 13:11:22 +01:00
Exclude old Bukkit from SerializationConfig.
(cherry picked from commit d18581828d
)
This commit is contained in:
parent
3882164074
commit
537ddff634
6
pom.xml
6
pom.xml
@ -278,6 +278,12 @@
|
||||
<version>1.7</version>
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>bukkit</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- End of SerializationConfig Dependency -->
|
||||
<!-- Start of Economy Dependency -->
|
||||
|
Loading…
Reference in New Issue
Block a user