This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit d5204c5ab8c967171fe3c7e9594dbd9a6ebf4af0 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Mar 1 13:09:47 2023 +0100 CAMEL-19062 - Clean up Parent POM - Testcontainers Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- test-infra/camel-test-infra-azure-storage-blob/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/test-infra/camel-test-infra-azure-storage-blob/pom.xml b/test-infra/camel-test-infra-azure-storage-blob/pom.xml index 41be3fc966b..d2a501b00ab 100644 --- a/test-infra/camel-test-infra-azure-storage-blob/pom.xml +++ b/test-infra/camel-test-infra-azure-storage-blob/pom.xml @@ -68,7 +68,6 @@ <dependency> <groupId>com.azure</groupId> <artifactId>azure-storage-blob</artifactId> - <version>${testcontainers-version}</version> </dependency> </dependencies>