diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-29 12:06:22 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-29 12:06:22 +0100 |
commit | 53c6beba7017b74955818f4768b76133f08e784e (patch) | |
tree | 2eea46749d9ca3709753658885c1be3f5e6b8070 /id/server/auth | |
parent | af0f895ce9fac2fd5eb0faf4570881aace2198fa (diff) | |
download | moa-id-spss-53c6beba7017b74955818f4768b76133f08e784e.tar.gz moa-id-spss-53c6beba7017b74955818f4768b76133f08e784e.tar.bz2 moa-id-spss-53c6beba7017b74955818f4768b76133f08e784e.zip |
Update third-party libs
- some implementation updates was required
Diffstat (limited to 'id/server/auth')
-rw-r--r-- | id/server/auth/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index b43a0e736..dd75ee6aa 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -108,6 +108,10 @@ <artifactId>iaik_pki_module</artifactId> <groupId>iaik</groupId> </exclusion> + <exclusion> + <artifactId>axis-wsdl4j</artifactId> + <groupId>axis</groupId> + </exclusion> </exclusions> </dependency> <dependency> |