aboutsummaryrefslogtreecommitdiffstats
path: root/vnfapi/features/sdnc-vnfapi/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-05-07 14:45:43 -0400
committerDan Timoney <dtimoney@att.com>2021-05-07 14:45:43 -0400
commit606d9286eab1912310def1d0261bd8acc0b1c9b6 (patch)
tree03bb4cc3c1d55b941b87474ee112f94468bbded4 /vnfapi/features/sdnc-vnfapi/pom.xml
parent2c5ea21211a4b645bbfd80d4301d8b8d09615e1a (diff)
Updates for Aluminum SR3
Update parent poms to Aluminum SR3 version (2.1.4), and replace deprecated references to org.opendaylight.controller:odl-mdsal-broker with org.opendaylight.mdsal:odl-mdsal-dom-broker Change-Id: I76b66317adcfa8aec26044f79237979e44bcba27 Issue-ID: SDNC-1542 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'vnfapi/features/sdnc-vnfapi/pom.xml')
-rw-r--r--vnfapi/features/sdnc-vnfapi/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/vnfapi/features/sdnc-vnfapi/pom.xml b/vnfapi/features/sdnc-vnfapi/pom.xml
index ea8f73a0..9097442a 100644
--- a/vnfapi/features/sdnc-vnfapi/pom.xml
+++ b/vnfapi/features/sdnc-vnfapi/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>2.1.3</version>
+ <version>2.1.4</version>
<relativePath/>
</parent>
@@ -18,8 +18,9 @@
<dependencies>
<dependency>
- <groupId>org.opendaylight.controller</groupId>
- <artifactId>odl-mdsal-broker</artifactId>
+ <groupId>org.opendaylight.mdsal</groupId>
+ <artifactId>odl-mdsal-dom-broker</artifactId>
+ <version>6.0.8</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>