aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-09-19 13:24:22 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-09-19 13:24:22 +0200
commit83dc74e60a4d9031285ac27aa0661fe0c26485e0 (patch)
tree10121ca0a4e2d799383a921fbaf72693bb1f7f5f /id/ConfigWebTool
parent00677e1478fa2a33ec22b06b5c5180b965e2c9f2 (diff)
parent4c6e440ba41767653a2082fd92e8eeae6c3a6c1a (diff)
downloadmoa-id-spss-83dc74e60a4d9031285ac27aa0661fe0c26485e0.tar.gz
moa-id-spss-83dc74e60a4d9031285ac27aa0661fe0c26485e0.tar.bz2
moa-id-spss-83dc74e60a4d9031285ac27aa0661fe0c26485e0.zip
Merge branch 'moa-2.1-Snapshot'MOA-SPSS-2.0.2MOA-ID-2.1.1
Diffstat (limited to 'id/ConfigWebTool')
-rw-r--r--id/ConfigWebTool/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/id/ConfigWebTool/pom.xml b/id/ConfigWebTool/pom.xml
index e30cad73b..ec027b497 100644
--- a/id/ConfigWebTool/pom.xml
+++ b/id/ConfigWebTool/pom.xml
@@ -104,10 +104,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>