This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 6432a2382e GH-35086: [Java][CI] Upgrade CycloneDX Maven plugin version
(#35092)
6432a2382e is described below
commit 6432a2382e870633e5060b5e6ea481f28ca0c725
Author: Sutou Kouhei <[email protected]>
AuthorDate: Thu Apr 13 17:32:22 2023 +0900
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 <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
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 a80c9be69a..0d4c332a6b 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 c85471f265..2b28540ee9 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -358,7 +358,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
- <version>2.7.3</version>
+ <version>2.7.6</version>
<executions>
<execution>
<phase>package</phase>