Skip to content

Instantly share code, notes, and snippets.

@durbon
Created March 18, 2013 19:30
Show Gist options
  • Save durbon/5190096 to your computer and use it in GitHub Desktop.
Save durbon/5190096 to your computer and use it in GitHub Desktop.
Rest-assured pom.xml
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jayway.restassured</groupId>
<artifactId>rest-assured</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment