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