TP-59651 || Exclude spring-boot-starter-logging from dependency to remove logback jar from classpath.

This commit is contained in:
Jaivardhan
2024-03-06 13:40:14 +05:30
parent f49a9ef403
commit 06de10ce64
4 changed files with 24 additions and 0 deletions

View File

@@ -17,6 +17,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>