diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-11 11:19:41 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-11 11:19:41 +0100 |
commit | 40fa3b460648997421f24aae509c747fd3e94a7f (patch) | |
tree | 86902612a63dc5e82367b0ca02d8d7018dac4294 /id/ConfigWebTool | |
parent | cc30fc1467241bf3bc90a292ee88dcf07b542a49 (diff) | |
download | moa-id-spss-40fa3b460648997421f24aae509c747fd3e94a7f.tar.gz moa-id-spss-40fa3b460648997421f24aae509c747fd3e94a7f.tar.bz2 moa-id-spss-40fa3b460648997421f24aae509c747fd3e94a7f.zip |
solve errors in combination with Tomcat 8 and log4j and slf4log
Diffstat (limited to 'id/ConfigWebTool')
-rw-r--r-- | id/ConfigWebTool/pom.xml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/id/ConfigWebTool/pom.xml b/id/ConfigWebTool/pom.xml index 287b0b096..b5b753027 100644 --- a/id/ConfigWebTool/pom.xml +++ b/id/ConfigWebTool/pom.xml @@ -68,9 +68,17 @@ <groupId>com.sun</groupId> <artifactId>*</artifactId> </exclusion> - </exclusions> - - </dependency> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>*</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-simple</artifactId> + <version>1.7.5</version> + </dependency> <dependency> <groupId>org.opensaml</groupId> |