diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-03-12 20:51:12 +0100 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-03-12 20:51:12 +0100 |
commit | 68145bc0805364fe3e01e4388de5bb70baa56fe0 (patch) | |
tree | 2333cfa0c0b26b25124cad5c22bda144261cbf32 /same/pom.xml | |
parent | 0c1fe5d3169b069bc88c1de7375658c1c885487c (diff) |
Add failing functional test.
Test fails because of the new ConnectionState that is not properly
implemented.
Diffstat (limited to 'same/pom.xml')
-rw-r--r-- | same/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/same/pom.xml b/same/pom.xml index c1f7946..2081a1e 100644 --- a/same/pom.xml +++ b/same/pom.xml @@ -81,6 +81,12 @@ <artifactId>httpclient</artifactId> <version>4.1.2</version> </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-all</artifactId> + <version>1.1</version> + <scope>test</scope> + </dependency> </dependencies> <build> <plugins> |