<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="webapi">

    <!-- Copyright 2016-2022 Steinar Bang                                                -->
    <!--                                                                                 -->
    <!-- Licensed under the Apache License, Version 2.0 (the "License");                 -->
    <!-- you may not use this file except in compliance with the License.                -->
    <!-- You may obtain a copy of the License at                                         -->
    <!--   http://www.apache.org/licenses/LICENSE-2.0                                    -->
    <!-- Unless required by applicable law or agreed to in writing,                      -->
    <!-- software distributed under the License is distributed on an "AS IS" BASIS,      -->
    <!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.        -->
    <!-- See the License for the specific language governing permissions and limitations -->
    <!-- under the License.                                                              -->

    <repository>mvn:no.priv.bang.ukelonn/ukelonn.services/1.0.0-SNAPSHOT/xml/features</repository>
    <repository>mvn:no.priv.bang.ukelonn/ukelonn.db.liquibase/1.0.0-SNAPSHOT/xml/features</repository>
    <repository>mvn:no.priv.bang.ukelonn/ukelonn.db.liquibase.test/1.0.0-SNAPSHOT/xml/features</repository>
    <repository>mvn:no.priv.bang.ukelonn/ukelonn.db.liquibase.production/1.0.0-SNAPSHOT/xml/features</repository>
    <repository>mvn:no.priv.bang.ukelonn/ukelonn.backend/1.0.0-SNAPSHOT/xml/features</repository>
    <repository>mvn:no.priv.bang.ukelonn/ukelonn.backend.testdata/1.0.0-SNAPSHOT/xml/features</repository>
    <repository>mvn:no.priv.bang.authservice/karaf/3.0.10/xml/features</repository>
    <repository>mvn:no.priv.bang.ukelonn/ukelonn.web.security/1.0.0-SNAPSHOT/xml/features</repository>
    <repository>mvn:no.priv.bang.ukelonn/ukelonn.web.services/1.0.0-SNAPSHOT/xml/features</repository>
    <repository>mvn:no.priv.bang.ukelonn/ukelonn.web.frontend/1.0.0-SNAPSHOT/xml/features</repository>
    <feature name="ukelonn" description="Ukelonn webapp" version="1.0.0-SNAPSHOT">
        <feature>ukelonn-web-frontend</feature>
    </feature>
    <feature name="ukelonn-with-derby" description="Ukelonn webapp" version="1.0.0-SNAPSHOT">
        <feature>ukelonn-backend</feature>
        <feature>ukelonn-backend-testdata</feature>
        <feature>user-admin-with-testdb</feature>
        <feature prerequisite="true">ukelonn-db-test</feature>
        <feature>ukelonn</feature>
    </feature>
    <feature name="ukelonn-with-derby-and-provided-authservice" description="Ukelonn webapp without authservice" version="1.0.0-SNAPSHOT">
        <feature>ukelonn-backend</feature>
        <feature>authservice-users</feature>
        <feature prerequisite="true">ukelonn-db-test</feature>
        <feature>ukelonn</feature>
    </feature>
    <feature name="ukelonn-with-postgresql" description="Ukelonn webapp" version="1.0.0-SNAPSHOT">
        <feature>ukelonn-backend</feature>
        <feature>authservice-with-productiondb-dbrealm-and-session</feature>
        <feature>ukelonn-db-production</feature>
        <feature>authservice-web-security-memorysession</feature>
        <feature>authservice-web-security-dbrealm</feature>
        <feature>ukelonn</feature>
    </feature>
    <feature name="ukelonn-with-postgresql-and-provided-authservice" description="Ukelonn webapp without authservice" version="1.0.0-SNAPSHOT">
        <feature>ukelonn-backend</feature>
        <feature>authservice-users</feature>
        <feature>ukelonn-db-production</feature>
        <feature>ukelonn</feature>
    </feature>
</features>
