Skip to content

Commit 8cf690e

Browse files
committed
explicitly exclude unwanted dependencies
1 parent 79cda08 commit 8cf690e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

clickhouse-jdbc/pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,12 @@
7777
<artifactId>httpclient5</artifactId>
7878
<exclusions>
7979
<exclusion>
80-
<groupId>*</groupId>
81-
<artifactId>*</artifactId>
80+
<groupId>org.apache.httpcomponents.core5</groupId>
81+
<artifactId>httpcore5</artifactId>
82+
</exclusion>
83+
<exclusion>
84+
<groupId>org.slf4j</groupId>
85+
<artifactId>slf4j-api</artifactId>
8286
</exclusion>
8387
</exclusions>
8488
<optional>true</optional>

0 commit comments

Comments
 (0)