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:
parent
c8b0020cd0
commit
346fae9ef5
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue