<dependency>
<groupId>org.technbolts</groupId>
<artifactId>bdi</artifactId>
<version>0.1.0</version>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.google.guava:guava:17.0
|-- org.apache.httpcomponents:httpclient:4.3.5
|-- org.apache.httpcomponents:httpmime:4.3.5
|-- org.apache.httpcomponents:httpclient-cache:4.3.5
|-- org.apache.httpcomponents:fluent-hc:4.3.5
|-- org.assertj:assertj-core:1.6.1
|-- org.skyscreamer:jsonassert:1.2.3
provided
|-- info.cukes:cucumber-picocontainer:1.1.5
|-- info.cukes:cucumber-junit:1.1.5
test
|-- ch.qos.logback:logback-classic:1.1.1
|-- org.eclipse.jetty:jetty-server:9.0.7.v20131107
|-- junit:junit:4.11