diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-11-27 00:30:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-27 00:30:31 +0000 |
commit | ec8f2db3846b949fc6f2ef9c1c0ff0999078b90c (patch) | |
tree | 48ffd13f393d1da5d371cdf2272d63b8f6d94ca4 /bpmn | |
parent | 35b1883d7c0f06c42fbad8da9d835828cdb2013d (diff) | |
parent | 53af118db25d8ae931c8a50c283e8c7caf1038f3 (diff) |
Merge "Fix model vnfresource bean annotation" into casablanca
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> |