aboutsummaryrefslogtreecommitdiffstats
path: root/ONAP-XACML/pom.xml
diff options
context:
space:
mode:
authorbobbymander <bobby.mander@att.com>2018-03-27 13:54:17 -0400
committerbobbymander <bobby.mander@att.com>2018-03-27 14:16:09 -0400
commitc8cf3270ff412fc7fc138f0e53b1361c3b21fcbf (patch)
treebb12303ff992d3b51e571385045c28268e3fc572 /ONAP-XACML/pom.xml
parent0a91f57af987030eb63bc06a9c4fcafc024387ca (diff)
JUnit additions and powermock pom fixes
Issue-ID: POLICY-602 Change-Id: I2484b47cc52a07413de69c1022a056fd0cf2d7d7 Signed-off-by: bobbymander <bobby.mander@att.com>
Diffstat (limited to 'ONAP-XACML/pom.xml')
-rw-r--r--ONAP-XACML/pom.xml24
1 files changed, 19 insertions, 5 deletions
diff --git a/ONAP-XACML/pom.xml b/ONAP-XACML/pom.xml
index b6f12c005..8bfa06b35 100644
--- a/ONAP-XACML/pom.xml
+++ b/ONAP-XACML/pom.xml
@@ -32,6 +32,25 @@
<artifactId>ONAP-XACML</artifactId>
<packaging>jar</packaging>
<dependencies>
+ <!-- https://mvnrepository.com/artifact/org.powermock/powermock-api-mockito -->
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito</artifactId>
+ <version>1.7.3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4</artifactId>
+ <version>1.7.3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>1.10.19</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.onap.policy.engine</groupId>
<version>${project.version}</version>
@@ -59,11 +78,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- <version>2.7.22</version>
- </dependency>
- <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId>
<version>2.0.8</version>