Merge "Bug 1036 - Allow using container in case stmt to preserve uniqueness."
authorTony Tkacik <ttkacik@cisco.com>
Mon, 26 May 2014 19:48:32 +0000 (19:48 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 26 May 2014 19:48:32 +0000 (19:48 +0000)
1  2 
opendaylight/commons/opendaylight/pom.xml

index e1e3164f71820d89390431e177e3a75057ea4e8b,c1dc6ee78948255da57b12f68e176aa8e0b23c25..7c47f3644dcf6b4c9f079d5e5cf7d2150a83f04a
@@@ -78,7 -78,6 +78,7 @@@
      <hosttracker.northbound.version>0.4.2-SNAPSHOT</hosttracker.northbound.version>
      <hosttracker_new.api.version>0.4.2-SNAPSHOT</hosttracker_new.api.version>
      <ietf-inet-types.version>2010.09.24.4-SNAPSHOT</ietf-inet-types.version>
 +    <ietf-restconf.version>2013.10.19.1-SNAPSHOT</ietf-restconf.version>
      <ietf-topology.version>2013.10.21.2-SNAPSHOT</ietf-topology.version>
      <ietf-yang-types.version>2010.09.24.4-SNAPSHOT</ietf-yang-types.version>
      <jackson.version>2.3.2</jackson.version>
          <version>${netconf.version}</version>
          <type>test-jar</type>
        </dependency>
+       <dependency>
+         <groupId>org.opendaylight.controller</groupId>
+         <artifactId>netconf-netty-util</artifactId>
+         <version>${netconf.version}</version>
+         <type>test-jar</type>
+       </dependency>
        <dependency>
          <groupId>org.opendaylight.controller</groupId>
          <artifactId>netconf-ssh</artifactId>
          <artifactId>ietf-inet-types</artifactId>
          <version>${ietf-inet-types.version}</version>
        </dependency>
 +      <dependency>
 +        <groupId>org.opendaylight.yangtools.model</groupId>
 +        <artifactId>ietf-restconf</artifactId>
 +        <version>${ietf-restconf.version}</version>
 +      </dependency>
        <dependency>
          <groupId>org.opendaylight.yangtools.model</groupId>
          <artifactId>ietf-topology</artifactId>
          <artifactId>ietf-yang-types</artifactId>
          <version>${ietf-yang-types.version}</version>
        </dependency>
 +      <dependency>
 +        <groupId>org.opendaylight.yangtools.model</groupId>
 +        <artifactId>ietf-yang-types-20130715</artifactId>
 +        <version>2013.07.15.1-SNAPSHOT</version>
 +      </dependency>
        <dependency>
          <groupId>org.opendaylight.yangtools.model</groupId>
          <artifactId>opendaylight-l2-types</artifactId>