org.json.simple -- Cannot be resolved in bundle
i have added a jar in pom.xml as
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1</version>
</dependency>
bundle is installed but in http://localhost:4502/system/console/bundles--> imported files
i am getting issue as org.json.simple -- Cannot be resolved
because of which my bundle is not getting activated
and i am getting error in log as ServiceEvent UNREGISTERING
this is because of same reason or no i am not getting.