Remove expiration code from HashMapDb
[lispflowmapping.git] / mappingservice / inmemorydb / src / main / resources / org / opendaylight / blueprint / mappingservice-inmemory-db.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
3   xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
4   odl:use-default-for-reference-types="true">
5
6   <bean id="hashMapDb" class="org.opendaylight.lispflowmapping.inmemorydb.HashMapDb" />
7
8   <service ref="hashMapDb"
9     interface="org.opendaylight.lispflowmapping.interfaces.dao.ILispDAO"
10     odl:type="default" />
11
12 </blueprint>