diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-11-03 11:19:25 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-11-03 11:19:25 +0530 |
commit | 0475e757f45edff87e1b07b4d48e7c0e40103668 (patch) | |
tree | be384f65bbc38a477817424bd469f7c5c94113a8 /bpmn/MSOCockpit/pom.xml | |
parent | a6b45469e9b5a7b05a6e0afd86860c2ee1e9944f (diff) |
Fix for the snapshot solution for the cockpit
IssueId: SO-286
Change-Id: I4b91b292b3f23b19b605286bdf057c1d84e97f90
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'bpmn/MSOCockpit/pom.xml')
-rw-r--r-- | bpmn/MSOCockpit/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bpmn/MSOCockpit/pom.xml b/bpmn/MSOCockpit/pom.xml index be3f9dafb5..bb54fe66c7 100644 --- a/bpmn/MSOCockpit/pom.xml +++ b/bpmn/MSOCockpit/pom.xml @@ -51,11 +51,11 @@ <artifactId>common</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
+ <!--<dependency>
<groupId>org.openecomp.so</groupId>
<artifactId>cockpit-urnmap-plugin</artifactId>
<version>${project.version}</version>
- </dependency>
+ </dependency> -->
<dependency>
<groupId>org.openecomp.so</groupId>
<artifactId>MSOCoreBPMN</artifactId>
|