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
This commit is contained in:
Christopher L. Shannon (cshannon) 2016-10-07 10:07:56 -04:00 committed by Clebert Suconic
parent 67f804054d
commit 5b833efc1b
1 changed files with 6 additions and 0 deletions

View File

@ -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>