Skip to content

Commit

Permalink
Exclude more dependencies from the duplicate finder plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter committed Oct 18, 2023
1 parent 379eea5 commit 511b7ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spring-cloud-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.64</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.1.4</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.14</version>
</dependency>
</ignoredDependencies>
</configuration>
</plugin>
Expand Down

0 comments on commit 511b7ca

Please sign in to comment.