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 c9cacfc6a5dbd8de4624c5139bc726ac382d9966 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jul 29 07:42:28 2020 +0200 Camel-Gson: Removed duplicated dependency --- components/camel-gson/pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/components/camel-gson/pom.xml b/components/camel-gson/pom.xml index b31a34a..63cc258 100644 --- a/components/camel-gson/pom.xml +++ b/components/camel-gson/pom.xml @@ -55,13 +55,8 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-junit-jupiter</artifactId> <scope>test</scope> - </dependency> + </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId>