aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-04-06 11:48:07 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-04-06 11:48:07 +0200
commitdd2d790dd97ec4260531bc1fdce5766bf85797d8 (patch)
treee63b1e68ce28cc2a956d762e9321310558691542 /pom.xml
parente1f91b9e7de0b53e69cefdeebd0a0afc69ea2a5b (diff)
Update SDC library
Upgrade SDC library to latest and remove the message bus condition, it's now a mandatory parameter as well Issue-ID: CLAMP-149 Change-Id: I4c7ddcca6ac176380821bd8f1e4e3ef3d9fcea30 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 007b6605..60870299 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>