added test jar to the extended profile test dependencies

Former-commit-id: b24966e3936afd9337dbea5476a696ddf46efc65
This commit is contained in:
Jeremy Long
2014-09-13 07:09:54 -04:00
parent 93ec2e8639
commit f9064e526f

View File

@@ -628,6 +628,13 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>2.12</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>
<profiles>
<profile>