Skip to content

Commit

Permalink
βž• : explicit import of spring-boot-starter-logging dependency
Browse files Browse the repository at this point in the history
it was imported by spring-boot-starter-data-mongodb
  • Loading branch information
juwit committed Aug 5, 2022
1 parent 0b1a652 commit ec6d163
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@
<version>${kotlinx.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
Expand Down

0 comments on commit ec6d163

Please sign in to comment.