[CORD-1434][CORD-1112] DHCP relay manager

Change-Id: I2e4d8fc8e85ed66b33ac517660ee72a1c0183597
diff --git a/providers/host/pom.xml b/providers/host/pom.xml
index 7ead81d..f6016ca 100644
--- a/providers/host/pom.xml
+++ b/providers/host/pom.xml
@@ -64,6 +64,9 @@
             <artifactId>easymock</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.onosproject</groupId>
+            <artifactId>onos-incubator-api</artifactId>
+        </dependency>
     </dependencies>
-
 </project>