diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-31 12:49:46 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-31 12:49:46 +0100 |
commit | 13de12ab236a552e40a5b429d584d1e928d98fea (patch) | |
tree | 75931be89674f6f4c7cad02f64b566d84fa41de2 /id/oa | |
parent | b42d6aae70054772610da6b2d8d11d3377bed340 (diff) | |
download | moa-id-spss-13de12ab236a552e40a5b429d584d1e928d98fea.tar.gz moa-id-spss-13de12ab236a552e40a5b429d584d1e928d98fea.tar.bz2 moa-id-spss-13de12ab236a552e40a5b429d584d1e928d98fea.zip |
exclude log4j-over-slf4j
Diffstat (limited to 'id/oa')
-rw-r--r-- | id/oa/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/id/oa/pom.xml b/id/oa/pom.xml index d5b3de522..93993c8a4 100644 --- a/id/oa/pom.xml +++ b/id/oa/pom.xml @@ -79,10 +79,22 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml</artifactId> + <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>log4j-over-slf4j</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.opensaml</groupId> <artifactId>xmltooling</artifactId> + <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>log4j-over-slf4j</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>javax.servlet</groupId> |