SEC-1318: Added integration test for custom concurrency setup.

This commit is contained in:
Luke Taylor
2009-12-08 01:46:56 +00:00
parent 8cf032c7b1
commit 131edf7a07
5 changed files with 120 additions and 21 deletions

View File

@@ -19,9 +19,9 @@
<classifier>jdk15</classifier>
</dependency>
<dependency>
<groupId>jwebunit</groupId>
<artifactId>jwebunit</artifactId>
<version>1.2</version>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-htmlunit-plugin</artifactId>
<version>2.1</version>
<scope>test</scope>
</dependency>
<dependency>