Skip to content

Commit

Permalink
RAP-3 Fixed the Build log file no longer available
Browse files Browse the repository at this point in the history
  • Loading branch information
QuyenLy87 committed Oct 13, 2023
1 parent 0f9cbd9 commit 08520b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 08520b9

Please sign in to comment.