File tree Expand file tree Collapse file tree 2 files changed +1550
-4
lines changed Expand file tree Collapse file tree 2 files changed +1550
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ scala_library(
40
40
maven_artifact ("org.apache.logging.log4j:log4j-slf4j-impl" ),
41
41
maven_artifact ("org.threeten:threetenbp" ),
42
42
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" ),
44
44
],
45
45
)
46
46
@@ -91,7 +91,7 @@ test_deps = [
91
91
scala_artifact ("org.scalatest:scalatest-compatible" ),
92
92
maven_artifact ("junit:junit" ),
93
93
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" ),
95
95
]
96
96
97
97
java_import (
You can’t perform that action at this time.
0 commit comments