dkpro / dkpro-jwpl

DKPro JWPL (DKPro Java Wikipedia Library) is a free, Java-based application programming interface that facilitates access to all information in Wikipedia.
https://dkpro.github.io/dkpro-jwpl
Apache License 2.0
82 stars 34 forks source link

#243 Update test framework JUnit to 5.x #244

Closed mawiesne closed 11 months ago

mawiesne commented 11 months ago
mawiesne commented 11 months ago

Ping @reckart. Please signal if you agree with this PR.

mawiesne commented 11 months ago

It should not be necessary to have a hard dependency on the jupiter engine (tests should only depend on the API) - rather if necessary, it should be a dependency of the surefire plugin.

will check this.

mawiesne commented 11 months ago

@reckart I reworked the PR towards your comments. I think, it should be fine now.

reckart commented 11 months ago

@mawiesne feel free to merge ;)