1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-03 01:32:55 +00:00

Verwende onkostar-plugin-atccodes in Version 0.6.0

This commit is contained in:
2023-05-04 20:41:55 +02:00
parent 4b8d62f7e2
commit 13ba0f902f
2 changed files with 23 additions and 26 deletions

View File

@ -325,7 +325,7 @@ werden.
Voraussetzung ist das Kopieren der Datei `onkostar-api-2.11.1.1.jar` (oder neuer) in das Projektverzeichnis `libs`. Voraussetzung ist das Kopieren der Datei `onkostar-api-2.11.1.1.jar` (oder neuer) in das Projektverzeichnis `libs`.
Weiterhin verwendet dieses Plugin das [ATC-Codes-Plugin](https://github.com/CCC-MF/onkostar-plugin-atccodes). Weiterhin verwendet dieses Plugin das [ATC-Codes-Plugin](https://github.com/CCC-MF/onkostar-plugin-atccodes).
Die zugehörige JAR-Datei muss ebenfalls in das Projektverzeichnis `libs` kopiert werden. Aktuell wird Version 0.5.0 verwendet. Die zugehörige JAR-Datei muss ebenfalls in das Projektverzeichnis `libs` kopiert werden. Aktuell wird Version 0.6.0 verwendet.
**_Hinweis_**: Bei Verwendung einer neueren Version der Onkostar-API oder des ATC-Codes-Plugins **_Hinweis_**: Bei Verwendung einer neueren Version der Onkostar-API oder des ATC-Codes-Plugins
muss die Datei `pom.xml` entsprechend angepasst werden. muss die Datei `pom.xml` entsprechend angepasst werden.
@ -335,6 +335,3 @@ Danach Ausführen des Befehls:
```shell ```shell
./mvnw package ./mvnw package
``` ```

View File

@ -30,9 +30,9 @@
<dependency> <dependency>
<groupId>de.ukw</groupId> <groupId>de.ukw</groupId>
<artifactId>onkostar-plugin-atccodes</artifactId> <artifactId>onkostar-plugin-atccodes</artifactId>
<version>0.5.0</version> <version>0.6.0</version>
<scope>system</scope> <scope>system</scope>
<systemPath>${project.basedir}/libs/onkostar-plugin-atccodes-0.5.0.jar</systemPath> <systemPath>${project.basedir}/libs/onkostar-plugin-atccodes-0.6.0.jar</systemPath>
</dependency> </dependency>
<!-- Hibernate --> <!-- Hibernate -->