This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch aws2-sts in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit b1f8f80e501c93ccd359b9d34ea70475f61c5e67 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 8 19:51:54 2020 +0200 Fixed CS --- .../main/resources/META-INF/quarkus-extension.yaml | 2 -- integration-tests/aws2/pom.xml | 26 ++++++++++++++++++++++ integration-tests/weather/pom.xml | 2 ++ 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/extensions/aws2-sts/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/aws2-sts/runtime/src/main/resources/META-INF/quarkus-extension.yaml index 9b5275f..bde19be 100644 --- a/extensions/aws2-sts/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions/aws2-sts/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -24,8 +24,6 @@ name: "Camel AWS 2 Security Token Service (STS)" description: "Manage AWS STS cluster instances using AWS SDK version 2.x" metadata: - keywords: - - "Amazon" guide: "https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-sts.html" categories: - "integration" diff --git a/integration-tests/aws2/pom.xml b/integration-tests/aws2/pom.xml index 149a8a2..143733d 100644 --- a/integration-tests/aws2/pom.xml +++ b/integration-tests/aws2/pom.xml @@ -222,6 +222,19 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-aws2-lambda-deployment</artifactId> + <version>${project.version}</version> + <type>pom</type> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>*</groupId> + <artifactId>*</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-aws2-mq-deployment</artifactId> <version>${project.version}</version> <type>pom</type> @@ -287,6 +300,19 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-aws2-sts-deployment</artifactId> + <version>${project.version}</version> + <type>pom</type> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>*</groupId> + <artifactId>*</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-aws2-translate-deployment</artifactId> <version>${project.version}</version> <type>pom</type> diff --git a/integration-tests/weather/pom.xml b/integration-tests/weather/pom.xml index 44e6929..c3304ab 100644 --- a/integration-tests/weather/pom.xml +++ b/integration-tests/weather/pom.xml @@ -67,6 +67,8 @@ <!-- The following dependencies guarantee that this module is built after them. You can update them by running `mvn process-resources -Pformat -N` from the source tree root directory --> + <!-- The following dependencies guarantee that this module is built after them. You can update them by running `mvn process-resources -Pformat -N` from the source tree root directory --> + <!-- The following dependencies guarantee that this module is built after them. You can update them by runing `mvn process-resources -Pformat -N` from the source tree root directory --> <dependency> <groupId>org.apache.camel.quarkus</groupId>