[
https://issues.apache.org/jira/browse/CAMEL-15210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-15210.
---------------------------------
Assignee: Claus Ibsen
Resolution: Fixed
> 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
> Assignee: Claus Ibsen
> Priority: Major
> 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)