quickfix-j / quickfixj

QuickFIX/J is a full featured messaging engine for the FIX protocol. - This is the official project repository.
http://www.quickfixj.org
Other
934 stars 607 forks source link

Update Maven libs and plugin #828

Closed chrjohn closed 2 weeks ago

chrjohn commented 2 weeks ago

https://github.com/quickfix-j/quickfixj/pull/826#issuecomment-2175711410

Thanks @cstamas

cstamas commented 2 weeks ago

Just FTR: this is not maven but one foundation libs of it: Sisu Inject (JSR330) and Sisu Plexus must be updated in "lockstep", so user must ensure it is same version of those two artifacts present on classpath at any time. At runtime of the plugin it is Maven that make sure about this, but during build it is user duty to enforce this.