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/MSORESTClient/pom.xml | |
parent | 7df197114475c485d32facc96cf602b3f1d0e4c1 (diff) | |
parent | 171ec7b74a11658277f9e9fe1dcc893a8225db9e (diff) |
Merge "Fix for SONAR critical issues Issue-Id : SO-117"
Diffstat (limited to 'bpmn/MSORESTClient/pom.xml')
-rw-r--r-- | bpmn/MSORESTClient/pom.xml | 5 |
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>
|