diff options
Diffstat (limited to 'id/server/auth/pom.xml')
| -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 3a84ca37d..98ec73a25 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -204,6 +204,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> | 
