Skip to content

Instantly share code, notes, and snippets.

@jfuerth
Created January 8, 2013 14:51
Show Gist options
  • Save jfuerth/4484333 to your computer and use it in GitHub Desktop.
Save jfuerth/4484333 to your computer and use it in GitHub Desktop.
pom.xml snippet that adds junit-4-perfrunner as a test dependency
<dependency>
<groupId>org.jboss.perfrunner</groupId>
<artifactId>junit-4-perfrunner</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment