<!--
/**
 * 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 name="imaging-app-1.17.6"
          xmlns="http://karaf.apache.org/xmlns/features/v1.3.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0">

    <feature name="imaging-nitf" version="1.17.6"
             description="Nitf imaging service">
        <bundle>mvn:org.codice.countrycode/converter/0.2.4</bundle>
        <bundle>mvn:ddf.platform.usng4j/platform-usng4j-api/2.31.0</bundle>
        <bundle>mvn:org.codice.alliance.imaging/imaging-nitf-api/1.17.6</bundle>
        <bundle>mvn:org.codice.alliance.imaging/imaging-nitf-impl/1.17.6</bundle>
    </feature>

    <feature name="imaging-nitf-transformer" version="1.17.6"
             description="Transformer responsible for converting a NITF into a Metacard">
        <feature>imaging-nitf</feature>
        <bundle>mvn:org.codice.alliance.imaging/imaging-transformer-nitf/1.17.6</bundle>
    </feature>

    <feature name="nitf-render-plugin" version="1.17.6"
             description="The imaging render plugin populates thumbnail, original, and overview on nitf metacards.">
        <feature>imaging-nitf</feature>
        <bundle>mvn:org.codice.alliance.imaging/imaging-plugin-nitf/1.17.6</bundle>
    </feature>

    <feature name="imaging-app" version="1.17.6"
             description="The Imaging Application provides support for ingesting and searching for NITF products.::Imaging">
        <feature>catalog-app</feature>
        <feature>imaging-nitf-transformer</feature>
        <feature>nitf-render-plugin</feature>

        <bundle>mvn:org.codice.alliance.catalog.core/catalog-core-api/1.17.6</bundle>
        <bundle>mvn:org.codice.alliance.imaging/imaging-service-api/1.17.6</bundle>
        <bundle>mvn:org.codice.alliance.imaging/imaging-service-impl/1.17.6</bundle>
        <bundle>mvn:org.codice.alliance.imaging/imaging-transformer-chipping/1.17.6</bundle>
        <bundle>mvn:org.codice.alliance.imaging/imaging-actionprovider-chip/1.17.6</bundle>
    </feature>

</features>
