Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun authored Dec 12, 2022
1 parent cf7bb1a commit 909e870
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pulsar-io/jdbc/clickhouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
<artifactId>clickhouse-jdbc</artifactId>
<version>${clickhouse-jdbc.version}</version>
<scope>runtime</scope>
<classifier>all</classifier>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit 909e870

Please sign in to comment.