mirror of https://github.com/apache/archiva.git
force xerces version used in webapp
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1565981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b3824aab05
commit
2ac4569a23
|
@ -574,6 +574,11 @@
|
|||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>xerces</groupId>
|
||||
<artifactId>xercesImpl</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.archiva</groupId>
|
||||
<artifactId>archiva-webdav</artifactId>
|
||||
|
|
Loading…
Reference in New Issue