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-quarkus.git
commit e53ab42ca6b37e37b33adfdab0991cbeae50384e Merge: a11beb3 0a5bf0e Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jul 24 14:59:22 2019 +0200 Merge pull request #85 from apache/aws-single-itest Add a single integration test module for the AWS extensions integration-tests/aws-eks/pom.xml | 165 -------------------- .../java/io/quarkus/it/camel/aws/CamelRoute.java | 33 ---- .../src/main/resources/application.properties | 43 ------ integration-tests/{aws-sns => aws-itests}/pom.xml | 24 ++- .../java/io/quarkus/it/camel/aws/CamelRoute.java | 18 ++- .../src/main/resources/application.properties | 29 +++- integration-tests/aws-s3/pom.xml | 167 --------------------- .../src/main/resources/application.properties | 43 ------ .../java/io/quarkus/it/camel/aws/CamelRoute.java | 35 ----- integration-tests/aws-sqs/pom.xml | 164 -------------------- .../java/io/quarkus/it/camel/aws/CamelRoute.java | 35 ----- .../src/main/resources/application.properties | 43 ------ integration-tests/pom.xml | 5 +- 13 files changed, 59 insertions(+), 745 deletions(-)