Hi Bsloki,
I have added all the maven dependency in the pom but still its not working.
whenever i add below dependency, its start showing error in felix console and my bundle remains in Installed mode.
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1.1</version>
</dependency>
I have also create a new project using cqblueprint(cqblueprints.com/setup/maven.html) but the same issue came once i add the above dependency.
Anurag