Skip to content

Commit

Permalink
Make clickhouse-http-client as mandatory dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chernser authored Oct 31, 2024
1 parent 6b40122 commit 3667f7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<groupId>${project.parent.groupId}</groupId>
<artifactId>clickhouse-http-client</artifactId>
<version>${revision}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -318,4 +317,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit 3667f7d

Please sign in to comment.