stoty commented on a change in pull request #1121:
URL: https://github.com/apache/phoenix/pull/1121#discussion_r569167431
##########
File path: phoenix-pherf/pom.xml
##########
@@ -152,6 +152,12 @@
</dependency>
<!-- Test Dependencies -->
+ <dependency>
+ <groupId>jakarta.xml.bind</groupId>
+ <artifactId>jakarta.xml.bind-api</artifactId>
+ <version>2.3.2</version>
Review comment:
This is dependency-plugin getting even more confused than usual by
multiple sources of jaxb-api.
As pulling in the same set of classes from two packages just to appease
dependecy plugin is not the way to go, we should just ignore this.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]