Skip to content

Commit

Permalink
Merge pull request #32 from companieshouse/lp-214-logging-dependency-…
Browse files Browse the repository at this point in the history
…conflict

lp-214 Handle logging depencency conflict
  • Loading branch information
mattch1 authored Nov 13, 2024
2 parents a7ebd55 + dbc54b8 commit a152eba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@
<groupId>uk.gov.companieshouse</groupId>
<artifactId>api-sdk-java</artifactId>
<version>${api-sdk-java.version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>uk.gov.companieshouse</groupId>
Expand Down

0 comments on commit a152eba

Please sign in to comment.