Skip to content

Commit

Permalink
[ALS-6880] SLF4J dep issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Aug 21, 2024
1 parent 292c55b commit 2f894fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pic-sure-auth-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.2.1</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- https://mvnrepository.com/artifact/org.springframework/spring-web -->
Expand Down

0 comments on commit 2f894fc

Please sign in to comment.