diff options
author | Eddy Hautot <eh552t@intl.att.com> | 2018-04-06 10:20:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-06 10:20:01 +0000 |
commit | f6c9b5a616c431395bd8c8f962bd3c693fb45697 (patch) | |
tree | f64f57165efac45329fee32228ac2b10321c6f69 /pom.xml | |
parent | 70129e77f01878319d771fa0125bdd05c52d9608 (diff) | |
parent | dd2d790dd97ec4260531bc1fdce5766bf85797d8 (diff) |
Merge "Update SDC library"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -479,14 +479,14 @@ </dependency> <!-- For SDC Controller --> <dependency> - <groupId>org.openecomp.sdc.sdc-distribution-client</groupId> + <groupId>org.onap.sdc.sdc-distribution-client</groupId> <artifactId>sdc-distribution-client</artifactId> - <version>1.2.2</version> + <version>1.3.0</version> </dependency> <dependency> - <groupId>org.openecomp.sdc.sdc-tosca</groupId> + <groupId>org.onap.sdc.sdc-tosca</groupId> <artifactId>sdc-tosca</artifactId> - <version>1.2.2</version> + <version>1.3.3</version> </dependency> </dependencies> |