Skip to content

Commit a152eba

Browse files
authored
Merge pull request #32 from companieshouse/lp-214-logging-dependency-conflict
lp-214 Handle logging depencency conflict
2 parents a7ebd55 + dbc54b8 commit a152eba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@
7979
<groupId>uk.gov.companieshouse</groupId>
8080
<artifactId>api-sdk-java</artifactId>
8181
<version>${api-sdk-java.version}</version>
82+
<exclusions>
83+
<exclusion>
84+
<groupId>commons-logging</groupId>
85+
<artifactId>commons-logging</artifactId>
86+
</exclusion>
87+
</exclusions>
8288
</dependency>
8389
<dependency>
8490
<groupId>uk.gov.companieshouse</groupId>

0 commit comments

Comments
 (0)