summaryrefslogtreecommitdiff
path: root/same/pom.xml
diff options
context:
space:
mode:
authorKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-03-12 20:51:12 +0100
committerKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-03-12 20:51:12 +0100
commit68145bc0805364fe3e01e4388de5bb70baa56fe0 (patch)
tree2333cfa0c0b26b25124cad5c22bda144261cbf32 /same/pom.xml
parent0c1fe5d3169b069bc88c1de7375658c1c885487c (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.xml6
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>