org.apache.commons.lang3 can not be resolved in OSGI console.
I have added the below dependency in the pom for my project.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.8.1</version>
</dependency>
But in System/console I am getting the below Error. Do i need to export the package. Please help.
org.apache.commons.lang3,version=[3.8,4) -- Cannot be resolved