summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2023-08-28 14:43:21 +0200
committerGitHub2023-08-28 14:43:21 +0200
commitef21c287f04640021387914af6307d014ea4a2db (patch)
treeedb1be1dd7a4395a91774424cb4d940d17bfea8e /pom.xml
parente31592dae985d3ecbda30fe0e5ba5861b43866b3 (diff)
parent35f1aa0d757900e1a5d22d04ab85c9b22882a07b (diff)
Merge pull request #39 from CCC-MF/issue_29
Issue #29: ECOG Performance Status aus Therapie-Formularen übernehmen
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>