Claus Ibsen created CAMEL-15210:
-----------------------------------
Summary: camel-api-component-maven-plugin - Should generate test
code in junit 5 format
Key: CAMEL-15210
URL: https://issues.apache.org/jira/browse/CAMEL-15210
Project: Camel
Issue Type: Improvement
Affects Versions: 3.4.0
Reporter: Claus Ibsen
Fix For: 3.5.0
I had to add manually the jupiter plugin to make it compile
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.6.2</version>
<scope>test</scope>
</dependency>
See Cia@ chapter8/hi-world
--
This message was sent by Atlassian Jira
(v8.3.4#803005)