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 | |
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')
-rw-r--r-- | id/server/auth-edu/pom.xml | 6 | ||||
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 8 | ||||
-rw-r--r-- | id/server/modules/moa-id-module-eIDAS/pom.xml | 12 |
3 files changed, 24 insertions, 2 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> diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index 2fc72119e..d0cd08844 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -128,10 +128,14 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency> - <dependency> +<!-- <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - </dependency> + </dependency> --> +<!-- <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-core</artifactId> + </dependency> --> <dependency> 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 --> |