Depend on rfc8346 in docs
[mdsal.git] / docs / pom.xml
index 6b7e84366512aedbdc099c44d7834d8fa9274d3b..d9e2bf6521c9cc5111b174fc5578942460578f7a 100644 (file)
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8345-ietf-network-topology-state</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8346</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8346-ietf-l3-unicast-topology</artifactId>
             <artifactId>netty-transport-native-epoll</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>net.java.dev.jna</groupId>
+            <artifactId>jna</artifactId>
+            <version>5.8.0</version>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
 
     <build>