added jersey-client 1.11.1 as an optional test dependency

Former-commit-id: d837418656cbfd857adb90662a4d2604fd77a78e
This commit is contained in:
Jeremy Long
2014-11-01 06:35:05 -04:00
parent 7967a858f4
commit dc91e44c0a

View File

@@ -708,6 +708,13 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId>
<version>1.11.1</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>
</profile>
</profiles>