Skip to content

Depend on junit-jupiter-api instead of -engine#237

Merged
mkoncek merged 1 commit into
fedora-java:masterfrom
mizdebsk:pr-branch-2ed5c3eb97d28ce07a9a5dc3390415a0cbca1f52
Jul 9, 2025
Merged

Depend on junit-jupiter-api instead of -engine#237
mkoncek merged 1 commit into
fedora-java:masterfrom
mizdebsk:pr-branch-2ed5c3eb97d28ce07a9a5dc3390415a0cbca1f52

Conversation

@mizdebsk

@mizdebsk mizdebsk commented Jul 8, 2025

Copy link
Copy Markdown
Member

Depending on the full junit-jupiter-engine is incorrect when tests only use annotations and assertions from junit-jupiter-api. The test runner (Maven Surefire) brings in the engine automatically. Declaring it manually only adds unnecessary dependencies.

Depending on the full junit-jupiter-engine is incorrect when tests
only use annotations and assertions from junit-jupiter-api.
The test runner (Maven Surefire) brings in the engine automatically.
Declaring it manually only adds unnecessary dependencies.
@mkoncek
mkoncek merged commit 958abc7 into fedora-java:master Jul 9, 2025
1 check passed
@mizdebsk
mizdebsk deleted the pr-branch-2ed5c3eb97d28ce07a9a5dc3390415a0cbca1f52 branch July 9, 2025 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants