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>
Solved! Go to Solution.
Views
Replies
Total Likes
There is no such bundle (and I don't find the reference in the aem-archetype itself). How did you get to the pom dependency you listed?
There is no such bundle (and I don't find the reference in the aem-archetype itself). How did you get to the pom dependency you listed?
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
As Jorg told , I don't think it is a valid dependency. Your project should build fine , if you remove it I believe.
Views
Replies
Total Likes
I crosschecked with the bundle exporting it, and indeed the bundle "com.adobe.cq.com.adobe.cq.editor" does export the Java package "com.adobe.cq.editor.model" (as of AEM 6.5.5). But as already stated, the uber.jar does not provide it.
Please raise a ticket with Adobe support to clarify it.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies