summaryrefslogtreecommitdiffstats
path: root/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml
diff options
context:
space:
mode:
authork.kedron <k.kedron@partner.samsung.com>2019-07-04 13:09:38 +0200
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-07-07 06:42:15 +0000
commit9eb80fdf47fb9be19e6238e223a3e43c402aa3f5 (patch)
tree890c9e426764c77120aeec4418cd02163ce2332f /common/onap-common-configuration-management/onap-configuration-management-core/pom.xml
parent97b2d7ee46e604c2e6ec5846b3f330a1adca4dcc (diff)
Improved the ConfigurationRepositoryTest.
Checkstyle for CliConfigurationImpTest. Improved the ConfigurationRepositoryTest to not has an influence on other tests. Issue-ID: SDC-2327 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I74b95617ad1b17c26a8d6237c7e7469ef2213596
Diffstat (limited to 'common/onap-common-configuration-management/onap-configuration-management-core/pom.xml')
-rwxr-xr-xcommon/onap-common-configuration-management/onap-configuration-management-core/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml
index 7f978bf930..5de500163c 100755
--- a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml
+++ b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml
@@ -105,6 +105,12 @@
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4</artifactId>
+ <version>2.0.2</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>