Add httpunit as a test dependency

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
rfeng 2008-10-31 17:39:17 +00:00
parent c8b0020cd0
commit 346fae9ef5

View file

@ -55,7 +55,13 @@
<artifactId>xmlunit</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
</dependency>
<dependency>
<groupId>httpunit</groupId>
<artifactId>httpunit</artifactId>
<version>1.6.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>