Hello All - I am trying to build a project using maven archetype 25 which use the package com.adobe.cq.editor.model. If I use the below dependency, it didn't resolve and am getting compilator error saying 'package com.adobe.cq.editor.model does not exist'. Could someone tell me what needs to be used. Note: I am already using 6-5 uber.jar.
<dependency>
<artifactId>com.adobe.cq.editor</artifactId>
<version>1.3.18</version>
<groupId>com.adobe.cq</groupId>
<scope>provided</scope>
</dependency>