Updated logging library to 1.1.1.

(cherry picked from commit 9b88d1d491)
This commit is contained in:
Jeremy Wood 2019-01-29 23:54:58 -05:00
parent b341a6dd3a
commit 82457e5b79

View File

@ -354,15 +354,9 @@
<dependency> <dependency>
<groupId>com.dumptruckman.minecraft</groupId> <groupId>com.dumptruckman.minecraft</groupId>
<artifactId>Logging</artifactId> <artifactId>Logging</artifactId>
<version>1.0.9</version> <version>1.1.1</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<!-- End of Logging Dependency --> <!-- End of Logging Dependency -->
<!-- Start of JSON dependency --> <!-- Start of JSON dependency -->