diff options
author | Jim Hahn <jrh3@att.com> | 2018-09-26 09:58:59 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-09-26 10:19:26 -0400 |
commit | d716c36868f9d3ea283e8e4bc54eac8da0a92bf4 (patch) | |
tree | c0fb9e9236d4d3d4719842e6522733f9051c973b /common-logging | |
parent | af5e28cc353456a28204ce8ebe792a218607d8c9 (diff) |
Use powermock version from parent pom
Change-Id: I84fd562e7050508a75b4192ba162a09acd938986
Issue-ID: POLICY-1148
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'common-logging')
-rw-r--r-- | common-logging/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 2d3186b9..e32014fe 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -33,10 +33,6 @@ <description>ONAP Logging Framework</description> <packaging>jar</packaging> - <properties> - <powermock.version>1.6.6</powermock.version> - </properties> - <dependencies> <dependency> <groupId>log4j</groupId> @@ -60,7 +56,6 @@ <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> - <version>${powermock.version}</version> <scope>test</scope> </dependency> </dependencies> |