diff options
| author | Paul-Christian Volkmer | 2025-10-23 14:48:18 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2025-10-23 15:07:20 +0200 |
| commit | 9c16c192daa2f3bdaa49d48e5aa6c433b101e40b (patch) | |
| tree | 636782279c2ca0ca12256b0c8b7b39b3fff24dec /pom.xml | |
| parent | 84fb0d829832bf1628112376bba729422b169402 (diff) | |
feat: add ATC codes and related service
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -27,17 +27,9 @@ <dependency> <groupId>de.itc</groupId> <artifactId>onkostar-parent</artifactId> - <version>2.12.4.1</version> + <version>2.14.2</version> <scope>system</scope> - <systemPath>${project.basedir}/libs/onkostar-api-2.12.4.1.jar</systemPath> - </dependency> - - <dependency> - <groupId>de.ukw</groupId> - <artifactId>onkostar-plugin-atccodes</artifactId> - <version>0.6.0</version> - <scope>system</scope> - <systemPath>${project.basedir}/libs/onkostar-plugin-atccodes-0.6.0.jar</systemPath> + <systemPath>${project.basedir}/libs/onkostar-api-2.14.2.jar</systemPath> </dependency> <!-- Hibernate --> |
