Don't include netty-examples as dependency for netty-all (#11273)
Motivation: We shouldn't include netty-examples as dependency for netty-all as this will try to pull in all sorts of dependencies which are optional. Modifications: Remove dependency on netty-examples Result: Related to https://github.com/netty/netty/issues/11272
This commit is contained in:
parent
b487f71821
commit
86792c713b
@ -466,11 +466,6 @@
|
||||
<artifactId>netty-transport-sctp</artifactId>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>netty-example</artifactId>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user