Skip to content

Commit

Permalink
add JUnit as test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhard committed Jul 3, 2006
1 parent fd42e1b commit 323502e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@
<artifactId>xreporter-expression</artifactId>
<version>r672</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
Expand Down

0 comments on commit 323502e

Please sign in to comment.