Augments DHCP relay app enabling/disabling the ARP processing


Change-Id: I55ceda5822bb53eb9a3ed5a64b3358e1f3892df7
diff --git a/apps/dhcprelay/pom.xml b/apps/dhcprelay/pom.xml
index 23c6c59..2c8a9da 100644
--- a/apps/dhcprelay/pom.xml
+++ b/apps/dhcprelay/pom.xml
@@ -80,5 +80,9 @@
             <artifactId>org.apache.felix.scr.annotations</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+        </dependency>
     </dependencies>
 </project>