aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-03-11 11:19:41 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-03-11 11:19:41 +0100
commit40fa3b460648997421f24aae509c747fd3e94a7f (patch)
tree86902612a63dc5e82367b0ca02d8d7018dac4294 /id/ConfigWebTool/pom.xml
parentcc30fc1467241bf3bc90a292ee88dcf07b542a49 (diff)
downloadmoa-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/pom.xml')
-rw-r--r--id/ConfigWebTool/pom.xml14
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>