summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
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 -->