I was facing the same issue then below have resolved this issue for meNote: I am using ACS Common version < 6In all pom.xml I added <!-- AEM ACS Commons in Plugin Section-->
<embedded>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons-content</artifactId>
<type>zip</type>
...