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.
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.