Sagar Miglani created FELIX-6735: ------------------------------------ Summary: maven-scr-plugin build with Java 17 Key: FELIX-6735 URL: https://issues.apache.org/jira/browse/FELIX-6735 Project: Felix Issue Type: Improvement Components: Documentation Affects Versions: maven-scr-plugin 1.26.4 Reporter: Sagar Miglani
To make maven-scr-plugin work with we can use the following dependency in the plugin itself. {code:xml} <groupId>org.ow2.asm</groupId> <artifactId>asm-analysis</artifactId> <version>9.7.1</version> <scope>compile</scope> {code} Although SCR annotations are now deprecated and maven-scr-plugin is not present in the master branch, we should atleast update the documentation. -- This message was sent by Atlassian Jira (v8.20.10#820010)