diff options
Diffstat (limited to 'spss/server/serverlib')
-rw-r--r-- | spss/server/serverlib/pom.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/spss/server/serverlib/pom.xml b/spss/server/serverlib/pom.xml index 1a169b357..c71b4708d 100644 --- a/spss/server/serverlib/pom.xml +++ b/spss/server/serverlib/pom.xml @@ -65,8 +65,12 @@ <artifactId>xercesImpl</artifactId> </dependency> <dependency> - <groupId>xerces</groupId> - <artifactId>xmlParserAPIs</artifactId> + <groupId>xalan-bin-dist</groupId> + <artifactId>xml-apis</artifactId> + </dependency> + <dependency> + <groupId>xalan-bin-dist</groupId> + <artifactId>serializer</artifactId> </dependency> <dependency> <groupId>iaik.prod</groupId> |