aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-module-eIDAS/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-03-18 11:35:31 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-03-18 11:35:31 +0100
commit23cded37cfe100bf51480c08827166666e464c6c (patch)
tree56cbee4d6095445f92afba7a068ea04cfac37000 /id/server/modules/moa-id-module-eIDAS/pom.xml
parent988e345f81b0ac67037a756cfaaea87afa83b4a5 (diff)
downloadmoa-id-spss-23cded37cfe100bf51480c08827166666e464c6c.tar.gz
moa-id-spss-23cded37cfe100bf51480c08827166666e464c6c.tar.bz2
moa-id-spss-23cded37cfe100bf51480c08827166666e464c6c.zip
update slf4j
Diffstat (limited to 'id/server/modules/moa-id-module-eIDAS/pom.xml')
-rw-r--r--id/server/modules/moa-id-module-eIDAS/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/id/server/modules/moa-id-module-eIDAS/pom.xml b/id/server/modules/moa-id-module-eIDAS/pom.xml
index 9e95301bd..addf086d8 100644
--- a/id/server/modules/moa-id-module-eIDAS/pom.xml
+++ b/id/server/modules/moa-id-module-eIDAS/pom.xml
@@ -77,12 +77,24 @@
<groupId>eu.eidas</groupId>
<artifactId>eidas-configmodule</artifactId>
<version>${eidas-configmodule.version}</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j-over-slf4j</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>eu.eidas</groupId>
<artifactId>eidas-encryption</artifactId>
<version>${eidas-encryption.version}</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j-over-slf4j</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- eidas SAML Engine -->