1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-02 01:02:55 +00:00

Issue #29: Servicemethoden um ECOG Status abzurufen hinzugefügt

This commit is contained in:
2023-07-12 09:50:29 +02:00
parent e31592dae9
commit 21c02ac068
4 changed files with 143 additions and 5 deletions

View File

@ -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>