Skip to content

Commit

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

0 comments on commit ef41af8

Please sign in to comment.