diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-11-27 05:55:33 +0530 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-11-27 05:55:33 +0530 |
commit | 53af118db25d8ae931c8a50c283e8c7caf1038f3 (patch) | |
tree | 3a79bf92614a24b74bdc559f184a2bf56ea1ff0e /bpmn | |
parent | ee8a94ff58552675b37161885ed36fb94caac4e0 (diff) |
Fix model vnfresource bean annotation
Fix model vnfresource bean annotation.
Change-Id: If18ea766623ad087eae8ac9ea31258dacd192ff7
Issue-ID: SO-1252
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'bpmn')
-rw-r--r-- | bpmn/MSOCommonBPMN/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index 926e09c498..ee4dab4d8c 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -326,7 +326,7 @@ <dependency> <groupId>org.onap.sdc.jtosca</groupId> <artifactId>jtosca</artifactId> - <version>1.4.1</version> + <version>1.4.4</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |