quarkiverse / quarkus-azure-services

Quarkus extensions for Azure services
Apache License 2.0
13 stars 17 forks source link

Remove superfluous io.netty:netty-tcnative BOM entry #58

Closed ppalaga closed 1 year ago

ppalaga commented 1 year ago

https://github.com/quarkiverse/quarkus-azure-services/pull/53 hit my eyes due to upgrading to netty 2.0.55 that is different from what is Quarkus 2.15.3 using (2.0.54). Investigating further has shown that io.netty:netty-tcnative should not be needed at all. So let's remove it.

agoncal commented 1 year ago

Thanks @ppalaga. The less useless dependencies the better