Fix transport-http dependencies 34/110334/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 25 Feb 2024 09:18:16 +0000 (10:18 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 25 Feb 2024 09:18:16 +0000 (10:18 +0100)
We are using ietf-yang-types and RFC8341, declare that fact.

Change-Id: I317fdde2f06e3bcac778ee9fbc30b534d64594df
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
transport/transport-http/pom.xml

index f940f7bb0f3065ec8a0e8254db14fb48859988f5..33c08e36a7a9dcc1aaf21ba7ff6cfda55a68a6d7 100644 (file)
             <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.netconf</groupId>
             <artifactId>transport-tcp</artifactId>
@@ -47,5 +51,9 @@
             <groupId>org.opendaylight.netconf.model</groupId>
             <artifactId>draft-ietf-netconf-crypto-types</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.netconf.model</groupId>
+            <artifactId>rfc8341</artifactId>
+        </dependency>
     </dependencies>
 </project>