summaryrefslogtreecommitdiffstats
path: root/northbound/lcm/model/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2024-07-19 13:50:12 -0400
committerDan Timoney <dtimoney@att.com>2024-08-16 12:32:54 -0400
commit4b27c1566071bf880b7ea1757530473ea2ee1b7f (patch)
tree57434370476bed4394735ab91474ef0aae77be8e /northbound/lcm/model/pom.xml
parentac0e0c95968436d78781056eddf6af4b75b7fd92 (diff)
Migrate SLI to ODL Potassium-SR2
Updated parent versions to match Potassium-SR2 version and made code updates necessary to migrate to OpenDaylight Potassium release. Issue-ID: CCSDK-3990 Change-Id: I8a8a99513a257fe7e9c3736ab23cb88fb1cd85ad Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'northbound/lcm/model/pom.xml')
-rwxr-xr-xnorthbound/lcm/model/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/northbound/lcm/model/pom.xml b/northbound/lcm/model/pom.xml
index 30e65ce59..06ec75d1f 100755
--- a/northbound/lcm/model/pom.xml
+++ b/northbound/lcm/model/pom.xml
@@ -20,7 +20,11 @@
<dependency>
<groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
- <artifactId>rfc6991</artifactId>
+ <artifactId>rfc6991-ietf-inet-types</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+ <artifactId>rfc6991-ietf-yang-types</artifactId>
</dependency>
</dependencies>