1
0

Test-Logging-Klassenpfad bereinigt

This commit is contained in:
2026-04-09 08:55:04 +02:00
parent 4a21b23312
commit 67ab91cd70

View File

@@ -41,6 +41,17 @@
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>