Skip to content

Commit 2662618

Browse files
committed
test(logging): revert unnecessary slf4j-api dependencyManagement
Remove `slf4j-api` from `sdk-platform-java/java-showcase/pom.xml` dependency management, as the versions are already explicitly managed within the `gapic-showcase/pom.xml` profiles and base dependencies.
1 parent 7a927d6 commit 2662618

File tree

1 file changed

+0
-5
lines changed
  • sdk-platform-java/java-showcase

1 file changed

+0
-5
lines changed

sdk-platform-java/java-showcase/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@
3535
<type>pom</type>
3636
<scope>import</scope>
3737
</dependency>
38-
<dependency>
39-
<groupId>org.slf4j</groupId>
40-
<artifactId>slf4j-api</artifactId>
41-
<version>2.0.16</version>
42-
</dependency>
4338
<dependency>
4439
<groupId>com.google.api.grpc</groupId>
4540
<artifactId>proto-gapic-showcase-v1beta1</artifactId>

0 commit comments

Comments
 (0)