This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 418069a Examples - Fixed Camel-Example-Transformer-Blueprint
418069a is described below
commit 418069a8c60fae282aa5f5b4944723e15822f286
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jan 28 14:53:30 2019 +0100
Examples - Fixed Camel-Example-Transformer-Blueprint
---
.../src/main/resources/features.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/examples/camel-example-transformer-blueprint/src/main/resources/features.xml
b/examples/camel-example-transformer-blueprint/src/main/resources/features.xml
index 420fef6..7dad5a5 100644
---
a/examples/camel-example-transformer-blueprint/src/main/resources/features.xml
+++
b/examples/camel-example-transformer-blueprint/src/main/resources/features.xml
@@ -22,9 +22,6 @@
<feature name='camel-example-transformer-blueprint'
version='${project.version}'>
<feature version="${project.version}">camel</feature>
- <feature version="${project.version}">camel-blueprint</feature>
-
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan/${xalan-bundle-version}</bundle>
-
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.bcel/${bcel-bundle-version}</bundle>
<bundle>mvn:org.apache.camel.example/camel-example-transformer-blueprint/${project.version}</bundle>
</feature>