<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-osgi</artifactId>
<version>4.1.2</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpclient-osgi', version='4.1.2')
)