summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2023-08-28 14:50:46 +0200
committerPaul-Christian Volkmer2023-08-28 14:50:46 +0200
commit994889da4accee45e3460695db4d888db7054615 (patch)
tree1610e5299fa5ba9c4273379393c8b01ab4640338 /pom.xml
parentb43b85a5b5ad1ecff8c84baf21dd808443e05ed8 (diff)
parentef21c287f04640021387914af6307d014ea4a2db (diff)
Merge branch 'master' into issue_37
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 65940ef..c304c61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,6 +155,12 @@
<version>2.3</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.17</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>