diff options
Diffstat (limited to 'id/server/proxy/pom.xml')
-rw-r--r-- | id/server/proxy/pom.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/id/server/proxy/pom.xml b/id/server/proxy/pom.xml index 24024c9c7..3c29d62b5 100644 --- a/id/server/proxy/pom.xml +++ b/id/server/proxy/pom.xml @@ -100,11 +100,17 @@ <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> </dependencies>
</project>
|