Initial implementation of netconf monitoring module according to http://tools.ietf...
[controller.git] / opendaylight / distribution / opendaylight / pom.xml
index 35ebbbe0dd2455394a06f5ff62e731b57012ac6d..adc0c0973f76309d60b474c5e1dfbddc5fa23e9d 100644 (file)
           <artifactId>config-netconf-connector</artifactId>
           <version>${netconf.version}</version>
         </dependency>
+        <dependency>
+          <groupId>org.opendaylight.controller</groupId>
+          <artifactId>netconf-monitoring</artifactId>
+          <version>${netconf.version}</version>
+        </dependency>
+        <dependency>
+          <groupId>${project.groupId}</groupId>
+          <artifactId>ietf-netconf-monitoring</artifactId>
+          <version>${netconf.version}</version>
+        </dependency>
         <dependency>
           <groupId>org.opendaylight.controller</groupId>
           <artifactId>config-persister-impl</artifactId>