Skip to content

Commit

Permalink
Don't include netty-examples as dependency for netty-all (#11273)
Browse files Browse the repository at this point in the history
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 #11272
  • Loading branch information
normanmaurer committed May 18, 2021
1 parent 3972bac commit 72db32a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions all/pom.xml
Expand Up @@ -476,11 +476,6 @@
<artifactId>netty-transport-udt</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-example</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 72db32a

Please sign in to comment.