forked from woggioni/rbcs
implemented memcached client with Netty
This commit is contained in:
@@ -4,6 +4,7 @@ module net.woggioni.gbcs.common {
|
||||
requires org.slf4j;
|
||||
requires kotlin.stdlib;
|
||||
requires net.woggioni.jwo;
|
||||
requires io.netty.buffer;
|
||||
|
||||
provides java.net.spi.URLStreamHandlerProvider with net.woggioni.gbcs.common.GbcsUrlStreamHandlerFactory;
|
||||
exports net.woggioni.gbcs.common;
|
||||
|
||||
Reference in New Issue
Block a user