Skip to content

Commit

Permalink
[#9567] exclude kafka dependency in web-starter
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo-jung committed Dec 30, 2022
1 parent c74b2bc commit fb9c4d6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions metric-module/web-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@
<dependency>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-metric</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit fb9c4d6

Please # to comment.