Quarkus Projekt Struktur und SFTP Zugriff implementiert

This commit is contained in:
2026-04-08 15:20:21 +02:00
parent d9adccf63c
commit 8a5a44886d
18 changed files with 780 additions and 22 deletions

View File

@@ -93,7 +93,8 @@
<!-- Test -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
<artifactId>quarkus-junit</artifactId>
<version>3.34.1</version>
<scope>test</scope>
</dependency>
<dependency>