Skip to content

Commit

Permalink
[enhancement]add explicit dependency for feign-core and feign-slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
A.Alimohammadi authored and A.Alimohammadi committed Sep 17, 2023
1 parent eace5b0 commit 16f6776
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tosan-httpclient-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</exclusion>
<exclusion>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-core</artifactId>
</exclusion>
<exclusion>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 16f6776

Please sign in to comment.