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

Migrate from the consumer model to ExecutorService. The consumer was not flexible and was less reliable.

This commit is contained in:
Tux
2014-09-21 13:55:14 -04:00
parent 0dda93bfc8
commit e0ee2ada21
9 changed files with 148 additions and 182 deletions

View File

@@ -134,7 +134,7 @@
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
</dependency>