summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2025-10-23 14:48:18 +0200
committerPaul-Christian Volkmer2025-10-23 15:07:20 +0200
commit9c16c192daa2f3bdaa49d48e5aa6c433b101e40b (patch)
tree636782279c2ca0ca12256b0c8b7b39b3fff24dec /pom.xml
parent84fb0d829832bf1628112376bba729422b169402 (diff)
feat: add ATC codes and related service
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 2 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 5bed3d9..19b1c98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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 -->