diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-09-13 14:46:37 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-09-13 14:46:37 +0530 |
commit | 794e9b58686cc4ec76a80010a47573a3d3514b68 (patch) | |
tree | 6652d6f8cacc406de85889d93e95135c5aa6e668 /bpmn/MSOCommonBPMN/pom.xml | |
parent | 9b20410cd67a3c1261c96120fb29cd33ad3c4884 (diff) |
Sonar defect issues
IssueId: SO-118
Change-Id: I19221e6b4c41db7f00201dbc6805e76068bf099e
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
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>
|