added authentication to map notify and map reply, and moved the serialization process...
[lispflowmapping.git] / mappingservice / implementation / pom.xml
index 70ec0ab475ca3216493c85e08d5e1d4b9e081866..9e54c5e8e5be9927c281077779e267495c1d6de2 100644 (file)
@@ -22,6 +22,8 @@
                                <configuration>
                                        <instructions>
                                                <Export-Package>
+                                               org.opendaylight.mappingservice.implementation.serializer,
+                                               org.opendaylight.mappingservice.implementation.util
                                                </Export-Package>
                                                <Import-Package>
                                                        org.opendaylight.controller.sal.core,
                                                        org.osgi.framework,
                                                        org.opendaylight.lispflowmapping.interfaces.dao, 
                                                        org.opendaylight.lispflowmapping.interfaces.lisp, 
+                                                       org.opendaylight.lispflowmapping.type,
                                                        org.opendaylight.lispflowmapping.type.lisp, 
                                                        org.opendaylight.lispflowmapping.type.lisp.address, 
-                                                       org.opendaylight.controller.clustering.services
+                                                       org.opendaylight.controller.clustering.services,
+                                                       javax.crypto,
+                                                       javax.crypto.spec,
+                                                       org.apache.tomcat.util.buf
                                                </Import-Package>
                                                <Bundle-Activator>
                                                        org.opendaylight.lispflowmapping.implementation.Activator