diff options
Diffstat (limited to 'common-test')
-rw-r--r-- | common-test/pom.xml | 12 |
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> |