apple / servicetalk

A networking framework that evolves with your application
https://docs.servicetalk.io
Apache License 2.0
927 stars 181 forks source link

Correct netty dependencies #3078

Closed idelpivnitskiy closed 1 month ago

idelpivnitskiy commented 1 month ago

Motivation:

Maven helped to identify that after #3055 generated pom.xml files are invalid. We forgot to include netty-bom in some modules that depend on io.netty without specifying netty version. Also, noticed that some of our modules that use io.netty do not list all used netty dependencies as needed.

Modifications:

Result:

Gradle generates valid pom.xml files.