Skip to content

Commit

Permalink
[update][plugin][clickhousewriter] Remove unused HTTPComponents depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
wgzhao committed Oct 9, 2024
1 parent fada373 commit 3205a1d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions plugin/writer/clickhousewriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,6 @@
<version>${clickhouse.jdbc.version}</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5</artifactId>
<version>5.2.4</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.3.1</version>
</dependency>

<dependency>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
Expand Down

0 comments on commit 3205a1d

Please sign in to comment.