aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons/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/server/moa-id-commons/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/server/moa-id-commons/pom.xml')
-rw-r--r--id/server/moa-id-commons/pom.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml
index a49f29bf3..7f1d9e45c 100644
--- a/id/server/moa-id-commons/pom.xml
+++ b/id/server/moa-id-commons/pom.xml
@@ -63,10 +63,16 @@
<version>0.5.6</version>
</dependency>
<dependency>
- <groupId>org.jvnet.hyperjaxb3</groupId>
- <artifactId>maven-hyperjaxb3-plugin</artifactId>
- <version>0.5.6</version>
-</dependency>
+ <groupId>org.jvnet.hyperjaxb3</groupId>
+ <artifactId>maven-hyperjaxb3-plugin</artifactId>
+ <version>0.5.6</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>