diff options
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 --> |
