2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-16 03:40:27 +00:00

Update commons-pool2 since classloader bugs are fixed

Closes #38
This commit is contained in:
Tux
2016-05-31 06:35:29 -04:00
parent 4707fb79be
commit 436949b8d8
2 changed files with 2 additions and 11 deletions

View File

@@ -112,7 +112,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.3</version>
<version>2.4.2</version>
<scope>compile</scope>
</dependency>
<dependency>