diff options
author | chuanyu chen <chenchuanyu@huawei.com> | 2017-09-13 10:06:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-13 10:06:06 +0000 |
commit | 52c9a4043334cae64e127da7900e00f78191c71b (patch) | |
tree | ab3fa353c095ace440f9a91aff0f154d0d03633e /bpmn/MSOCommonBPMN/pom.xml | |
parent | 7df197114475c485d32facc96cf602b3f1d0e4c1 (diff) | |
parent | 171ec7b74a11658277f9e9fe1dcc893a8225db9e (diff) |
Merge "Fix for SONAR critical issues Issue-Id : SO-117"
Diffstat (limited to 'bpmn/MSOCommonBPMN/pom.xml')
-rw-r--r-- | bpmn/MSOCommonBPMN/pom.xml | 5 |
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>
|