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 510fe5481795953f44121e2ba11d99b1d75fad4f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jul 29 07:41:06 2020 +0200 Camel-CouchDB: Removed duplicated dependency --- components/camel-couchdb/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-couchdb/pom.xml b/components/camel-couchdb/pom.xml index 80f5006..76be2f8 100644 --- a/components/camel-couchdb/pom.xml +++ b/components/camel-couchdb/pom.xml @@ -66,11 +66,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-junit-jupiter</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope>