Document legacy workflows and stabilize migrated services

This commit is contained in:
2026-04-02 12:47:14 +02:00
parent a1129565af
commit 9ff4e95e6f
27 changed files with 2492 additions and 482 deletions

View File

@@ -42,6 +42,16 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.11.1</version>
</dependency>
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.2.20</version>
</dependency>
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>