Clean up restconf-nb dependencies a bit 34/108834/3
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 3 Nov 2023 06:52:28 +0000 (07:52 +0100)
committerRobert Varga <nite@hq.sk>
Fri, 3 Nov 2023 10:43:09 +0000 (10:43 +0000)
maven-dependency-plugin is complaining about a number of things, fix at
least model artifact references.

Change-Id: Ic673f825ff7393f5a1b4cd7d049156870b20a157
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-nb/pom.xml

index 8a0a43497b0d3a688402c0d3ca391d11b88898b2..316973929eb4840729c8fb9d888638c3ad3d1ea4 100644 (file)
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-      <artifactId>rfc6991-ietf-yang-types</artifactId>
+      <artifactId>rfc6991-ietf-inet-types</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <artifactId>rfc8525</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.netconf.model</groupId>
+      <artifactId>rfc6243</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.netconf.model</groupId>
       <artifactId>rfc8040-ietf-restconf-monitoring</artifactId>