[
https://issues.apache.org/jira/browse/PHOENIX-7780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18070357#comment-18070357
]
ASF GitHub Bot commented on PHOENIX-7780:
-----------------------------------------
richardantal commented on PR #188:
URL:
https://github.com/apache/phoenix-queryserver/pull/188#issuecomment-4170737979
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.
> Move pom files to use jUnit5
> ----------------------------
>
> Key: PHOENIX-7780
> URL: https://issues.apache.org/jira/browse/PHOENIX-7780
> Project: Phoenix
> Issue Type: Sub-task
> Components: queryserver
> Reporter: Tamas Penzes
> Assignee: Alexandra Dunai
> Priority: Major
>
> First step we need to move the pom files to use jUnit5 artifacts.
> For the sub-componentes let's use junit vintage first (which is jUnit4 in
> disguise) and migrate them one-by-one later. See ZOOKEEPER-3850 for example.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)