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:42 UTC

[camel] branch master updated (1327294 -> 1a25d48)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 1327294  Removed camel-quartz remaining stuff
     new a806abf  Regen
     new 1a25d48  CAMEL-13048 - Camel-Aggregate Example: Remove Camel-Hawtdb references

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/camel-example-aggregate/README.md                           | 1 -
 examples/camel-example-aggregate/src/main/resources/features.xml     | 3 +--
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml            | 5 -----
 3 files changed, 1 insertion(+), 8 deletions(-)


[camel] 01/02: Regen

Posted by ac...@apache.org.
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 a806abff2fb7e7923cf257b0fc66443f14b14141
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 11 15:24:02 2019 +0100

    Regen
---
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml            | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index 74c1bb7..0d0d0df 100644
--- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -76,11 +76,6 @@
         <version>1.2.54</version>
       </dependency>
       <dependency>
-        <groupId>com.atlassian.jira</groupId>
-        <artifactId>jira-rest-java-client</artifactId>
-        <version>1.2-m01</version>
-      </dependency>
-      <dependency>
         <groupId>com.cloudbees.thirdparty</groupId>
         <artifactId>zendesk-java-client</artifactId>
         <version>0.6.2</version>


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

Posted by ac...@apache.org.
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>