<dependency>
<groupId>com.jayway.restassured</groupId>
<artifactId>rest-assured</artifactId>
<version>1.4</version>
</dependency>
<parent> <groupId>com.jayway.restassured</groupId> <artifactId>rest-assured-parent</artifactId> <version>1.4</version> </parent>
compile
|-- org.codehaus.groovy.modules.http-builder:http-builder:0.5.1
|-- org.apache.httpcomponents:httpmime:4.1.2
|-- org.hamcrest:hamcrest-library:1.1
|-- org.codehaus.jackson:jackson-jaxrs:1.8.5
|-- com.google.code.gson:gson:1.7.2
|-- com.googlecode.json-simple:json-simple:1.1
|-- junit:junit