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-23 15:10:54 +0200
committerTomasz Golabek <tomasz.golabek@nokia.com>2019-07-24 06:28:16 +0000
commit8b6d4ee2ffbfb11a1f9d494b2de403aab112cf93 (patch)
treeae3f73aa34afbfe2f68c2b11d1cc4daff3829ad4 /common/onap-common-configuration-management/onap-configuration-management-core/pom.xml
parent6692cde32bc3e588cfb6bf30fd99e21a903e0444 (diff)
Refactor ConfigurationRepositoryTest to remove the powermock.
Refactor the ConfigurationRepositoryTest to doesn't affect to other tests. Removed powermock. Issue-ID: SDC-2473 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: Iad67cdce365fef89da8b56499d86139d6927da07
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.xml7
1 files changed, 0 insertions, 7 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 5de500163c..78c8df3ce7 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,14 +105,7 @@
<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>
<plugins>
<plugin>