diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-18 11:35:31 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-18 11:35:31 +0100 |
commit | 23cded37cfe100bf51480c08827166666e464c6c (patch) | |
tree | 56cbee4d6095445f92afba7a068ea04cfac37000 /id/moa-spss-container | |
parent | 988e345f81b0ac67037a756cfaaea87afa83b4a5 (diff) | |
download | moa-id-spss-23cded37cfe100bf51480c08827166666e464c6c.tar.gz moa-id-spss-23cded37cfe100bf51480c08827166666e464c6c.tar.bz2 moa-id-spss-23cded37cfe100bf51480c08827166666e464c6c.zip |
update slf4j
Diffstat (limited to 'id/moa-spss-container')
-rw-r--r-- | id/moa-spss-container/pom.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/id/moa-spss-container/pom.xml b/id/moa-spss-container/pom.xml index c0fcca040..1f7cb673f 100644 --- a/id/moa-spss-container/pom.xml +++ b/id/moa-spss-container/pom.xml @@ -105,10 +105,16 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> - <dependency> + +<!-- <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - </dependency> + </dependency> --> +<!-- <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-core</artifactId> + </dependency> --> + <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> |