NO-JIRA: Exclude xml-apis test dependency This dependency is not needed as the api is part of the JDK and it is causing issues when m2eclipse
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/5b833efc Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/5b833efc Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/5b833efc Branch: refs/heads/master Commit: 5b833efc1ba456b64450fb27ac629ab0866190f1 Parents: 67f8040 Author: Christopher L. Shannon (cshannon) <[email protected]> Authored: Fri Oct 7 10:07:56 2016 -0400 Committer: Clebert Suconic <[email protected]> Committed: Fri Oct 7 10:52:47 2016 -0400 ---------------------------------------------------------------------- artemis-server/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5b833efc/artemis-server/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-server/pom.xml b/artemis-server/pom.xml index d9eaead..8cabc98 100644 --- a/artemis-server/pom.xml +++ b/artemis-server/pom.xml @@ -98,6 +98,12 @@ <artifactId>apacheds-server-integ</artifactId> <version>${directory-version}</version> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.directory.server</groupId>
