diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2018-03-12 07:45:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-12 07:45:19 +0000 |
commit | 6da95ff2af94c84cc7754068b5b5ee7cec21b70d (patch) | |
tree | 95c9ff6003703ecaf1868f849f8b443932cd99b0 /bpmn/MSOCommonBPMN/pom.xml | |
parent | ae691f0a4482e7379be4946be3b60449eb3016ca (diff) | |
parent | bbff50f2683847ecf9c2a1c0541e7132d3a8ec11 (diff) |
Merge "Combine the design and runtime parameter"
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 71626f52b3..e4e1fd60a6 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -302,6 +302,11 @@ <version>${spring.version}</version> </dependency> <dependency> + <groupId>org.openecomp.sdc.sdc-tosca</groupId> + <artifactId>sdc-tosca</artifactId> + <version>1.1.32</version> + </dependency> + <dependency> <groupId>com.github.tomakehurst</groupId> <artifactId>wiremock</artifactId> <version>1.56</version> |