diff options
| author | Paul-Christian Volkmer | 2026-02-13 12:57:24 +0100 |
|---|---|---|
| committer | GitHub | 2026-02-13 12:57:24 +0100 |
| commit | bfeebbab67eeda34acf8ceef6bf2cb7c583f1f4a (patch) | |
| tree | 68c0b4a860bb8aad6e6ca972913f84fa6985b86f /pom.xml | |
| parent | 1b006d43d181f09a03f8df7c9fdbf0213835fdbf (diff) | |
feat: add methods to collect lastest ATC codes (#251)
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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 --> |
