Skip to content

Instantly share code, notes, and snippets.

@jonathanvila
Created November 1, 2014 13:32
Show Gist options
  • Save jonathanvila/eb68d134add24cf2fcde to your computer and use it in GitHub Desktop.
Save jonathanvila/eb68d134add24cf2fcde to your computer and use it in GitHub Desktop.
karaf features
<?xml version="1.0" encoding="UTF-8"?>
<features name="Tesipro" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
<repository>mvn:org.apache.camel.karaf/apache-camel/2.12.2/xml/features</repository>
<repository>mvn:org.apache.activemq/activemq-karaf/5.9.0/xml/features</repository>
<repository>mvn:org.apache.cxf.karaf/apache-cxf/2.7.7/xml/features</repository>
<feature name="tesipro-requisites" resolver="(obr)" start-level="60">
<!-- Container dependencies -->
<feature>transaction</feature>
<feature >jdbc</feature>
<feature >openjpa</feature>
<feature>jndi</feature>
<!-- depending activemq features -->
<feature version="5.9.0">activemq-blueprint</feature>
<feature version="5.9.0">activemq-camel</feature>
<!-- depending camel features -->
<feature version="2.12.2">camel-blueprint</feature>
<feature version="2.12.2">camel-jms</feature>
<feature version="2.12.2">camel-jdbc</feature>
<feature version="2.12.2">camel-mvel</feature>
<feature version="2.12.2">camel-cxf</feature>
<feature version="2.12.2">camel-quartz</feature>
<feature version="2.12.2">camel-stream</feature>
<feature version="2.12.2">camel-http</feature>
<bundle>mvn:org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.1</bundle>
<bundle>mvn:commons-collections/commons-collections/3.2.1</bundle>
<bundle>mvn:commons-pool/commons-pool/1.5.4</bundle>
<bundle>mvn:commons-dbcp/commons-dbcp/1.4</bundle>
<bundle>mvn:commons-lang/commons-lang/2.6</bundle>
<bundle>wrap:mvn:net.sourceforge.serp/serp/1.13.1</bundle>
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-codec/1.2_5</bundle>
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saaj-impl/1.3.23_1</bundle>
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.quartz/1.8.6_1</bundle>
<bundle>mvn:commons-collections/commons-collections/3.2.1</bundle>
<bundle>wrap:mvn:com.google.code.liquidform/liquidform.jpa/1.0.0</bundle>
<bundle>wrap:mvn:org.projectlombok/lombok/1.12.6</bundle>
<bundle>mvn:org.apache.geronimo.bundles/commons-httpclient/3.1_2</bundle>
<bundle>mvn:org.apache.derby/derby/10.10.2.0</bundle>
<!-- database drivers -->
<bundle>wrap:mvn:net.sourceforge.jtds/jtds/1.3.1</bundle>
</feature>
</features>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment