Adding GUI for displaying the DHCP Mappings. DHCP REST API disabled.

Change-Id: I59f4600e3efd3e53f3ebcb5d4ced7381625529c4
diff --git a/onos-app-dhcpserver/pom.xml b/onos-app-dhcpserver/pom.xml
index 4797108..de84083 100644
--- a/onos-app-dhcpserver/pom.xml
+++ b/onos-app-dhcpserver/pom.xml
@@ -117,6 +117,7 @@
 
     <build>
         <plugins>
+            <!-- FIXME this breaks the UI
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
@@ -155,6 +156,7 @@
                     </instructions>
                 </configuration>
             </plugin>
+            -->
         </plugins>
     </build>