<dependency>
<groupId>com.emc.ecs</groupId>
<artifactId>smart-client</artifactId>
<version>2.2.1</version>
</dependency>
compile
|-- com.sun.jersey:jersey-client:1.19.4
|-- com.sun.jersey.contribs:jersey-apache-client4:1.19.4
|-- org.codehaus.jackson:jackson-jaxrs:1.9.13
|-- org.codehaus.jackson:jackson-xc:1.9.13
|-- org.apache.httpcomponents:httpclient:4.2.6
|-- com.sun.jersey:jersey-json:1.19.4
runtime
|-- org.slf4j:slf4j-log4j12:1.7.5
test
|-- junit:junit:4.12