You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2019/10/04 09:35:58 UTC

[camel] branch master updated: CAMEL-13965: Restored JUnit 4 based tests in camel-spring-boot

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

aldettinger 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 64b8c1d  CAMEL-13965: Restored JUnit 4 based tests in camel-spring-boot
64b8c1d is described below

commit 64b8c1ddbc88e376e13d9214e82bec4e9b240957
Author: aldettinger <al...@gmail.com>
AuthorDate: Fri Oct 4 11:31:39 2019 +0200

    CAMEL-13965: Restored JUnit 4 based tests in camel-spring-boot
---
 components/camel-spring-boot/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-spring-boot/pom.xml b/components/camel-spring-boot/pom.xml
index 589baeb..0b63367 100644
--- a/components/camel-spring-boot/pom.xml
+++ b/components/camel-spring-boot/pom.xml
@@ -102,6 +102,11 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.junit.vintage</groupId>
+            <artifactId>junit-vintage-engine</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-core-xml</artifactId>
             <scope>test</scope>