Skip to content

Commit 505f9d5

Browse files
committed
add maven repo links for logging libs
1 parent 63300ea commit 505f9d5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

spark-k8s/boil-config.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ python-version = "3.11"
1010
aws-java-sdk-bundle-version = "2.29.52" # needs to match the version shipped by Hadoop
1111
azure-storage-version = "7.0.1" # needs to match the version shipped by Hadoop
1212
azure-keyvault-core-version = "1.0.0" # needs to match the version shipped by Hadoop
13-
jackson-dataformat-xml-version = "2.15.2"
14-
stax2-api-version = "4.2.1"
15-
woodstox-core-version = "6.5.1"
13+
jackson-dataformat-xml-version = "2.15.2" # needs to match the version shipped by Spark https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.12/3.5.7
14+
stax2-api-version = "4.2.1" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
15+
woodstox-core-version = "6.5.1" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
1616
jmx-exporter-version = "1.3.0"
1717
tini-version = "0.19.0"
1818
hbase-connector-version = "1.0.1"
@@ -29,9 +29,9 @@ python-version = "3.11"
2929
aws-java-sdk-bundle-version = "2.29.52" # needs to match the version shipped by Hadoop
3030
azure-storage-version = "7.0.1" # needs to match the version shipped by Hadoop
3131
azure-keyvault-core-version = "1.0.0" # needs to match the version shipped by Hadoop
32-
jackson-dataformat-xml-version = "2.15.2"
33-
stax2-api-version = "4.2.1"
34-
woodstox-core-version = "6.5.1"
32+
jackson-dataformat-xml-version = "2.15.2" # needs to match the version shipped by Spark https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.12/3.5.7
33+
stax2-api-version = "4.2.1" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
34+
woodstox-core-version = "6.5.1" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
3535
jmx-exporter-version = "1.3.0"
3636
tini-version = "0.19.0"
3737
hbase-connector-version = "1.0.1"
@@ -48,9 +48,9 @@ python-version = "3.11"
4848
aws-java-sdk-bundle-version = "2.29.52" # needs to match the version shipped by Hadoop
4949
azure-storage-version = "7.0.1" # needs to match the version shipped by Hadoop
5050
azure-keyvault-core-version = "1.0.0" # needs to match the version shipped by Hadoop
51-
jackson-dataformat-xml-version = "2.15.2"
52-
stax2-api-version = "4.2.1"
53-
woodstox-core-version = "6.5.1"
51+
jackson-dataformat-xml-version = "2.18.2" # needs to match the version shipped by Spark https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/4.0.1
52+
stax2-api-version = "4.2.2" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.18.2
53+
woodstox-core-version = "7.0.0" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.18.2
5454
jmx-exporter-version = "1.3.0"
5555
tini-version = "0.19.0"
5656
hbase-connector-version = "1.0.1" # This is not supported in Spark 4 yet.

0 commit comments

Comments
 (0)