Merge "Initial implementation of netconf monitoring module according to http://tools...
authorEd Warnicke <eaw@cisco.com>
Fri, 6 Dec 2013 16:08:15 +0000 (16:08 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 6 Dec 2013 16:08:15 +0000 (16:08 +0000)
1  2 
opendaylight/md-sal/sal-binding-it/pom.xml

index 6a994dbd07c6295d9284bfae5bf270523c4e8785,c050c034b896f266bb2826ed63d970a45783b949..235e6ac51efcafa22dd8b6e18368d71eaff07a7f
          </pluginManagement>
      </build>
  
 +
      <dependencies>
          <dependency>
              <groupId>org.opendaylight.yangtools.thirdparty</groupId>
              <artifactId>netconf-impl</artifactId>
              <version>${netconf.version}</version>
          </dependency>
+         <dependency>
+             <groupId>org.opendaylight.controller</groupId>
+             <artifactId>netconf-monitoring</artifactId>
+             <version>${netconf.version}</version>
+         </dependency>
          <dependency>
              <groupId>org.opendaylight.controller</groupId>
              <artifactId>netconf-client</artifactId>