<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="ukelonn.bundle.test.db">
    <repository>mvn:no.priv.bang.ukelonn/ukelonn.db.liquibase/1.0.0-SNAPSHOT/xml/features</repository>
    <repository>mvn:org.postgresql/postgresql/42.7.10/xml/features</repository>
    <feature name="ukelonn-db-liquibase-production" description="Ukelonn webapp production database setup" version="1.0.0.SNAPSHOT">
        <details>Common maven plugin properties, configurations and dependency management, for applications using authservice</details>
        <feature>scr</feature>
        <feature version="1.0.0.SNAPSHOT" prerequisite="false" dependency="false">ukelonn-db-liquibase</feature>
        <feature version="42.7.10" prerequisite="false" dependency="false">postgresql</feature>
        <bundle start-level="80">mvn:no.priv.bang.ukelonn/ukelonn.db.liquibase.production/1.0.0-SNAPSHOT</bundle>
    </feature>
    <feature name="ukelonn-db-production" version="1.0.0.SNAPSHOT">
        <config name="org.ops4j.datasource-ukelonn-production" append="false" external="false" override="false">
osgi.jdbc.driver.name=PostgreSQL JDBC Driver
dataSourceName=jdbc/ukelonn
url=jdbc:postgresql:///ukelonn
user=karaf
password=karaf
ops4j.preHook=ukelonndb

</config>
        <feature>ukelonn-db-liquibase-production</feature>
        <feature>pax-jdbc-config</feature>
        <feature>postgresql</feature>
        <capability>
            osgi.service;objectClass=javax.sql.DataSource;effective:=active;osgi.jndi.service.name=jdbc/ukelonn
        </capability>
    </feature>
</features>
