summaryrefslogtreecommitdiffstats
path: root/bpmn/MSOMockServer/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/MSOMockServer/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/MSOMockServer/pom.xml')
-rw-r--r--bpmn/MSOMockServer/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bpmn/MSOMockServer/pom.xml b/bpmn/MSOMockServer/pom.xml
index 34f7a2331d..500535d740 100644
--- a/bpmn/MSOMockServer/pom.xml
+++ b/bpmn/MSOMockServer/pom.xml
@@ -76,6 +76,11 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.openecomp.so</groupId>
+ <artifactId>common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0</version>