ncsa / oa4mp

Open Authorization for MyProxy
https://oa4mp.org/
Other
8 stars 10 forks source link

De-cruft maven poms #204

Open jjg-123 opened 2 months ago

jjg-123 commented 2 months ago

There are a lot of redundant dependencies in the poms. Much of this is because some older versions of maven (back to 2.x) needed to have explicit references. This makes them much harder to read and understand. Also, there were a bunch of tests scattered throughout the code, but some time ago these were centralized into a couple of explicit testing modules. There are still references to test-jars all over the place that need to go away. Pare them back to the minimum each.