Closed daveneiman closed 1 year ago
Resolves Issue: LIBDRS-9050
Updates the OTS dependency to 1.0.62. Removes the JDom 1 exclusion from the POM since OTS has been upgraded to JDom2.
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
Yes/No: Are changes in this pull-request covered by:
@cvicary @awoods @pwinckles
I believe you need to add the new jar to lib-local
Good catch, @pwinckles - thanks!
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
Test coverage
Yes/No: Are changes in this pull-request covered by:
Interested parties
@cvicary @awoods @pwinckles