Skip to content

Ignore pom files which are dependent on netty-codec and netty-handler

Vignesh Raman requested to merge wip/vignesh/fix-build-error into apertis/v2023dev2

async-http-clientfails to build since io.netty:netty-handler:jar:debian and io.netty:netty-codec-http:jar:debian is missing. These were not built in netty since java support was disabled. So ignore async-http-clientfails pom file to fix the build error.

Fixes: https://phabricator.apertis.org/T8744

Edited by Vignesh Raman

Merge request reports