Skip to content

Commit

Permalink
Merge pull request #10332: [BEAM-8858] sdks/java/extensions/sql to de…
Browse files Browse the repository at this point in the history
…clare used-but-undeclared dependencies
  • Loading branch information
iemejia committed Dec 10, 2019
2 parents dfa2cf5 + b01ac35 commit 659039e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdks/java/extensions/sql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ dependencies {
compile project(":sdks:java:core")
compile project(":sdks:java:extensions:join-library")
compile project(path: ":runners:direct-java", configuration: "shadow")
compile library.java.commons_codec
compile library.java.commons_csv
compile library.java.commons_lang3
compile library.java.jackson_databind
compile library.java.joda_time
compile library.java.vendored_calcite_1_20_0
compile "com.alibaba:fastjson:1.2.49"
compile "org.codehaus.janino:janino:3.0.11"
Expand Down

0 comments on commit 659039e

Please sign in to comment.