You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/07/29 06:02:15 UTC

[camel] 02/06: Camel-Azure-Storage-Queue: Removed duplicated dependency

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 3dfd8188b348608d97ce3b9f67ce6300bc35f19e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 29 07:40:25 2020 +0200

    Camel-Azure-Storage-Queue: Removed duplicated dependency
---
 components/camel-azure-storage-queue/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/components/camel-azure-storage-queue/pom.xml b/components/camel-azure-storage-queue/pom.xml
index e54c907..29073b9 100644
--- a/components/camel-azure-storage-queue/pom.xml
+++ b/components/camel-azure-storage-queue/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>