aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/northbound/addCMHandle/model/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2022-03-23 12:00:12 +0000
committerGerrit Code Review <gerrit@onap.org>2022-03-23 12:00:12 +0000
commit3c74361514bb920ed441d105f66ca978bd074ced (patch)
tree323142ffbd78f0aa4a63b15be0d676de78c075cf /sdnr/northbound/addCMHandle/model/pom.xml
parentfd21152d113e232c425719aac5e985333af09b27 (diff)
parent81043465b2a5332d21ac5b806f785ee69d6f62bf (diff)
Merge "Optimize cm-handle registration with CPS-DMI Plugin to upload yang model"
Diffstat (limited to 'sdnr/northbound/addCMHandle/model/pom.xml')
-rw-r--r--sdnr/northbound/addCMHandle/model/pom.xml14
1 files changed, 3 insertions, 11 deletions
diff --git a/sdnr/northbound/addCMHandle/model/pom.xml b/sdnr/northbound/addCMHandle/model/pom.xml
index 0bed82903..ff88c64b7 100644
--- a/sdnr/northbound/addCMHandle/model/pom.xml
+++ b/sdnr/northbound/addCMHandle/model/pom.xml
@@ -3,7 +3,7 @@
~ ============LICENSE_START=======================================================
~ ONAP : ccsdk features
~ ================================================================================
- ~ Copyright (C) 2021 Wipro Limited.
+ ~ Copyright (C) 2021-2022 Wipro Limited.
~ ================================================================================
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
@@ -38,21 +38,13 @@
<dependencies>
<dependency>
- <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
- <artifactId>rfc6991</artifactId>
- </dependency>
- <dependency>
- <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
- <artifactId>rfc6991-ietf-inet-types</artifactId>
- </dependency>
- <dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>sal-netconf-connector</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
- <artifactId>rfc6991-ietf-yang-types</artifactId>
+ <groupId>org.opendaylight.mdsal</groupId>
+ <artifactId>mdsal-binding-dom-codec-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>