summaryrefslogtreecommitdiffstats
path: root/openstack-client-connectors/jersey-connector/pom.xml
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-04-10 17:54:48 -0400
committerRob Daugherty <rd472p@att.com>2018-04-10 18:07:15 -0400
commitb580226698d07964241b24dae6b0e522050e42f3 (patch)
treef40d188e38c628c85317b8828066c23d04556db1 /openstack-client-connectors/jersey-connector/pom.xml
parent84f5bbb63a065af8a65e07c6a3fdbdf3345ba50a (diff)
Non-GPL implementation of JerseyLoggingFilter
Does the same thing, and can carry the Apache 2.0 license. 97.3% unit test coverage. Change-Id: I5ebe78616af2c0e4402deb30a165b3c62ed2efd8 Issue-ID: SO-398 Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'openstack-client-connectors/jersey-connector/pom.xml')
-rw-r--r--openstack-client-connectors/jersey-connector/pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/openstack-client-connectors/jersey-connector/pom.xml b/openstack-client-connectors/jersey-connector/pom.xml
index 1915b5f..2c995cd 100644
--- a/openstack-client-connectors/jersey-connector/pom.xml
+++ b/openstack-client-connectors/jersey-connector/pom.xml
@@ -20,6 +20,15 @@
<artifactId>jackson-jaxrs</artifactId>
<version>1.9.12</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
-
</project>