Skip to content

Commit fb9c4d6

Browse files
committed
[#9567] exclude kafka dependency in web-starter
1 parent c74b2bc commit fb9c4d6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

metric-module/web-starter/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
<dependency>
3030
<groupId>com.navercorp.pinpoint</groupId>
3131
<artifactId>pinpoint-metric</artifactId>
32+
<exclusions>
33+
<exclusion>
34+
<groupId>org.apache.kafka</groupId>
35+
<artifactId>kafka-clients</artifactId>
36+
</exclusion>
37+
<exclusion>
38+
<groupId>org.springframework.kafka</groupId>
39+
<artifactId>spring-kafka</artifactId>
40+
</exclusion>
41+
</exclusions>
3242
</dependency>
3343
</dependencies>
3444

0 commit comments

Comments
 (0)