diff options
author | Jim Hahn <jrh3@att.com> | 2019-07-22 10:57:57 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-07-23 09:10:08 -0400 |
commit | 77d4dd1668c290abfd5f2c6d4b1866416c313033 (patch) | |
tree | 3e5fc75eb441dadf399d14ff293c01d45f7602e3 /applications/common/pom.xml | |
parent | f86a0292d5e0661ccfe359ff19e165dbfca7e0d0 (diff) |
Add junit coverage to xacml-pdp
Change-Id: I9b59dcd27705e40c424b6a76420e0395adbe44bb
Issue-ID: POLICY-1772
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'applications/common/pom.xml')
-rw-r--r-- | applications/common/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/applications/common/pom.xml b/applications/common/pom.xml index 1c7adf81..bb6f3b12 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -38,6 +38,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> |