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 d54155de8af2594b3210d88dae7f2e39e01d1953 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jul 29 07:39:44 2020 +0200 Camel-Azure-Storage-Blob: Removed duplicated dependency --- components/camel-azure-storage-blob/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-azure-storage-blob/pom.xml b/components/camel-azure-storage-blob/pom.xml index 83b7380..c3eb4fc 100644 --- a/components/camel-azure-storage-blob/pom.xml +++ b/components/camel-azure-storage-blob/pom.xml @@ -71,11 +71,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-junit-jupiter</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>${commons-lang3-version}</version>
