BUG-1422 Introduce Call-Home functionality for the NETCONF Topology.
[netconf.git] / features / netconf-connector / features-netconf-connector / pom.xml
index 0750c52c2d0ec28f0c2ee5db90cc6aae50d9c320..9e90e290963f2d5f2befec2052262dfb3e57bca5 100644 (file)
       <groupId>${project.groupId}</groupId>
       <artifactId>netconf-config</artifactId>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>callhome-model</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>callhome-protocol</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>callhome-provider</artifactId>
+    </dependency>
   </dependencies>
 
   <scm>