Erweiterungen

This commit is contained in:
2026-01-26 09:39:41 +01:00
parent 5111d6b4f5
commit 608417331b
9 changed files with 2392 additions and 3 deletions

12
pom.xml
View File

@@ -147,6 +147,18 @@
<version>5.0.5</version>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>