Unit test using junit 5 No OSGi SCR metadata found
Hi All,
I have created recently a project using maven archetype 26. I am using bnd-maven-plugin not maven-bundle-plugin in the project.
I am getting org.apache.sling.testing.mock.osgi.NoScrMetadataException: No OSGi SCR metadata found for class error while running unit test.
The META-INF and OSGI-INF folders with meta data is generated. Does anyone has faced this issue?
