Exclude old Bukkit from SerializationConfig.

This commit is contained in:
Jeremy Wood 2017-07-09 09:36:02 -04:00
parent 54209e1535
commit d18581828d

View File

@ -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 -->