diff options
author | rb7147 <rb7147@att.com> | 2018-02-16 13:46:06 -0500 |
---|---|---|
committer | rb7147 <rb7147@att.com> | 2018-02-16 13:49:06 -0500 |
commit | 9450c8d0102b9188933b5d26193df754a70a7157 (patch) | |
tree | 45123075abf9f8ccabe0b6d4805b202c3f234d9f /ONAP-REST/pom.xml | |
parent | 79343205a720ef656837275f973de93f1d26b3e9 (diff) |
Added Junis for Policy ONAP-REST
Cleaned the unused constructors.
Cleaned the unused code.
Added Junits for all JPAS.
Renamed the Junit class names on removing classes.
Issue-ID: POLICY-603
Change-Id: I0709ccecd7a2f3ec49367ff85f5a6d273479493e
Signed-off-by: rb7147 <rb7147@att.com>
Diffstat (limited to 'ONAP-REST/pom.xml')
-rw-r--r-- | ONAP-REST/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ONAP-REST/pom.xml b/ONAP-REST/pom.xml index 27f3582ef..ef8c76eef 100644 --- a/ONAP-REST/pom.xml +++ b/ONAP-REST/pom.xml @@ -185,6 +185,12 @@ <artifactId>tomcat-dbcp</artifactId> <version>8.5.9</version> </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-module-junit4-common</artifactId> + <version>1.6.4</version> + </dependency> + </dependencies> <properties> |