Clean up maven-bungle-plugin warnings
This commit is contained in:
parent
e236f5b77d
commit
105f952f5d
@ -46,12 +46,11 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<instructions>
|
<instructions>
|
||||||
<Import-Package>
|
<Import-Package>
|
||||||
!io.netty.buffer.*,
|
|
||||||
sun.misc;resolution:=optional,
|
sun.misc;resolution:=optional,
|
||||||
*
|
*
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
<Export-Package>
|
<Export-Package>
|
||||||
io.netty.bufer
|
io.netty.buffer
|
||||||
</Export-Package>
|
</Export-Package>
|
||||||
</instructions>
|
</instructions>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -51,17 +51,12 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<instructions>
|
<instructions>
|
||||||
<Import-Package>
|
<Import-Package>
|
||||||
!io.netty.handler.codec.http,
|
|
||||||
!io.netty.handler.codec.http.multipart,
|
|
||||||
!io.netty.handler.codec.http.websocket,
|
|
||||||
!io.netty.handler.codec.rtsp,
|
|
||||||
!io.netty.handler.codec.spdy,
|
|
||||||
*
|
*
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
<Export-Package>
|
<Export-Package>
|
||||||
io.netty.handler.codec.http,
|
io.netty.handler.codec.http,
|
||||||
io.netty.handler.codec.http.multipart,
|
io.netty.handler.codec.http.multipart,
|
||||||
io.netty.handler.codec.http.websocket,
|
io.netty.handler.codec.http.websocketx,
|
||||||
io.netty.handler.codec.rtsp,
|
io.netty.handler.codec.rtsp,
|
||||||
io.netty.handler.codec.spdy
|
io.netty.handler.codec.spdy
|
||||||
</Export-Package>
|
</Export-Package>
|
||||||
|
@ -68,15 +68,6 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<instructions>
|
<instructions>
|
||||||
<Import-Package>
|
<Import-Package>
|
||||||
!io.netty.handler.codec,
|
|
||||||
!io.netty.handler.codec.base64,
|
|
||||||
!io.netty.handler.codec.bytes,
|
|
||||||
!io.netty.handler.codec.compression,
|
|
||||||
!io.netty.handler.codec.marshalling,
|
|
||||||
!io.netty.handler.codec.protobuf,
|
|
||||||
!io.netty.handler.codec.sctp
|
|
||||||
!io.netty.handler.codec.serialization,
|
|
||||||
!io.netty.handler.codec.string,
|
|
||||||
*
|
*
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
<Export-Package>
|
<Export-Package>
|
||||||
@ -86,7 +77,7 @@
|
|||||||
io.netty.handler.codec.compression,
|
io.netty.handler.codec.compression,
|
||||||
io.netty.handler.codec.marshalling,
|
io.netty.handler.codec.marshalling,
|
||||||
io.netty.handler.codec.protobuf,
|
io.netty.handler.codec.protobuf,
|
||||||
io.netty.handler.codec.sctp
|
io.netty.handler.codec.sctp,
|
||||||
io.netty.handler.codec.serialization,
|
io.netty.handler.codec.serialization,
|
||||||
io.netty.handler.codec.string
|
io.netty.handler.codec.string
|
||||||
</Export-Package>
|
</Export-Package>
|
||||||
|
@ -79,12 +79,6 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<instructions>
|
<instructions>
|
||||||
<Import-Package>
|
<Import-Package>
|
||||||
!io.netty.logging,
|
|
||||||
!io.netty.monitor,
|
|
||||||
!io.netty.monitor.spi
|
|
||||||
!io.netty.util,
|
|
||||||
!io.netty.util.internal,
|
|
||||||
!io.netty.util.internal.zlib,
|
|
||||||
sun.misc;resolution:=optional,
|
sun.misc;resolution:=optional,
|
||||||
*
|
*
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
@ -94,7 +88,7 @@
|
|||||||
io.netty.monitor.spi,
|
io.netty.monitor.spi,
|
||||||
io.netty.util,
|
io.netty.util,
|
||||||
io.netty.util.internal,
|
io.netty.util.internal,
|
||||||
io.netty.util.internal.zlib
|
io.netty.util.internal.jzlib
|
||||||
</Export-Package>
|
</Export-Package>
|
||||||
</instructions>
|
</instructions>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -51,10 +51,6 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<instructions>
|
<instructions>
|
||||||
<Import-Package>
|
<Import-Package>
|
||||||
!io.netty.handler.logging,
|
|
||||||
!io.netty.handler.ssl,
|
|
||||||
!io.netty.handler.stream,
|
|
||||||
!io.netty.handler.timeout,
|
|
||||||
*
|
*
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
<Export-Package>
|
<Export-Package>
|
||||||
|
@ -51,8 +51,6 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<instructions>
|
<instructions>
|
||||||
<Import-Package>
|
<Import-Package>
|
||||||
!io.netty.monitor.yammer,
|
|
||||||
!io.netty.monitor.yammer.spi,
|
|
||||||
*
|
*
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
<Export-Package>
|
<Export-Package>
|
||||||
|
@ -46,15 +46,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<instructions>
|
<instructions>
|
||||||
<Import-Package>
|
<Import-Package>
|
||||||
!io.netty.bootstrap,
|
com.sun.nio.sctp;resolution:=optional,
|
||||||
!io.netty.channel,
|
|
||||||
!io.netty.channel.embedded,
|
|
||||||
!io.netty.channel.group,
|
|
||||||
!io.netty.channel.local,
|
|
||||||
!io.netty.channel.socket,
|
|
||||||
!io.netty.channel.socket.aio,
|
|
||||||
!io.netty.channel.socket.nio,
|
|
||||||
!io.netty.channel.socket.oio,
|
|
||||||
sun.misc;resolution:=optional,
|
sun.misc;resolution:=optional,
|
||||||
*
|
*
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
@ -69,6 +61,9 @@
|
|||||||
io.netty.channel.socket.nio,
|
io.netty.channel.socket.nio,
|
||||||
io.netty.channel.socket.oio
|
io.netty.channel.socket.oio
|
||||||
</Export-Package>
|
</Export-Package>
|
||||||
|
<Private-Package>
|
||||||
|
!com.sun.nio.sctp
|
||||||
|
</Private-Package>
|
||||||
</instructions>
|
</instructions>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
Reference in New Issue
Block a user