This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git
The following commit(s) were added to refs/heads/main by this push: new 86b3428 Fix example 86b3428 is described below commit 86b34281720d611dfec855e10de3c46926caaa2b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jun 14 11:27:46 2021 +0200 Fix example --- examples/camel-example-sql-blueprint/src/main/resources/features.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/camel-example-sql-blueprint/src/main/resources/features.xml b/examples/camel-example-sql-blueprint/src/main/resources/features.xml index 4d69373..8ef41c1 100644 --- a/examples/camel-example-sql-blueprint/src/main/resources/features.xml +++ b/examples/camel-example-sql-blueprint/src/main/resources/features.xml @@ -23,7 +23,6 @@ <feature name="camel-example-sql-blueprint" version="${camel.version}"> <feature version="${camel.version}">camel</feature> <feature version="${camel.version}">camel-blueprint</feature> - <feature version="${camel.version}">camel-timer</feature> <feature version="${camel.version}">camel-sql</feature> <bundle>mvn:org.apache.derby/derby/${derby-version}</bundle> <bundle>mvn:org.apache.commons/commons-pool2/${commons-pool2-version}</bundle>