Einfache Client-Fähigkeiten am Beispiel Berechnen-Unfall hinzugefügt.

This commit is contained in:
2025-03-07 12:41:48 +01:00
parent f788a3a570
commit 56f1d109da
19 changed files with 1040 additions and 0 deletions

View File

@@ -171,6 +171,52 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.2</version>
</dependency>
<dependency>
<!-- https://mvnrepository.com/artifact/jakarta.xml.soap/jakarta.xml.soap-api -->
<!-- MIT License http://www.eclipse.org/org/documents/edl-v10.php -->
<groupId>jakarta.xml.soap</groupId>
<artifactId>jakarta.xml.soap-api</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<!-- https://mvnrepository.com/artifact/com.sun.xml.messaging.saaj/saaj-impl -->
<!-- MIT License http://www.eclipse.org/org/documents/edl-v10.php -->
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
<version>3.0.4</version>
</dependency>
<dependency>
<!-- https://mvnrepository.com/artifact/org.glassfish.jaxb/jaxb-runtime -->
<!-- MIT License http://www.eclipse.org/org/documents/edl-v10.php -->
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.5</version>
</dependency>
<dependency>
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter -->
<!-- MIT License https://www.eclipse.org/legal/epl-v20.html -->
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<!-- MIT License http://www.opensource.org/licenses/mit-license.php -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.16</version>
</dependency>
<dependency>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-reload4j -->
<!-- MIT License http://www.opensource.org/licenses/mit-license.php -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
<version>2.0.16</version>
<scope>test</scope>
</dependency>
</dependencies>
<!-- Zielordner fuer Deploy unter OMDS-Entwicklung -->