olamy commented on code in PR #53: URL: https://github.com/apache/maven-resources-plugin/pull/53#discussion_r1143110846
########## src/test/java/org/apache/maven/plugins/resources/filters/ItFilter.java: ########## @@ -18,6 +18,9 @@ */ package org.apache.maven.plugins.resources.filters; +import javax.inject.Named; Review Comment: just saying `javax.inject` is now legacy and deprecated in favour of `jakarta.inject`. So ironically the PR title doesn't look correct. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org