Skip to content

Instantly share code, notes, and snippets.

@honghuac
Created July 12, 2016 05:20
Show Gist options
  • Save honghuac/4cdc3b9fd7ccf0ebd94c34c3a16e8b19 to your computer and use it in GitHub Desktop.
Save honghuac/4cdc3b9fd7ccf0ebd94c34c3a16e8b19 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<features name="usecases" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
<feature name="usecase-camel-bindy-json" version="1.0">
<feature version="[2.12,3)">camel</feature>
<feature version="[2.12,3)">camel-bindy</feature>
<feature version="[2.12,3)">camel-jackson</feature>
<feature version="[2.12,3)">camel-dozer</feature>
<bundle>mvn:org.fuse.usecase1/routing/${project.version}</bundle>
</feature>
</features>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment