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 2023/07/21 08:08:15 UTC

[camel] 01/01: Removed Amazon Kinesis Common property placeholder, not in use

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

acosentino pushed a commit to branch amazon-kinesis-common
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2c38a65d4c614b8e5c7d8d42c5e6b5e2499a40ff
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jul 21 10:07:21 2023 +0200

    Removed Amazon Kinesis Common property placeholder, not in use
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d45885f8d83..9d24dddbe2f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -33,7 +33,6 @@
     <description>Camel Parent POM</description>
 
     <properties>
-        <amazon-kinesis-common-version>2.5.1</amazon-kinesis-common-version>
         <maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
         <camel.surefire.fork.additional-vmargs></camel.surefire.fork.additional-vmargs><!-- Empty by default -->
         <camel.surefire.fork.vmargs>-XX:+ExitOnOutOfMemoryError -XX:+HeapDumpOnOutOfMemoryError ${camel.surefire.fork.additional-vmargs}</camel.surefire.fork.vmargs>