Cleanup netconf dependencies a bit
[netconf.git] / model / rfc6241 / pom.xml
index febf65cd342041c99ed3ab3b86a3ba36d437cf5b..021d56bca2e9db7494b88fa329d4463367edb67e 100644 (file)
     <description>RFC6241 Network Configuration Protocol (NETCONF)</description>
 
     <dependencies>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-common</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc6991-ietf-inet-types</artifactId>