summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2026-02-13 12:57:24 +0100
committerGitHub2026-02-13 12:57:24 +0100
commitbfeebbab67eeda34acf8ceef6bf2cb7c583f1f4a (patch)
tree68c0b4a860bb8aad6e6ca972913f84fa6985b86f /pom.xml
parent1b006d43d181f09a03f8df7c9fdbf0213835fdbf (diff)
feat: add methods to collect lastest ATC codes (#251)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a48686f..d857c01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,9 +25,17 @@
<dependency>
<groupId>de.itc</groupId>
<artifactId>onkostar-parent</artifactId>
- <version>2.14.2</version>
+ <version>2.14.0</version>
<scope>system</scope>
- <systemPath>${project.basedir}/libs/onkostar-api-2.14.2.jar</systemPath>
+ <systemPath>${project.basedir}/libs/onkostar-api-2.14.0.jar</systemPath>
+ </dependency>
+
+ <!-- Compile Time Only -->
+ <dependency>
+ <groupId>org.jspecify</groupId>
+ <artifactId>jspecify</artifactId>
+ <version>1.0.0</version>
+ <scope>compile</scope>
</dependency>
<!-- Hibernate -->