BUG-1422 Introduce Call-Home functionality for the NETCONF Topology.
[netconf.git] / features / netconf / features-netconf / pom.xml
index 0eb098842bb705930d4dbc274a2ae8ab1573fb19..ab170df881914b5ecacdbec59349abb319f48a81 100644 (file)
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>mdsal-netconf-impl</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>