diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-09-19 11:15:21 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-09-19 11:15:21 +0200 |
commit | d6f9bcc3c1dc45eaba1c26d29d9c7c7e5569b2fc (patch) | |
tree | 852aa19589fe11b5ef09faf61c44006c3b4ca2cc /common | |
parent | 3a449658e07a10ea5c9c4d42bec4e640fab95ec4 (diff) | |
parent | a5399462086913725a3aa28f875a4379caede1c0 (diff) | |
download | moa-id-spss-d6f9bcc3c1dc45eaba1c26d29d9c7c7e5569b2fc.tar.gz moa-id-spss-d6f9bcc3c1dc45eaba1c26d29d9c7c7e5569b2fc.tar.bz2 moa-id-spss-d6f9bcc3c1dc45eaba1c26d29d9c7c7e5569b2fc.zip |
Merge branch 'moa-2.1-Snapshot' of gitlab.iaik.tugraz.at:afitzek/moa-idspss into moa-2.1-Snapshot
Diffstat (limited to 'common')
-rw-r--r-- | common/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml index 70d0dc13c..3d790d29b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -95,6 +95,11 @@ <version>1.7.6</version> </dependency> --> <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.17</version> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.7.7</version> |