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 9f575c2d2f27098a954b7b0d8686d96ea4fe323b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jun 23 07:19:29 2020 +0200 Camel-AWS-SNS: Cleanup POM --- components/camel-aws-sns/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/components/camel-aws-sns/pom.xml b/components/camel-aws-sns/pom.xml index c8c85bb..97f1125 100644 --- a/components/camel-aws-sns/pom.xml +++ b/components/camel-aws-sns/pom.xml @@ -72,15 +72,5 @@ <artifactId>mockito-junit-jupiter</artifactId> <scope>test</scope> </dependency> - <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> </dependencies> </project>