aboutsummaryrefslogtreecommitdiff
path: root/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 /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 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c297242cd..a570a7117 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
- <version>1.2.14</version>
+ <version>1.2.17</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -229,7 +229,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.0.4</version>
+ <version>1.1.3</version>
<scope>compile</scope>
</dependency>