Skip to content

Commit

Permalink
try fix the test by adding antlr as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vinoth-gojek committed Feb 5, 2025
1 parent 085195e commit fc758c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caraml-store-spark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ dependencies {
testRuntimeOnly 'com.vladsch.flexmark:flexmark-all:0.35.10'
implementation files('./prebuilt-jars/custom-dialect.jar')
implementation 'com.aliyun.odps:odps-jdbc:3.8.2'
implementation 'org.antlr:antlr4-runtime:4.11.1'
}
application {
mainClassName = 'dev.caraml.spark.IngestionJob'
Expand Down

0 comments on commit fc758c3

Please sign in to comment.