Skip to content

Commit

Permalink
switch to use implementation to add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vinoth-gojek committed Feb 4, 2025
1 parent 6813a58 commit 085195e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caraml-store-spark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
testImplementation "com.dimafeng:testcontainers-scala-kafka_$scalaVersion:0.40.12"
testRuntimeOnly 'com.vladsch.flexmark:flexmark-all:0.35.10'
implementation files('./prebuilt-jars/custom-dialect.jar')
testImplementation 'com.aliyun.odps:odps-jdbc:3.8.2'
implementation 'com.aliyun.odps:odps-jdbc:3.8.2'
}
application {
mainClassName = 'dev.caraml.spark.IngestionJob'
Expand Down

0 comments on commit 085195e

Please sign in to comment.