<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-osgi</artifactId>
<version>4.4.3</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpcore-osgi', version='4.4.3')
)
<parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-core</artifactId> <version>4.4.3</version> </parent>
compile
|-- org.apache.httpcomponents:httpcore
|-- org.apache.httpcomponents:httpcore-nio
test
|-- org.apache.httpcomponents:httpcore
|-- org.ops4j.pax.exam:pax-exam-container-native:3.5.0
|-- org.ops4j.pax.exam:pax-exam-junit4:3.5.0
|-- org.ops4j.pax.exam:pax-exam-link-mvn:3.5.0
|-- org.ops4j.pax.url:pax-url-aether:2.0.0
|-- org.ops4j.pax.url:pax-url-wrap:2.0.0
|-- ch.qos.logback:logback-classic:1.0.1