You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spark-k8s/boil-config.toml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ java-devel = "21"
34
34
35
35
[versions."4.1.1".build-arguments]
36
36
python-version = "3.12"
37
-
jackson-dataformat-xml-version = "2.20.0"# Needs to match fasterxml.jackson.version in https://mvnrepository.com/artifact/org.apache.spark/spark-parent_2.13/4.1.1
38
-
stax2-api-version = "4.2.2"# Needs to match jackson.version.dep.stax2-api in jackson-bom-2.20.0
39
-
woodstox-core-version = "7.1.1"# Needs to match jackson.version.dep.woodstox in jackson-bom-2.20.0
37
+
jackson-dataformat-xml-version = "2.20.0"# Needs to match https://mvnrepository.com/artifact/org.apache.spark/spark-parent_2.13/4.1.1
38
+
stax2-api-version = "4.2.2"# Needs to match https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.20.0
39
+
woodstox-core-version = "7.1.1"# Needs to match https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.20.0
0 commit comments