Exclude spring logging for azure

- exclude the spring-boot-starter-logging depedency from azure adapter.
 - clean the azure samples.

Resolves #945
This commit is contained in:
Christian Tzolov
2022-10-26 17:28:16 +02:00
parent 4c83f34c9b
commit 5c7fae453f
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>