<?xml version='1.0' encoding='UTF-8'?>
<!--
/**
 * 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="dominion-pax-exam-feature-0.10"
          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">

    <repository>mvn:org.ops4j.pax.exam/pax-exam-features/4.12.0/xml</repository>

    <feature name="dominion-pax-exam" version="0.10">
        <!-- start level of 1 is to ensure it starts before PaxExam JUnit invoker -->
        <bundle start-level="1">mvn:org.codice.test/dominion-pax-exam-invokers/0.10
        </bundle>

        <feature>exam</feature>

        <bundle>mvn:org.apache.commons/commons-lang3/3.8</bundle>
        <bundle>mvn:commons-io/commons-io/2.6</bundle>
        <bundle>mvn:org.apache.commons/commons-text/1.6</bundle>
        <bundle>mvn:com.google.guava/guava/23.0</bundle>
        <bundle>mvn:com.google.code.gson/gson/2.8.5</bundle>

        <bundle>mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.2</bundle>
        <bundle>mvn:org.apache.felix/org.apache.felix.configadmin/1.9.4
        </bundle>
        <bundle>mvn:org.ops4j.pax.url/pax-url-aether/2.5.4</bundle>

        <bundle>mvn:org.codice.test/junit-extensions/0.10</bundle>
        <bundle>mvn:org.codice.test/maven-extensions/0.10</bundle>
        <bundle>mvn:org.codice.test/pax-exam-extensions/0.10</bundle>
        <bundle>mvn:org.codice.test/dominion/0.10</bundle>
        <bundle>mvn:org.codice.test/dominion-pax-exam/0.10</bundle>
    </feature>
</features>
