Add maven dependency plugin config & cleanup
This adds config of the maven dependency plugin, which can
be used to identify undeclared or unused dependencies.
However it needs to be calibrated to be useful. This commit:
- Removes false positives when using the dependency plugin
- Removes a buttload of unused dependency versions from parent POM
- Consolidates Spring Boot maven plugin configuration
- Moves hibernate-core from models to runtime-acm
Issue-ID: POLICY-5528
Change-Id: I69c638bf5f8d6965ea2057abdfbdc66e0b08dbb4
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>