diff options
Diffstat (limited to 'spss/server/serverws')
| -rw-r--r-- | spss/server/serverws/pom.xml | 10 | 
1 files changed, 8 insertions, 2 deletions
| 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> | 
