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.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]