aboutsummaryrefslogtreecommitdiffstats
path: root/policy-core/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2018-09-26 10:29:44 -0400
committerJim Hahn <jrh3@att.com>2018-09-26 10:29:44 -0400
commit367f9d25434202a4fd6f5e54cb19196c7ec3d058 (patch)
treeea8e6af7e4ca5e17ff95438707b94c94add88221 /policy-core/pom.xml
parent4f77be6b3524aefe5763393babc2ffdcb64cf72e (diff)
Use powermock artifacts from parent pom
Change-Id: I0a42dd468b44fc732c526701bb6dd8f8c040233c Issue-ID: POLICY-1148 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'policy-core/pom.xml')
-rw-r--r--policy-core/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/policy-core/pom.xml b/policy-core/pom.xml
index 8cbef405..34a78a39 100644
--- a/policy-core/pom.xml
+++ b/policy-core/pom.xml
@@ -31,11 +31,6 @@
<version>1.3.0-SNAPSHOT</version>
</parent>
- <properties>
- <powermock.version>1.6.6</powermock.version>
- </properties>
-
-
<dependencies>
<!--
Issue: 1 of 2
@@ -120,7 +115,6 @@
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
- <version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>