diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/pom.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/common/pom.xml b/common/pom.xml index f4eacf8e9..c51265c96 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -51,10 +51,16 @@ <optional>true</optional> </dependency> <dependency> - <groupId>xerces</groupId> - <artifactId>xmlParserAPIs</artifactId> + <groupId>xalan-bin-dist</groupId> + <artifactId>xml-apis</artifactId> <scope>compile</scope> <optional>true</optional> </dependency> + <dependency> + <groupId>xalan-bin-dist</groupId> + <artifactId>serializer</artifactId> + <scope>runtime</scope> + <optional>true</optional> + </dependency> </dependencies> </project> |