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

Neuere Version der HAPI Libraries

This commit is contained in:
2023-05-23 08:01:59 +02:00
parent 2f96c8b822
commit 98f7edac9c

View File

@ -146,13 +146,13 @@
<dependency> <dependency>
<groupId>ca.uhn.hapi</groupId> <groupId>ca.uhn.hapi</groupId>
<artifactId>hapi-base</artifactId> <artifactId>hapi-base</artifactId>
<version>2.2</version> <version>2.3</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>ca.uhn.hapi</groupId> <groupId>ca.uhn.hapi</groupId>
<artifactId>hapi-structures-v26</artifactId> <artifactId>hapi-structures-v26</artifactId>
<version>2.2</version> <version>2.3</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>