diff options
author | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-01-09 11:25:10 +0100 |
---|---|---|
committer | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-01-09 11:25:10 +0100 |
commit | 0ed0a7702850b2001aaa8d5b194708a96e90dea3 (patch) | |
tree | 197be9266f28a0956cabe60e1da3d5c1e792fe18 /id/server/stork2-saml-engine | |
parent | 7133df83104f3e885ee1b7532f64c058f392a412 (diff) | |
download | moa-id-spss-0ed0a7702850b2001aaa8d5b194708a96e90dea3.tar.gz moa-id-spss-0ed0a7702850b2001aaa8d5b194708a96e90dea3.tar.bz2 moa-id-spss-0ed0a7702850b2001aaa8d5b194708a96e90dea3.zip |
Apply several fixes.
- Disable erroneous IAIK PKI logger initialization (should be addressed by.
- Remove redundant maven-dependency version declarations.
- Fix maven/eclipse lifecyle warning problem.
Diffstat (limited to 'id/server/stork2-saml-engine')
-rw-r--r-- | id/server/stork2-saml-engine/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/id/server/stork2-saml-engine/pom.xml b/id/server/stork2-saml-engine/pom.xml index 777c7393f..63a84998c 100644 --- a/id/server/stork2-saml-engine/pom.xml +++ b/id/server/stork2-saml-engine/pom.xml @@ -124,7 +124,6 @@ <dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
- <version>2.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
|