Merge "Bug 624 - Separate netty and exi specific classes from netconf-util."
authorEd Warnicke <eaw@cisco.com>
Mon, 19 May 2014 12:39:04 +0000 (12:39 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 19 May 2014 12:39:04 +0000 (12:39 +0000)
1  2 
opendaylight/commons/opendaylight/pom.xml

index 1020ba998c1e17a09026746e85370e84c21b0711,2e4303eeb78a0eb2bb47daa6d865f785532c0b81..81cc16da9fc3feb51e9ef02eb379bada33293de7
@@@ -19,7 -19,6 +19,7 @@@
      <appauth.version>0.4.2-SNAPSHOT</appauth.version>
      <!-- Controller Modules Versions -->
      <arphandler.version>0.5.2-SNAPSHOT</arphandler.version>
 +    <aries.util.version>1.1.0</aries.util.version>
      <asm.version>4.1</asm.version>
      <!-- Plugin Versions -->
      <bouncycastle.version>1.50</bouncycastle.version>
          <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>