Package not available | Community
Skip to main content
Level 6
March 13, 2021
Solved

Package not available

  • March 13, 2021
  • 2 replies
  • 1895 views

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>

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

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?

2 replies

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
March 13, 2021

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?

Level 6
March 13, 2021
@joerghoh - I got this from depfinder in AEM 6.5
VeenaVikraman
Community Advisor
Community Advisor
March 13, 2021

As Jorg told , I don't think it is a valid dependency. Your project should build fine , if you remove it I believe. 

Level 6
March 13, 2021
@veenavikraman - I have added the screenshot. Moreover we require that package in our project.