diff options
Diffstat (limited to 'spss/server')
-rw-r--r-- | spss/server/serverlib/pom.xml | 8 | ||||
-rw-r--r-- | spss/server/serverws/pom.xml | 10 |
2 files changed, 14 insertions, 4 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> diff --git a/spss/server/serverws/pom.xml b/spss/server/serverws/pom.xml index 7fa109145..62b925957 100644 --- a/spss/server/serverws/pom.xml +++ b/spss/server/serverws/pom.xml @@ -101,8 +101,14 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>xerces</groupId> - <artifactId>xmlParserAPIs</artifactId> + <groupId>xalan-bin-dist</groupId> + <artifactId>xml-apis</artifactId> + <!-- should be provided by the container or jre --> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>xalan-bin-dist</groupId> + <artifactId>serializer</artifactId> <!-- should be provided by the container or jre --> <scope>provided</scope> </dependency> |