Skip to content

Commit 5ee14e5

Browse files
maven
Co-authored-by: Thomas Chow <[email protected]>
1 parent 71c07dc commit 5ee14e5

File tree

2 files changed

+1550
-4
lines changed

2 files changed

+1550
-4
lines changed

cloud_gcp/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ scala_library(
4040
maven_artifact("org.apache.logging.log4j:log4j-slf4j-impl"),
4141
maven_artifact("org.threeten:threetenbp"),
4242
maven_artifact("org.apache.kafka:kafka-clients"),
43-
maven_scala_artifact("org.apache.iceberg:iceberg-spark-runtime-3.5"),
43+
scala_artifact_with_suffix("org.apache.iceberg:iceberg-spark-runtime-3.5"),
4444
],
4545
)
4646

@@ -91,7 +91,7 @@ test_deps = [
9191
scala_artifact("org.scalatest:scalatest-compatible"),
9292
maven_artifact("junit:junit"),
9393
maven_artifact("com.novocode:junit-interface"),
94-
maven_scala_artifact("org.apache.iceberg:iceberg-spark-runtime-3.5"),
94+
scala_artifact_with_suffix("org.apache.iceberg:iceberg-spark-runtime-3.5"),
9595
]
9696

9797
java_import(

0 commit comments

Comments
 (0)