OpenWaterFoundation / owf-tstool-aws-plugin

Open Water Foundation AWS plugin for TSTool
GNU General Public License v3.0
0 stars 0 forks source link

dom4j 1.6.1 dependency has error running on Java 11 #47

Open smalers opened 6 months ago

smalers commented 6 months ago

Recent changes in the code have caused a code execution sequence that causes an error. The dom4j-1.6.1.jar dependency that is pulled in by the AWS SDK needs to be updated. I have submitted an issue: 5038.

I did a work-around on a Linux ops machine by downloading the 2.1.4 version and manually replacing the 1.6.1 version. This seems to have worked. Need to figure out if the override can be configured in the pom so that I don't have to manually deal with it. Hopefully the AWS team will fix.

smalers commented 2 weeks ago

I think this may be in error. Might be able to close this without further action.