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:
parent
67f804054d
commit
5b833efc1b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue