[ONOS-5750] Add skeleton code of LISP mapping provider

This commit also enables LISP mapping and messsage providers.

Change-Id: I06ff330ba6144bff472c2ede49d9e477aa38880b
diff --git a/providers/lisp/app/features.xml b/providers/lisp/app/features.xml
index 88b4f5e..e583ce8 100644
--- a/providers/lisp/app/features.xml
+++ b/providers/lisp/app/features.xml
@@ -23,6 +23,8 @@
         <bundle>mvn:${project.groupId}/onos-lisp-msg/${project.version}</bundle>
 
         <bundle>mvn:${project.groupId}/onos-lisp-provider-device/${project.version}</bundle>
+        <bundle>mvn:${project.groupId}/onos-lisp-provider-mapping/${project.version}</bundle>
+        <bundle>mvn:${project.groupId}/onos-lisp-provider-message/${project.version}</bundle>
     </feature>
 </features>