mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-16 01:00:22 +01:00
fix java.lang.NoClassDefFoundError org/w3c/dom/ElementTraversal
This commit is contained in:
@@ -159,6 +159,16 @@
|
||||
<version>${ehcache.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--
|
||||
fix java.lang.NoClassDefFoundError org/w3c/dom/ElementTraversal
|
||||
-->
|
||||
|
||||
<dependency>
|
||||
<groupId>xml-apis</groupId>
|
||||
<artifactId>xml-apis</artifactId>
|
||||
<version>1.4.01</version>
|
||||
</dependency>
|
||||
|
||||
<!-- only for BeanComparator, replace with own implementation -->
|
||||
|
||||
<dependency>
|
||||
@@ -704,13 +714,6 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>xml-apis</groupId>
|
||||
<artifactId>xml-apis</artifactId>
|
||||
<version>1.4.01</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user