aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-10-08 10:01:23 -0400
committerPamela Dragosh <pdragosh@research.att.com>2019-10-08 14:47:43 -0400
commita446733c9918cb264585ddc35b5e11bf3500bdf8 (patch)
tree09c8ec3306ec2350ccbb5dd78bc7ef500498c269 /pom.xml
parentdbfa1570cd26d19b346287a6fb06f2d8a03f4a06 (diff)
Cleanup POLICY-SDK-APP CheckPDP
Fixed sonar issues and added a small amount of code coverage. CheckPDP was renamed to comply with 2 consecutive capital letters. Various sonar issues done. Very difficult to get coverage on remaining area - over 82% anyway. RESTfulPAPEngine was updated to use the new renamed class and methods. Sonar issues were taken care of for the most part and added some coverage by consolidating the JUnit tests. Added in assertj as we will utilize that more throughout the repo. Issue-ID: POLICY-2133 Change-Id: Id0a9b050ebe373e155878699366d78df71bd0554 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 368e3cf45..456e34e7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,6 +126,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId>
<version>2.0.8</version>