Merge pull request #946 from tzolov/azure-exclue-spring-loging

Exclude spring logging for azure
This commit is contained in:
Oleg Zhurakousky
2022-10-31 10:53:34 +01:00
committed by GitHub
3 changed files with 6 additions and 12 deletions

View File

@@ -36,12 +36,6 @@
<dependency>
<artifactId>spring-cloud-function-adapter-azure</artifactId>
<groupId>org.springframework.cloud</groupId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>