Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created January 24, 2015 08:51
Show Gist options
  • Select an option

  • Save javaeeeee/31d5ba1c7628a4b7aa13 to your computer and use it in GitHub Desktop.

Select an option

Save javaeeeee/31d5ba1c7628a4b7aa13 to your computer and use it in GitHub Desktop.
Add necessary dependencies to test Dropwizard
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-testing</artifactId>
<version>${dropwizard.version}</version>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment