summaryrefslogtreecommitdiffstats
path: root/bpmn/MSORESTClient/pom.xml
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2017-09-13 14:50:52 +0530
committerseshukm <seshu.kumar.m@huawei.com>2017-09-13 14:50:52 +0530
commit7b95ccc444c10cc9e36d476602157d004bc3eb52 (patch)
tree8ed5a24fd64092b5b6371a6dbe13c95ffd20f92f /bpmn/MSORESTClient/pom.xml
parentf5b51ca134e904a5d432387365aa7b9b4c7df35e (diff)
bmpn sonar issue fix
IssueId: SO-118 Change-Id: Ib7830bb47d41f322a14bc82b7bc99748b547d640 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'bpmn/MSORESTClient/pom.xml')
-rw-r--r--bpmn/MSORESTClient/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bpmn/MSORESTClient/pom.xml b/bpmn/MSORESTClient/pom.xml
index b042a9e82c..1bcb3b705d 100644
--- a/bpmn/MSORESTClient/pom.xml
+++ b/bpmn/MSORESTClient/pom.xml
@@ -35,6 +35,11 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.openecomp.so</groupId>
+ <artifactId>common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<build>
<finalName>MSORESTClient</finalName>