We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ee8df commit 0d6c1a6Copy full SHA for 0d6c1a6
labs/arthas-grpc-server/pom.xml
@@ -48,20 +48,6 @@
48
<version>3.19.2</version>
49
</dependency>
50
51
- <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
52
- <dependency>
53
- <groupId>org.slf4j</groupId>
54
- <artifactId>slf4j-api</artifactId>
55
- <version>2.0.12</version>
56
- </dependency>
57
-
58
- <!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic -->
59
60
- <groupId>ch.qos.logback</groupId>
61
- <artifactId>logback-classic</artifactId>
62
- <version>1.5.0</version>
63
64
65
<dependency>
66
<groupId>com.taobao.arthas</groupId>
67
<artifactId>arthas-common</artifactId>
0 commit comments