aboutsummaryrefslogtreecommitdiffstats
path: root/common/openecomp-common-configuration-management/openecomp-configuration-management-core/pom.xml
diff options
context:
space:
mode:
authorshrek2000 <orenkle@amdocs.com>2017-12-27 10:32:14 +0200
committerVitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com>2017-12-27 09:30:20 +0000
commit231e28d57fd0e9b4246027c852b20a5627069d36 (patch)
tree250d0e2bd9ccf1c342905a9a38141feb4261af80 /common/openecomp-common-configuration-management/openecomp-configuration-management-core/pom.xml
parented9526956b8dceb0f33201486f406fb1c7cc365b (diff)
add private constructor
Change-Id: I89c40a4e566fcc00de2b3e9b49def9b04c366d24 Issue-ID: SDC-793 Signed-off-by: shrek2000 <orenkle@amdocs.com>
Diffstat (limited to 'common/openecomp-common-configuration-management/openecomp-configuration-management-core/pom.xml')
-rw-r--r--common/openecomp-common-configuration-management/openecomp-configuration-management-core/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/common/openecomp-common-configuration-management/openecomp-configuration-management-core/pom.xml b/common/openecomp-common-configuration-management/openecomp-configuration-management-core/pom.xml
index f57a02be14..a7a55c5b2d 100644
--- a/common/openecomp-common-configuration-management/openecomp-configuration-management-core/pom.xml
+++ b/common/openecomp-common-configuration-management/openecomp-configuration-management-core/pom.xml
@@ -116,7 +116,12 @@
<artifactId>jackson-annotations</artifactId>
<version>2.8.1</version>
</dependency>
-
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ <version>${junit.version}</version>
+ </dependency>
</dependencies>