Skip to content

Commit

Permalink
apacheGH-35086: [Java][CI] Upgrade CycloneDX Maven plugin version (ap…
Browse files Browse the repository at this point in the history
…ache#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: apache#35086

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou authored and liujiacheng777 committed May 11, 2023
1 parent 0ed52bb commit 0c93615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/java_jni_macos_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0c93615

Please sign in to comment.