Fix rfc8639 dependencies 28/110328/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 25 Feb 2024 09:08:40 +0000 (10:08 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 25 Feb 2024 09:08:40 +0000 (10:08 +0100)
We are using RFC6991 here, make sure we declare these dependencies.

Change-Id: Ic011fceb6e148bb9c89037794a1f44e00249e2fa
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
model/rfc8639/pom.xml

index a830a0cff4a2def0dddd0096f56a12799d12fa06..0c17694d62ee4fcc0032b9b0c4365804d73166ce 100644 (file)
     <description>RFC8639 Subscription to YANG Notifications</description>
 
     <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-yang-types</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8040</artifactId>