Skip to content

Instantly share code, notes, and snippets.

@dejanb
Created November 8, 2013 15:28
Show Gist options
  • Select an option

  • Save dejanb/7372621 to your computer and use it in GitHub Desktop.

Select an option

Save dejanb/7372621 to your computer and use it in GitHub Desktop.
<features name="quickstart-jms-${project.version}"
xmlns="http://karaf.apache.org/xmlns/features/v1.0.0">
<repository>mvn:org.apache.camel.karaf/apache-camel/${camel-version}/xml/features</repository>
<repository>mvn:org.fusesource.fabric/fuse-fabric/${jboss.fuse.bom.version}/xml/features</repository>
<feature name="quickstart-jms" version="${project.version}" resolver="(obr)">
<feature version="${camel-version-range}">camel-jms</feature>
<feature version="${camel-version-range}">camel</feature>
<feature version="${project.version}">mq-fabric</feature>
<bundle>mvn:org.jboss.amq/mq-fabric-camel/${project.version}</bundle>
<bundle>mvn:org.jboss.amq/mq-fabric-cf/${project.version}</bundle>
<bundle>mvn:org.fusesource.fabric/common-util/${jboss.fuse.bom.version}</bundle>
<bundle>mvn:org.jboss.quickstarts.fuse/jms/${project.version}</bundle>
</feature>
</features>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment