Skip to content

Commit

Permalink
Make tests compilable
Browse files Browse the repository at this point in the history
  • Loading branch information
cziegeler committed May 2, 2006
1 parent f5fc818 commit f2ce456
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 @@ -47,6 +47,12 @@
Test dependencies
TODO remove these when MNG-1378 is fixed, these are inherited from the root pom normally
-->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
Expand Down

0 comments on commit f2ce456

Please sign in to comment.