This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new a4b8083 CAMEL-16268, set scope of junit-vintage-engine (#5140) a4b8083 is described below commit a4b80838573c7daaabda24088d16c1aa1801743a Author: Maarten Donderwinkel <maar...@donderwinkel.org> AuthorDate: Fri Feb 26 14:45:12 2021 +0100 CAMEL-16268, set scope of junit-vintage-engine (#5140) Set scope of junit-vintage-engine to test. --- components/camel-xstream/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/camel-xstream/pom.xml b/components/camel-xstream/pom.xml index dbc19ed..25191ce 100644 --- a/components/camel-xstream/pom.xml +++ b/components/camel-xstream/pom.xml @@ -77,6 +77,7 @@ <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId>