Fix transport-tls dependencies 32/110332/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 25 Feb 2024 09:14:36 +0000 (10:14 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 25 Feb 2024 09:14:36 +0000 (10:14 +0100)
We are using rfc8341 model, declare that fact.

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

index 1a431370cdd4d4750f4fdaf62f5b40e59061b24c..e291ff40067d2dfed845e6b912f2eaa94a46492f 100644 (file)
             <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>