Dependencies needed to inject Content Aware Configuration annotation @ContextAwareConfiguration
I am trying to use @ContextAwareConfiguration to inject CA config into Sling models. This annotation is not resolved even after adding the dependency in my core pom.xml
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.models.caconfig</artifactId>
<version>1.0.2</version>
</dependency>It would be helpful if someone could share the correct dependency details