Skip to content

[VL] Update class duplication list in Maven enforcer#10536

Merged
zhztheplayer merged 2 commits into
apache:mainfrom
zhztheplayer:wip-dup
Sep 3, 2025
Merged

[VL] Update class duplication list in Maven enforcer#10536
zhztheplayer merged 2 commits into
apache:mainfrom
zhztheplayer:wip-dup

Conversation

@zhztheplayer

Copy link
Copy Markdown
Member

This is to address build error:

[ERROR] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.BanDuplicateClasses failed with message:
[ERROR] Duplicate classes found:
[ERROR]
[ERROR]   Found in:
[ERROR]     org.openlabtesting.leveldbjni:leveldbjni-all:jar:1.8:provided
[ERROR]     jline:jline:jar:2.12:provided
[ERROR]   Duplicate classes:
[ERROR]     org/fusesource/hawtjni/runtime/Library.class

I am still not sure why this message is showing up, but it's definitely not an issue that needs to be addressed by the enforcer rules.

This is to address build error:

```
[ERROR] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.BanDuplicateClasses failed with message:
[ERROR] Duplicate classes found:
[ERROR]
[ERROR]   Found in:
[ERROR]     org.openlabtesting.leveldbjni:leveldbjni-all:jar:1.8:provided
[ERROR]     jline:jline:jar:2.12:provided
[ERROR]   Duplicate classes:
[ERROR]     org/fusesource/hawtjni/runtime/Library.class
```

I am still not sure why this message is showing up, but it's definitely not an issue that needs to be addressed by the enforcer rules.
@github-actions github-actions Bot added the CORE works for Gluten Core label Aug 26, 2025
@zhztheplayer zhztheplayer changed the title [VL] Update enforcer class duplication list Aug 26, 2025
@zhztheplayer zhztheplayer merged commit c6f417a into apache:main Sep 3, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CORE works for Gluten Core

2 participants