diff options
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2019-01-24 17:35:39 -0500 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2019-01-24 17:35:57 -0500 |
commit | aedc8c0e762bb7f1a1db3e241f197bdb034eb56e (patch) | |
tree | 808a4d28162dbe198197971edd4a3ff967831f89 /asdc-controller/pom.xml | |
parent | 147e9ee814448c8bbec4aa3aeac4b7118b7c1bc7 (diff) |
Upgraded tosca parser to version 1.4.8
- Upgraded tosca parser to version 1.4.8 and updated imports
Change-Id: Ic9549375d3d70598606056691e4e8baabfbd83d1
Issue-ID: SO-1426
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Diffstat (limited to 'asdc-controller/pom.xml')
-rw-r--r-- | asdc-controller/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml index 2a20b96048..50fbdd447b 100644 --- a/asdc-controller/pom.xml +++ b/asdc-controller/pom.xml @@ -192,12 +192,12 @@ <dependency> <groupId>org.onap.sdc.sdc-tosca</groupId> <artifactId>sdc-tosca</artifactId> - <version>1.4.4</version> + <version>1.4.8</version> </dependency> <dependency> <groupId>org.onap.sdc.jtosca</groupId> <artifactId>jtosca</artifactId> - <version>1.4.4</version> + <version>1.4.8</version> </dependency> <dependency> <groupId>org.onap.so</groupId> |