aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/plugins/metadata-store-jcr/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2023-04-19 13:24:23 +1000
committerOlivier Lamy <olamy@apache.org>2023-04-19 14:23:36 +1000
commit7144b3a182afecee0a599d88a8b4200a4f0fe80f (patch)
tree7c9a110e9efc0e758e6726d15901362d259c92e8 /archiva-modules/plugins/metadata-store-jcr/pom.xml
parent1808f64660526b47d657e1e60f495f66d392651f (diff)
downloadarchiva-7144b3a182afecee0a599d88a8b4200a4f0fe80f.tar.gz
archiva-7144b3a182afecee0a599d88a8b4200a4f0fe80f.zip
get rid of included xercesImpl in the webapp WEB-INF/lib, java 8 has his own parser
Signed-off-by: Olivier Lamy <olamy@apache.org>
Diffstat (limited to 'archiva-modules/plugins/metadata-store-jcr/pom.xml')
-rw-r--r--archiva-modules/plugins/metadata-store-jcr/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/archiva-modules/plugins/metadata-store-jcr/pom.xml b/archiva-modules/plugins/metadata-store-jcr/pom.xml
index 2263d6d4f..a9fadd5b7 100644
--- a/archiva-modules/plugins/metadata-store-jcr/pom.xml
+++ b/archiva-modules/plugins/metadata-store-jcr/pom.xml
@@ -93,11 +93,6 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
<testResources>