Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[clientcore] Logging with optional slf4j #39837

Merged
8 changes: 0 additions & 8 deletions sdk/client-core/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@
<artifactId>core-json</artifactId>
<version>1.0.0-beta.1</version> <!-- {x-version-update;io.clientcore:core-json;dependency} -->
</dependency>
<dependency>
alzimmermsft marked this conversation as resolved.
Show resolved Hide resolved
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version> <!-- {x-version-update;org.slf4j:slf4j-api;external_dependency} -->
</dependency>

<!-- Test dependencies -->
<dependency>
Expand Down Expand Up @@ -169,9 +164,6 @@
<configuration>
<rules>
<bannedDependencies>
<includes>
<include>org.slf4j:slf4j-api:[1.7.36]</include> <!-- {x-include-update;org.slf4j:slf4j-api;external_dependency} -->
</includes>
</bannedDependencies>
</rules>
</configuration>
Expand Down