diff options
Diffstat (limited to 'id')
-rw-r--r-- | id/server/auth/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index 665c97964..96f51666f 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -196,6 +196,12 @@ <artifactId>xalan</artifactId> <!-- should be provided by the container or jre --> <scope>provided</scope> + <exclusions> + <exclusion> + <groupId>xalan</groupId> + <artifactId>serializer</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>xerces</groupId> |