fix: clean-architecture logging deps and spotless formatting

This commit is contained in:
Ilkka Seppälä
2025-04-05 09:48:15 +03:00
parent ee699af6ef
commit 356db48c8e
17 changed files with 90 additions and 116 deletions
+8
View File
@@ -39,6 +39,14 @@
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
</dependencies>
<build>
<plugins>