13 lines
430 B
Java
13 lines
430 B
Java
|
module org.xbib.netty.http.common {
|
||
|
exports org.xbib.netty.http.common;
|
||
|
exports org.xbib.netty.http.common.cookie;
|
||
|
exports org.xbib.netty.http.common.net;
|
||
|
exports org.xbib.netty.http.common.mime;
|
||
|
exports org.xbib.netty.http.common.security;
|
||
|
exports org.xbib.netty.http.common.util;
|
||
|
requires io.netty.transport;
|
||
|
requires io.netty.handler;
|
||
|
requires org.xbib.net.url;
|
||
|
requires java.logging;
|
||
|
}
|