Skip to content

Commit 12e9cd9

Browse files
committed
Remove unnecessary exclusion
commons-logging is not longer a dependency of Apache HttpClient
1 parent af8c368 commit 12e9cd9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<version>LOCAL-SNAPSHOT</version>
1313
<name>Digipost API Client</name>
1414
<description>Java library for interacting with the Digipost REST API</description>
15-
15+
1616
<organization>
1717
<name>Posten Bring AS</name>
1818
<url>https://www.posten.no/</url>
@@ -29,7 +29,7 @@
2929
</comments>
3030
</license>
3131
</licenses>
32-
32+
3333
<properties>
3434
<maven.compiler.source>11</maven.compiler.source>
3535
<maven.compiler.target>11</maven.compiler.target>
@@ -69,12 +69,6 @@
6969
<groupId>org.apache.httpcomponents.client5</groupId>
7070
<artifactId>httpclient5</artifactId>
7171
<version>5.5.1</version>
72-
<exclusions>
73-
<exclusion>
74-
<groupId>commons-logging</groupId>
75-
<artifactId>commons-logging</artifactId>
76-
</exclusion>
77-
</exclusions>
7872
</dependency>
7973
<dependency>
8074
<groupId>org.apache.httpcomponents.core5</groupId>

0 commit comments

Comments
 (0)