I am getting the below dependency issue. com.adobe.cq.launches.api,version=[1.3,2) -- Cannot be resolved I included the below dependency in pom.xml <dependency> <groupId>com.adobe.cq</groupId> <artifactId>cq-launches-api</artifactId> <version>5.6.4</version> </dep...