summaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN/pom.xml
diff options
context:
space:
mode:
authorchuanyu chen <chenchuanyu@huawei.com>2017-09-13 10:06:06 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-13 10:06:06 +0000
commit52c9a4043334cae64e127da7900e00f78191c71b (patch)
treeab3fa353c095ace440f9a91aff0f154d0d03633e /bpmn/MSOCommonBPMN/pom.xml
parent7df197114475c485d32facc96cf602b3f1d0e4c1 (diff)
parent171ec7b74a11658277f9e9fe1dcc893a8225db9e (diff)
Merge "Fix for SONAR critical issues Issue-Id : SO-117"
Diffstat (limited to 'bpmn/MSOCommonBPMN/pom.xml')
-rw-r--r--bpmn/MSOCommonBPMN/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml
index 24c881d566..89e5ce24ea 100644
--- a/bpmn/MSOCommonBPMN/pom.xml
+++ b/bpmn/MSOCommonBPMN/pom.xml
@@ -359,6 +359,11 @@
<scope>test</scope>
</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>