harvard-lts / fits

File Information Tool Set
http://fitstool.org
GNU Lesser General Public License v2.1
92 stars 46 forks source link

LIBDRS-9048 Update to OTS 1.0.62 #375

Closed daveneiman closed 1 year ago

daveneiman commented 1 year ago

Resolves Issue: LIBDRS-9050

What does this Pull Request do?

Updates the OTS dependency to 1.0.62. Removes the JDom 1 exclusion from the POM since OTS has been upgraded to JDom2.

How should this be tested?

Using a Docker image to run the tests see the README.md

docker build -f docker/Dockerfile-test -t fits-test .
docker run --rm -v `pwd`:/fits -v ~/.m2:/root/.m2 fits-test mvn clean test

Test coverage

Yes/No: Are changes in this pull-request covered by:

Interested parties

@cvicary @awoods @pwinckles

pwinckles commented 1 year ago

I believe you need to add the new jar to lib-local

daveneiman commented 1 year ago

Good catch, @pwinckles - thanks!