Dependency on com.day.cq:parent:pom:82 in 6.5.6 uber-jar | Adobe Higher Education
Skip to main content
Level 2
September 9, 2020
Respondido

Dependency on com.day.cq:parent:pom:82 in 6.5.6 uber-jar

  • September 9, 2020
  • 3 respostas
  • 2594 Visualizações

I'm unable to build projects after switching from uber-jar 6.5.5 to uber-jar 6.5.6. Maven is unable to find com.day.cq:parent:pom:82 artifact declared in 6.5.6 pom

 

<parent> <groupId>com.day.cq</groupId> <artifactId>parent</artifactId> <version>82</version> </parent>

 

This section was no present in 6.5.5 uber-jar. Was correct uber-jar pom uploaded?

The same issue might apply to 6.4.8.2

Este tópico foi fechado para respostas.
Melhor resposta por Hamid1350

Pom issue is resolved now and uber jar is posted with new dependency as follows:

<dependency>

      <groupId>com.adobe.aem</groupId>

      <artifactId>uber-jar</artifactId>

      <version>6.5.6-1.0</version>

       <scope>provided</scope>

</dependency>

3 Respostas

Adobe Employee
September 9, 2020

Uber jars are publicly available on maven central, it is the issue with uploaded pom which has incorrect dependency which Adobe is working to fix.

Hamid1350Adobe EmployeeResposta
Adobe Employee
September 10, 2020

Pom issue is resolved now and uber jar is posted with new dependency as follows:

<dependency>

      <groupId>com.adobe.aem</groupId>

      <artifactId>uber-jar</artifactId>

      <version>6.5.6-1.0</version>

       <scope>provided</scope>

</dependency>

JakubLGAutor
Level 2
September 10, 2020
koenve
Level 2
October 15, 2020

Hey

 

Created a support case with Adobe customer care, and they pointed out that the way you're referencing the uber jar has changed. As outlined on the SP6 release notes, the new way to include the uber-jar is: 

 

<dependency> <groupId>com.adobe.aem</groupId> <artifactId>uber-jar</artifactId> <version>6.5.6-1.0</version> </dependency>

 

Hope this helps!

 

With kind regards

 

Koen