<!--
/**
 * Copyright (c) Codice Foundation
 *
 * This is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either
 * version 3 of the License, or any later version.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU Lesser General Public License for more details. A copy of the GNU Lesser General Public License is distributed along with this program and can be found at
 * <http://www.gnu.org/licenses/lgpl.html>.
 *
 **/
 -->
<features xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          name="branding-2.30.1"
          xmlns="http://karaf.apache.org/xmlns/features/v1.3.0"
          xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0">

    <repository>mvn:ddf.features/utilities/2.30.1/xml/features</repository>

    <feature name="branding-api" version="2.30.1" description="Branding API">
        <bundle>mvn:ddf.platform/branding-api/2.30.1</bundle>
    </feature>

    <feature name="ddf-branding" version="2.30.1" description="DDF Branding">
        <feature>branding-api</feature>
        <bundle>mvn:commons-io/commons-io/2.21.0</bundle>
        <bundle>mvn:commons-lang/commons-lang/2.6</bundle>
        <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle>
        <bundle>mvn:ddf.distribution/ddf-branding-plugin/2.30.1</bundle>
    </feature>

    <feature name="branding-registry" version="2.30.1" description="Branding API">
        <feature>ddf-branding</feature>
        <feature>common-system</feature>
        <feature>platform-util</feature>
        <bundle>mvn:ddf.platform/branding-registry-impl/2.30.1</bundle>
    </feature>
</features>