We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d6628 commit 3d77f3cCopy full SHA for 3d77f3c
1 file changed
pom.xml
@@ -227,6 +227,12 @@
227
<dependency>
228
<groupId>org.glassfish.jersey.connectors</groupId>
229
<artifactId>jersey-apache-connector</artifactId>
230
+ <exclusions>
231
+ <exclusion>
232
+ <groupId>commons-logging</groupId>
233
+ <artifactId>commons-logging</artifactId>
234
+ </exclusion>
235
+ </exclusions>
236
</dependency>
237
238
<groupId>org.glassfish.jersey.media</groupId>
0 commit comments