Skip to content

Commit 3d77f3c

Browse files
committed
Remove commons-logging dependency
1 parent d3d6628 commit 3d77f3c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,12 @@
227227
<dependency>
228228
<groupId>org.glassfish.jersey.connectors</groupId>
229229
<artifactId>jersey-apache-connector</artifactId>
230+
<exclusions>
231+
<exclusion>
232+
<groupId>commons-logging</groupId>
233+
<artifactId>commons-logging</artifactId>
234+
</exclusion>
235+
</exclusions>
230236
</dependency>
231237
<dependency>
232238
<groupId>org.glassfish.jersey.media</groupId>

0 commit comments

Comments
 (0)