Fixed
Details
Assignee
Guus der KinderenGuus der KinderenReporter
Guus der KinderenGuus der KinderenFix versions
Priority
Minor
Details
Details
Assignee
Guus der Kinderen
Guus der KinderenReporter
Guus der Kinderen
Guus der KinderenFix versions
Priority
Created July 30, 2024 at 8:44 PM
Updated August 22, 2024 at 1:30 PM
Resolved August 22, 2024 at 1:30 PM
Openfire uses an install4j runtime dependency in its ‘starter’ component.
Openfire includes the binary as part of its source code, and defines the dependency as a system-typed dependency. ~I assume that at the time of the migration from Ant to Maven, this dependency was likely unavailable in a Maven repository, which caused this to be implemented as a work-around.~ The README file in the lib directory describes the rationale for this:
The workaround that we have in place now caused the Maven build to generate this warning:
We should update the project and remove the need of keeping a copy of very old libraries.