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 /pom.xml | |
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 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>
|