Skip to content

PHOENIX-7780: Update jUnit to 5.10 in pom.xml files#188

Merged
richardantal merged 2 commits intoapache:masterfrom
alexadunai:PHOENIX-7780
Apr 2, 2026
Merged

PHOENIX-7780: Update jUnit to 5.10 in pom.xml files#188
richardantal merged 2 commits intoapache:masterfrom
alexadunai:PHOENIX-7780

Conversation

@alexadunai
Copy link
Copy Markdown
Contributor

First sub-task of PHOENIX-7779: Update jUnit to 5.10. Updating pom files to jUnit to 5.10.2 without code changes.

@richardantal
Copy link
Copy Markdown
Contributor

The build is failing with:

Error:  Used undeclared dependencies found:
Error:     junit:junit:jar:4.13.2:test
Error:  Unused declared dependencies found:
Error:     org.junit.vintage:junit-vintage-engine:jar:5.10.2:test

I would suggest to add ignoredUsedUndeclaredDependencies and ignoredUnusedDeclaredDependency blocks

            <ignoredUsedUndeclaredDependency>
              junit:junit
            </ignoredUsedUndeclaredDependency>

            <ignoredUnusedDeclaredDependency>
              org.junit.vintage:junit-vintage-engine
            </ignoredUnusedDeclaredDependency>

later when the junit migration is done we should remove these.

Copy link
Copy Markdown
Contributor

@richardantal richardantal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Good to me

Thank you for the change!

@richardantal richardantal merged commit c4d19e4 into apache:master Apr 2, 2026
1 check passed
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