Skip to content

Commit

Permalink
add exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
David J. M. Karlsen committed Aug 4, 2023
1 parent a03448b commit 20e622c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions embedded-clickhouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<artifactId>clickhouse-jdbc</artifactId>
<version>${clickhouse-driver.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 20e622c

Please sign in to comment.