ppalaga commented on PR #6781: URL: https://github.com/apache/camel-quarkus/pull/6781#issuecomment-2474166494
@zhfeng this is the idea: https://github.com/apache/camel-quarkus/pull/6782 Instead of removing all bannedDependencyResources, we just remove findbugs from camel-quarkus-banned-dependencies.xml using your elegant technique with passing the `allow-findbugs` property via Maven filtering. The question at the bottom line is whether we should not give up banning findbugs altogether, given we allow it somewhere. The original motivation was to prevent multiple versions of findbugs in the transitive closure, thus making the downstream packaging easier. I think the machinery to allow it somewhere and ban elsewhere starts to be too complicated. In other words I would not mind stopping to ban findbugs altogether. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
