<?xml version="1.0" encoding="UTF-8"?>
<features name="camel-drools-example-6.0.0-SNAPSHOT"
          xmlns="http://karaf.apache.org/xmlns/features/v1.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.0.0 http://karaf.apache.org/xmlns/features/v1.0.0">

  <repository>mvn:org.apache.camel.karaf/apache-camel/2.10.3/xml/features</repository>
  <repository>mvn:org.apache.cxf.karaf/apache-cxf/2.6.6/xml/features</repository>

  <feature name="drools-common" version="6.0.0.Beta2" description="Drools Commons">
    <feature version="[2.6,3.0)">cxf-specs</feature>
    <bundle>mvn:com.google.protobuf/protobuf-java/2.5.0</bundle>
    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.antlr/3.5_1</bundle>
    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xstream/1.4.3_1</bundle>
    <bundle start-level='10'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.2/1.9.0</bundle>
    <bundle start-level='10'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-xjc/2.2.1.1_2</bundle>
    <bundle start-level='10'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/2.2.1.1_2</bundle>
    <bundle>mvn:org.mvel/mvel2/2.1.4.Final</bundle>
    <bundle>wrap:mvn:org.eclipse.jdt.core.compiler/ecj/4.2.1$Bundle-SymbolicName=Eclipse-JDT-Compiler&amp;Bundle-Version=4.2.1</bundle>
    <bundle>wrap:mvn:org.codehaus.janino/janino/2.6.1$Bundle-SymbolicName=Codehaus-Janino&amp;Bundle-Version=2.6.1</bundle>
    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.quartz/2.1.6_1</bundle>
    <bundle>mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0</bundle>
    <bundle>wrap:mvn:javax.enterprise/cdi-api/1.0-SP4</bundle>
  </feature>

  <feature name="drools-module" version="6.0.0.Beta2" description="Drools core">
    <feature version="6.0.0.Beta2">drools-common</feature>
    <feature version="6.0.0.Beta2">kie</feature>
    <bundle>mvn:org.drools/drools-core/6.0.0.Beta2</bundle>
    <bundle>mvn:org.drools/drools-compiler/6.0.0.Beta2</bundle>
  </feature>

  <feature name="kie" version="6.0.0.Beta2">
    <bundle>mvn:org.kie/kie-api/6.0.0.Beta2</bundle>
    <bundle>mvn:org.kie/kie-internal/6.0.0.Beta2</bundle>
  </feature>

  <feature name="drools-spring" version="6.0.0.Beta2" description="Drools Spring">
    <feature version="[3.0,4.0)">spring</feature>
    <bundle>mvn:org.drools/drools-spring/6.0.0.Beta2</bundle>
  </feature>

  <feature name="drools-templates" version="6.0.0.Beta2" description="Drools Templates">
    <bundle>mvn:org.drools/drools-templates/6.0.0.Beta2</bundle>
  </feature>

  <feature name="drools-camel" version="6.0.0.Beta2" description="Drools Camel">
    <feature version="6.0.0.Beta2">drools-module</feature>
    <feature version="6.0.0.Beta2">drools-spring</feature>
    <feature version="2.10.3">camel</feature>
    <feature version="2.10.3">camel-cxf</feature>
    <feature version="[2.6,3.0)">cxf-specs</feature>
    <feature version="[2.6,3.0)">cxf-core</feature>
    <feature version="[2.6,3.0)">cxf-jaxrs</feature>
    <bundle>mvn:org.drools/drools-camel/6.0.0.Beta2</bundle>
  </feature>

  <feature name="drools-decisiontable" description="Drools Decision Tables" version="6.0.0.Beta2">
    <feature version="6.0.0.Beta2">drools-module</feature>
    <feature version="6.0.0.Beta2">drools-templates</feature>
    <bundle>wrap:mvn:net.sourceforge.jexcelapi/jxl/2.6.12</bundle>
    <!--<bundle>wrap:mvn:org.apache.poi/poi/3.9</bundle>
    <bundle>wrap:mvn:org.apache.poi/poi-ooxml/3.9</bundle>-->
    <bundle>mvn:commons-codec/commons-codec/1.7</bundle>
    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.poi/3.9_2</bundle>
    <bundle>mvn:org.drools/drools-decisiontables/6.0.0.Beta2</bundle>
  </feature>

  <feature name="drools-jpa" version="6.0.0.Beta2" description="Drools JPA">
    <feature version="6.0.0.Beta2">drools-module</feature>
    <feature version="[3.0,4.0)">spring-orm</feature>
    <feature version="1.0.1">jpa</feature>
    <bundle>mvn:org.drools/drools-persistence-jpa/6.0.0.Beta2</bundle>
  </feature>

  <feature name="drools-camel-example" version="6.0.0.Beta2" description="Drools Camel Spring Example">
    <feature version="6.0.0.Beta2">drools-module</feature>
    <feature version="6.0.0.Beta2">drools-decisiontable</feature>
    <feature version="6.0.0.Beta2">drools-spring</feature>
    <feature version="6.0.0.Beta2">drools-camel</feature>
    <bundle>mvn:org.drools/drools-osgi-examples/6.0.0.Beta2</bundle>
  </feature>

</features>