diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-18 11:35:31 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-18 11:35:31 +0100 |
commit | 23cded37cfe100bf51480c08827166666e464c6c (patch) | |
tree | 56cbee4d6095445f92afba7a068ea04cfac37000 /id/server/auth-edu | |
parent | 988e345f81b0ac67037a756cfaaea87afa83b4a5 (diff) | |
download | moa-id-spss-23cded37cfe100bf51480c08827166666e464c6c.tar.gz moa-id-spss-23cded37cfe100bf51480c08827166666e464c6c.tar.bz2 moa-id-spss-23cded37cfe100bf51480c08827166666e464c6c.zip |
update slf4j
Diffstat (limited to 'id/server/auth-edu')
-rw-r--r-- | id/server/auth-edu/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/id/server/auth-edu/pom.xml b/id/server/auth-edu/pom.xml index 404b7c354..fc6b8fe23 100644 --- a/id/server/auth-edu/pom.xml +++ b/id/server/auth-edu/pom.xml @@ -154,6 +154,12 @@ <dependency> <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-module-eIDAS</artifactId> + <exclusions> + <exclusion> + <artifactId>log4j-over-slf4j</artifactId> + <groupId>org.slf4j</groupId> + </exclusion> + </exclusions> </dependency> |