<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>3.0.5</version>
</dependency>
<parent> <groupId>io.rest-assured</groupId> <artifactId>rest-assured-parent</artifactId> <version>3.0.5</version> </parent>
compile
|-- org.codehaus.groovy:groovy
|-- org.codehaus.groovy:groovy-xml
|-- org.apache.httpcomponents:httpclient:4.5.3
|-- org.apache.httpcomponents:httpmime:4.5.1
|-- com.github.scribejava:scribejava-apis:2.5.3
|-- org.hamcrest:hamcrest-core
|-- org.hamcrest:hamcrest-library
|-- org.ccil.cowan.tagsoup:tagsoup
|-- io.rest-assured:json-path:3.0.5
|-- io.rest-assured:xml-path:3.0.5
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.codehaus.jackson:jackson-core-asl
|-- org.codehaus.jackson:jackson-mapper-asl
|-- com.googlecode.json-simple:json-simple
test
|-- junit:junit