diff options
| author | Paul-Christian Volkmer | 2023-07-12 09:50:29 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-07-27 09:24:11 +0200 |
| commit | 21c02ac06851afb46e751015aaeda734c4095041 (patch) | |
| tree | a0e265d3f96821c2562e6343b281b9c2b9f1e7a1 /pom.xml | |
| parent | e31592dae985d3ecbda30fe0e5ba5861b43866b3 (diff) | |
Issue #29: Servicemethoden um ECOG Status abzurufen hinzugefügt
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |
