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/modules/moa-id-module-eIDAS | |
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/modules/moa-id-module-eIDAS')
-rw-r--r-- | id/server/modules/moa-id-module-eIDAS/pom.xml | 12 |
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 --> |