Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steinarb/bb63ffe251a728bdf8588df928d41c54 to your computer and use it in GitHub Desktop.
Save steinarb/bb63ffe251a728bdf8588df928d41c54 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.3.0" name="no.priv.bang.authservice.db.liquibase.test.TestLiquibaseRunner" immediate="true" activate="activate">
<property name="name" type="String" value="authservicedb"/>
<service>
<provide interface="org.ops4j.pax.jdbc.hook.PreHook"/>
</service>
<reference name="Logservice" interface="org.osgi.service.log.LogService" bind="setLogservice"/>
<implementation class="no.priv.bang.authservice.db.liquibase.test.TestLiquibaseRunner"/>
</scr:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment