aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2021-12-13 11:17:55 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2021-12-13 11:17:55 +0100
commit011edad5b3e36335ac865d0382f4e8a296745bfa (patch)
treeebb9ce2ff529a22ec07a489202ce651f4334a163 /pom.xml
parent2368c13ce76e0c1e543fc9cb3f41747625f0cadc (diff)
downloadmoa-id-spss-011edad5b3e36335ac865d0382f4e8a296745bfa.tar.gz
moa-id-spss-011edad5b3e36335ac865d0382f4e8a296745bfa.tar.bz2
moa-id-spss-011edad5b3e36335ac865d0382f4e8a296745bfa.zip
add missing logger implementation
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d8da2e2af..e516e4fef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -472,6 +472,11 @@
<artifactId>log4j-1.2-api</artifactId>
<version>${log4j.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-core</artifactId>
+ <version>${log4j.version}</version>
+ </dependency>
<dependency>
<groupId>jaxen</groupId>