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
commit 1a25d4878e73e877894c8570abdd952235951fc8 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jan 11 15:27:17 2019 +0100 CAMEL-13048 - Camel-Aggregate Example: Remove Camel-Hawtdb references --- examples/camel-example-aggregate/README.md | 1 - examples/camel-example-aggregate/src/main/resources/features.xml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/camel-example-aggregate/README.md b/examples/camel-example-aggregate/README.md index b17f421..f00f4d9 100644 --- a/examples/camel-example-aggregate/README.md +++ b/examples/camel-example-aggregate/README.md @@ -23,7 +23,6 @@ The persistent datastore is located in the `data/hawtdb.dat` file. Its automatic #### Camel component used in this example * camel-core -* camel-hawtdb * camel-spring * camel-stream diff --git a/examples/camel-example-aggregate/src/main/resources/features.xml b/examples/camel-example-aggregate/src/main/resources/features.xml index 833a069..3a28a3c 100644 --- a/examples/camel-example-aggregate/src/main/resources/features.xml +++ b/examples/camel-example-aggregate/src/main/resources/features.xml @@ -23,8 +23,7 @@ <feature name='camel-example-aggregate' version='${project.version}'> <feature version="${project.version}">camel</feature> <feature version="${project.version}">camel-stream</feature> - <feature version="${project.version}">camel-hawtdb</feature> <bundle>mvn:org.apache.camel.example/camel-example-aggregate/${project.version}</bundle> </feature> -</features> \ No newline at end of file +</features>
