Fix transport-ssh dependencies 33/110333/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 25 Feb 2024 09:17:02 +0000 (10:17 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 25 Feb 2024 09:17:02 +0000 (10:17 +0100)
We are using RFC6991 and RFC8341 models, declare that fact.

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

index 1f84f2d2d909fd80c5b56077dff6e632c5bcdbdc..9db7a9452b73d73025e28849658875250638d8fe 100644 (file)
             <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
             <artifactId>iana-crypt-hash</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>keystore-api</artifactId>
             <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>
 
         <!-- testing -->
         <dependency>