Bug 624 - Separate netty and exi specific classes from netconf-util.
[controller.git] / opendaylight / commons / opendaylight / pom.xml
index aaab66d4b09ce655257de424b8510657dda93b1b..2e4303eeb78a0eb2bb47daa6d865f785532c0b81 100644 (file)
         <artifactId>ietf-netconf-monitoring-extension</artifactId>
         <version>${netconf.version}</version>
       </dependency>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>netconf-netty-util</artifactId>
+        <version>${netconf.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.controller</groupId>
+        <artifactId>netconf-netty-util</artifactId>
+        <version>${netconf.version}</version>
+        <type>test-jar</type>
+      </dependency>
       <dependency>
         <groupId>ch.qos.logback</groupId>
         <artifactId>logback-classic</artifactId>