You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/02/26 13:46:30 UTC

[camel] branch camel-3.7.x updated: CAMEL-16268, set scope of junit-vintage-engine (#5140)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.7.x by this push:
     new 55dc3a4  CAMEL-16268, set scope of junit-vintage-engine (#5140)
55dc3a4 is described below

commit 55dc3a4c6a394bae1c9e7c3f694e180fe2e7e0f8
Author: Maarten Donderwinkel <ma...@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 7663521..43053d9 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>