Expand my Community achievements bar.

Join expert-led, customer-led sessions on Adobe Experience Manager Assets on August 20th at our Skill Exchange.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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
Community Advisor

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
Community Advisor

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.