diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-21 09:48:14 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-21 09:48:14 +0100 |
commit | 3e1cfe1d69c708fd6cfcec4f7617397b2f51cde6 (patch) | |
tree | 008fb6308e6ef21565de016d1f8a88c0294fbb98 /id | |
parent | c62f04479a7c63dec4a3e0519862dab4855b450a (diff) | |
download | moa-id-spss-3e1cfe1d69c708fd6cfcec4f7617397b2f51cde6.tar.gz moa-id-spss-3e1cfe1d69c708fd6cfcec4f7617397b2f51cde6.tar.bz2 moa-id-spss-3e1cfe1d69c708fd6cfcec4f7617397b2f51cde6.zip |
fix MOA-ID assemply problem with endorsed libs
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> |