Skip to content

Commit

Permalink
Don't include netty-examples as dependency for netty-all (netty#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 netty#11272
  • Loading branch information
normanmaurer authored and 夏无影 committed Jul 8, 2022
1 parent bf27b3f commit 8171fee
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 8171fee

Please sign in to comment.