diff options
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> |