logger fixed

pull/4966/head
Nikita Koksharov 2 years ago
parent f81df081a6
commit a739ee0197

@ -151,6 +151,13 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.5</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

Loading…
Cancel
Save