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 2021/03/10 09:04:07 UTC

[camel] 01/02: CAMEL-14490 - Have a middle folder for aws and aws2 components

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 a8c0576f8d316dbfdc82ddc88d33292bc9fbf966
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 10 10:02:10 2021 +0100

    CAMEL-14490 - Have a middle folder for aws and aws2 components
---
 parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index c2f1afb..54f4a91 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -861,6 +861,11 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.camel</groupId>
+				<artifactId>camel-aws-parent</artifactId>
+				<version>${project.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.camel</groupId>
 				<artifactId>camel-aws-xray</artifactId>
 				<version>${project.version}</version>
 			</dependency>