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 78fb502d5c9844923b01c475638c06326e2a381f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Apr 15 14:06:13 2021 +0200 CAMEL-16506 - Camel-Azure-Storage-queue: Add Azurite IT Tests --- .../camel-azure/camel-azure-storage-queue/pom.xml | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/components/camel-azure/camel-azure-storage-queue/pom.xml b/components/camel-azure/camel-azure-storage-queue/pom.xml index f7c4780..5e13714 100644 --- a/components/camel-azure/camel-azure-storage-queue/pom.xml +++ b/components/camel-azure/camel-azure-storage-queue/pom.xml @@ -75,6 +75,30 @@ <version>${commons-lang3-version}</version> <scope>test</scope> </dependency> + <!-- test infra --> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-test-infra-common</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-test-infra-azure-common</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-test-infra-azure-storage-queue</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> </dependencies> <build>