-
Notifications
You must be signed in to change notification settings - Fork 218
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
fix maven bug 419 #447
fix maven bug 419 #447
Conversation
Why have you changed compile to install? I think that this change should be reverted. |
As I understand, the goal is to use the library in a different project (probably another maven project). Using install will also add the library to maven local repository which saves time. If you wish, I can replace install with compile |
Yes, please. |
Downgrading POI from 4.1.1 to 3.10-FINAL is not an option due to the large number of vulnerabilities in this version. See here: https://mvnrepository.com/artifact/org.apache.poi/poi Maybe the other POI-related libraries also need to be updated. Or POI underwent an API-breaking change and ARX needs to be updated to work with never versions? |
I noticed 3.10libs are used in the ant build here
I like this option. |
I know. Those should be updated as well.
Then go for it! ;) |
ok, I will do this during the weekend :) |
Needs to be revised |
fix maven bug
Tested on both Windows 10 and Ubuntu 22.04