Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

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

Avatar

Level 2

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.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

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.

Avatar

Level 2
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>

Avatar

Level 2
i have uploaded that bundle related jar in system console then issue resovled so it 6.5 jar not exsporting that version api.