aboutsummaryrefslogtreecommitdiff
path: root/common-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common-test/pom.xml')
-rw-r--r--common-test/pom.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/common-test/pom.xml b/common-test/pom.xml
index 69f653348..697cc04b8 100644
--- a/common-test/pom.xml
+++ b/common-test/pom.xml
@@ -38,16 +38,20 @@
<optional>true</optional>
</dependency>
<dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </dependency>
+ <dependency>
<groupId>xalan-bin-dist</groupId>
<artifactId>xalan</artifactId>
</dependency>
<dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
+ <groupId>xalan-bin-dist</groupId>
+ <artifactId>xml-apis</artifactId>
</dependency>
<dependency>
- <groupId>xerces</groupId>
- <artifactId>xmlParserAPIs</artifactId>
+ <groupId>xalan-bin-dist</groupId>
+ <artifactId>serializer</artifactId>
</dependency>
</dependencies>
</project>