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:
Norman Maurer 2021-05-18 11:44:30 +02:00
parent b487f71821
commit 86792c713b

View File

@ -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>