From 5145df615388c8af79fb7c946a27d13d5e4d4e1a Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 13 Apr 2023 17:32:22 +0900 Subject: [PATCH] GH-35086: [Java][CI] Upgrade CycloneDX Maven plugin version (#35092) ### Rationale for this change CyctloneDX Maven plugin 2.7.3 doesn't work with recent Apache Maven. ### What changes are included in this PR? It may fix the "UTF-8 BOM plus xml decl of ISO-8859-1 is incompatible" error. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: #35086 Authored-by: Sutou Kouhei Signed-off-by: Sutou Kouhei --- ci/scripts/java_jni_macos_build.sh | 2 +- java/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/scripts/java_jni_macos_build.sh b/ci/scripts/java_jni_macos_build.sh index a80c9be69a5d4..0d4c332a6b11f 100755 --- a/ci/scripts/java_jni_macos_build.sh +++ b/ci/scripts/java_jni_macos_build.sh @@ -97,7 +97,7 @@ if [ "${ARROW_BUILD_TESTS}" == "ON" ]; then # MinIO is required exclude_tests="arrow-s3fs-test" # unstable - exclude_tests="${exclude_tests}|arrow-compute-hash-join-node-test" + exclude_tests="${exclude_tests}|arrow-acero-hash-join-node-test" ctest \ --exclude-regex "${exclude_tests}" \ --label-regex unittest \ diff --git a/java/pom.xml b/java/pom.xml index c85471f265c7e..2b28540ee993a 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -358,7 +358,7 @@ org.cyclonedx cyclonedx-maven-plugin - 2.7.3 + 2.7.6 package