org.apache.commons.lang3 can not be resolved in OSGI Issue
I have generated my AEM project by aem maven archetype. I am getting following issue in our project's core bundle in OSGI console on adobe cloud.

I have added following dependency in our core project pom. But still this issue is occurring.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
</dependency>
