added mastership to lldpdiscovery

Change-Id: I94bcf04eff134a2bb63325468f26406108608c92
diff --git a/providers/host/pom.xml b/providers/host/pom.xml
index e0f9cef..1cd580f 100644
--- a/providers/host/pom.xml
+++ b/providers/host/pom.xml
@@ -16,5 +16,15 @@
     <packaging>bundle</packaging>
 
     <description>ONOS host tracking provider</description>
+    <dependencies>
+        <dependency>
+            <groupId>org.onlab.onos</groupId>
+            <artifactId>onos-api</artifactId>
+            <classifier>tests</classifier>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+
 
 </project>