-
Notifications
You must be signed in to change notification settings - Fork 121
Exclude mina-core from Apache Directory LDAP API library #709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@mosabua please review |
|
Please separate the changes into different commits. |
04416ae to
6a94039
Compare
|
How do you know this transitive dependency is not required ? Also please reword and update the rest of this PR. |
|
yes i had added the dependency and --- dependency:3.8.1:analyze-only (default) @ gateway-ha --- |
@mosabuai have done rewording and also explained why i suspect its not being used or else we would have got classnotfounderror or something around that. |
Please change the commit title. It should be "Exclude mina-core from Apache Directory LDAP API library" or something. |
|
@ebyhr please review |
6a94039 to
ec685b9
Compare
|
This exclusion will be unnecessary once the new directory-ldap-api is released. |
|
Given that the dependency is unused we can probably still merge this now .. wdyt @ebyhr ? |
|
any update on this @mosabua ? |
mosabua
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Let go ahead with it.
|
Please file a GitHub issue so we can revert this change when upgrading directory-ldap-api to the new version. |
|
Filed #735 |
|
I ll raise a pr to revert the chnages once the new pr is merged |

Description
Mina-core (org.apache.mina:mina-core):2.2.3
even on excluding from org.apache.directory.api:api-all and adding explicit
[ERROR] org.apache.mina:mina-core:jar:2.2.4:compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31:31 min
[INFO] Finished at: 2025-06-25T16:58:59+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.8.1:analyze-only (default) on project gateway-ha: Dependency problems found -> [Help 1]
[ERROR] and also checked all the classes no import or this dependency is being used.
Additional context and related issues
Release notes
( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required, with the following suggested text:
* Fix some things.