Fix netconf-netty-util dependencies
[netconf.git] / netconf / netconf-netty-util / pom.xml
index a928873becf61acab77e48aabdb1e7a7c61d3d83..2d80ff4bceec741496d10fa95680977c27a852d0 100644 (file)
       <groupId>io.netty</groupId>
       <artifactId>netty-transport</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt</groupId>
+      <artifactId>org.eclipse.jdt.annotation</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.aaa</groupId>
       <artifactId>aaa-encrypt-service</artifactId>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>shaded-sshd</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.netconf.model</groupId>
+      <artifactId>rfc6241</artifactId>
+    </dependency>
 
     <!-- test dependencies -->
     <dependency>