diff options
Diffstat (limited to 'common-logging/pom.xml')
-rw-r--r-- | common-logging/pom.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 82849b93..747e4b2a 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - Common Modules ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -31,6 +31,10 @@ <artifactId>ONAP-Logging</artifactId> <description>ONAP Logging Framework</description> <packaging>jar</packaging> + + <properties> + <powermock.version>1.6.6</powermock.version> + </properties> <dependencies> <dependency> @@ -54,6 +58,12 @@ <artifactId>eelf-core</artifactId> <version>1.0.1-oss</version> </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + <version>${powermock.version}</version> + <scope>test</scope> + </dependency> </dependencies> <build> |