Skip to content

Commit

Permalink
Merge pull request #13902 from ibzib/BEAM-10961-clickhouse
Browse files Browse the repository at this point in the history
[BEAM-10961] Enable strict dependencies on Clickhouse IO.
  • Loading branch information
ibzib committed Feb 23, 2021
2 parents 4d24f66 + 00c731f commit 900e5be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdks/java/io/clickhouse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ plugins {
}
applyJavaNature(
automaticModuleName: 'org.apache.beam.sdk.io.clickhouse',
enableStrictDependencies: true,
generatedClassPatterns: [
/^org\.apache\.beam\.sdk\.io\.clickhouse\.impl\.parser\..*/,
],
Expand Down Expand Up @@ -54,7 +55,10 @@ def clickhouse_jdbc_version = "0.2.4"
dependencies {
javacc "net.java.dev.javacc:javacc:7.0.9"
compile project(path: ":sdks:java:core", configuration: "shadow")
compile library.java.guava
compile library.java.joda_time
compile library.java.slf4j_api
compile library.java.vendored_guava_26_0_jre
compile "ru.yandex.clickhouse:clickhouse-jdbc:$clickhouse_jdbc_version"
testCompile library.java.slf4j_api
testCompile library.java.junit
Expand Down

0 comments on commit 900e5be

Please sign in to comment.