Hi,This issue is only in AEM 6.2 once you create or deploy new project. you need to add the below dependency in your core project:<dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> </dependency>AEM versions prior to 6.2, there was a dependency to ...