aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-10-31 12:49:46 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-10-31 12:49:46 +0100
commit13de12ab236a552e40a5b429d584d1e928d98fea (patch)
tree75931be89674f6f4c7cad02f64b566d84fa41de2
parentb42d6aae70054772610da6b2d8d11d3377bed340 (diff)
downloadmoa-id-spss-13de12ab236a552e40a5b429d584d1e928d98fea.tar.gz
moa-id-spss-13de12ab236a552e40a5b429d584d1e928d98fea.tar.bz2
moa-id-spss-13de12ab236a552e40a5b429d584d1e928d98fea.zip
exclude log4j-over-slf4j
-rw-r--r--id/oa/pom.xml12
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>