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 054d9b80338395307c9fcc7dc687dfb0f3286142 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jul 29 07:43:01 2020 +0200 Camel-Xstream: Removed duplicated dependency --- components/camel-xstream/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-xstream/pom.xml b/components/camel-xstream/pom.xml index 7c774b6..a8af53d 100644 --- a/components/camel-xstream/pom.xml +++ b/components/camel-xstream/pom.xml @@ -75,11 +75,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-test-junit5</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> </dependency>