Adding spring-boot-starter-logging dep

This commit is contained in:
Ryan Baxter
2021-07-27 20:41:57 -04:00
parent 1f17ff5b50
commit dce672bcf7

View File

@@ -48,6 +48,10 @@
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>