Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

old version of acs-aem-commons is getting installed after code deployement

Avatar

Level 8

Hi All,

Everytime code build happening on xxx server old version of acs-commons and core components is getting installed.

Vani1012_0-1683002562661.png

 

1 Accepted Solution

Avatar

Correct answer by
Level 6

Check the main pom.xml of your project. You will find something like the screenshot.
Seems like you have referenced a specific version on pom which is getting installed on every deployment

kaikubad_0-1683013058273.png

 

View solution in original post

3 Replies

Avatar

Level 4

Can you check what is the version that you've included in your pom.xml?

Avatar

Correct answer by
Level 6

Check the main pom.xml of your project. You will find something like the screenshot.
Seems like you have referenced a specific version on pom which is getting installed on every deployment

kaikubad_0-1683013058273.png

 

Avatar

Community Advisor

@Vani1012  - Check the root pom.xml and also see where this package is referenced in you poms. correcting that will help you resolve the issue.