OSGI-INF.blueprint.blueprint.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/${blueprint.ns}"> <bean id="CryptoServiceImpl" class="com.eurodyn.qlack2.fuse.crypto.impl.CryptoServiceImpl"> </bean> <service id="CryptoService" ref="CryptoServiceImpl" interface="com.eurodyn.qlack2.fuse.crypto.api.CryptoService"/> </blueprint>