org.apache.commons.lang3,version=[3.10,4) -- Cannot be resolved | Community
Skip to main content
New Participant
July 24, 2021
Solved

org.apache.commons.lang3,version=[3.10,4) -- Cannot be resolved

  • July 24, 2021
  • 2 replies
  • 2247 views

HI All,

 

I am not using this repective maven dependency in POM file but it is adding in -jar in Maven Dependency.

I am using AEM6.5 base project.

any one idea how it is adding in the project ?

 

I am unable to change this version.

Thanks in advance.

 

Thanks,

Venkatesham.

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 Ravi_Pampana

Hi, 

 

Are you adding corresponding Uber jar ? Uber jar version should match with the version of AEM or it should support the AEM version including service pack.

2 replies

apmagssAuthor
New Participant
July 24, 2021

hi

Ravi_Pampana
Ravi_PampanaAccepted solution
New Participant
July 24, 2021

Hi, 

 

Are you adding corresponding Uber jar ? Uber jar version should match with the version of AEM or it should support the AEM version including service pack.

apmagssAuthor
New Participant
July 24, 2021
HI Ravi am using t" <dependency> <groupId>com.adobe.aem</groupId> <artifactId>uber-jar</artifactId> <version>6.4.4</version> <classifier>apis</classifier> <scope>provided</scope> </dependency>