Github user mikewalch commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/239#discussion_r109929494
--- Diff: maven-plugin/pom.xml ---
@@ -66,9 +66,8 @@
<artifactId>maven-plugin-annotations</artifactId>
</dependency>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
--- End diff --
In this module (maven-plugin) and the start module, the xml-apis jar is
being marked as used but undeclared by dep analysis. It looks like this is a
weird classloading issue where we either need to exclude xml-apis or mark it as
provided as you mentioned. I will mark it as provided in both modules and see
if that works.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---