You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/01/11 14:27:44 UTC

[camel] 02/02: CAMEL-13048 - Camel-Aggregate Example: Remove Camel-Hawtdb references

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 <an...@gmail.com>
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>