I have a servlet filter declared using the @WebFilter annotation which is not being picked up by Quarkus. To make sure servlet filters actually works with Quarkus I created a second filter within the Quarkus application itself and it is working as expected.
How can I get a servlet filter that resides within a maven dependency to work in Quarkus?