I have this Filter
:
@SlingFilter(description="", vendor="", order=10)
class MyFilter extends DoNothingFilter {
@Reference private ResourceResolver;
}
When I am building with this @Reference
line my bundle is not containing attached filter (otherwise it's here). What is wrong with this and how to avoid it? Logs say nothing about any issue related to this bundle update.