diff options
author | osgn422w <gn422w@intl.att.com> | 2018-08-27 18:11:16 +0200 |
---|---|---|
committer | osgn422w <gn422w@intl.att.com> | 2018-08-27 18:11:16 +0200 |
commit | 999cc72a8a231701dbc544bfbb114632c01fcd25 (patch) | |
tree | 46fbba6e5fe05c91ea841002dc7fa372dd60eb4f | |
parent | 29f6b8a97c35032bfe3809a3dc09e2a097af0997 (diff) |
fix tosca library
fix tosca parser due to sdc enhancement
Issue-ID: CLAMP-212
Change-Id: I2b0e13cbda268debd3eee80eea367a0cef2dda46
Signed-off-by: osgn422w <gn422w@intl.att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -562,7 +562,7 @@ <dependency> <groupId>org.onap.sdc.sdc-tosca</groupId> <artifactId>sdc-tosca</artifactId> - <version>1.3.0</version> + <version>1.4.1</version> </dependency> <!-- TESTING --> <dependency> |