Upgrade and clean up dependencies 77/133077/2
authorliamfallon <liam.fallon@est.tech>
Tue, 31 Jan 2023 09:21:40 +0000 (09:21 +0000)
committerliamfallon <liam.fallon@est.tech>
Tue, 31 Jan 2023 11:05:55 +0000 (11:05 +0000)
commit38f611322eaa05e9da82a370c959c5816eb17df7
treee34e6aae312cddd63f8f3f449e567a19a1669751
parent128212521398b1f2cf1d51e2f0cfba4b76739424
Upgrade and clean up dependencies

- Upgrade Hibernate
- Upgrade Mockito
- Upgrade Mockserver
- Remove Powermock (no longer supported) and replace with spring-test ReflectionTestUtils
- Upgrade Spring Framework
- Add spring-security to allow authentication on unitests using MockMVC

Minor clean-up
- Replace deprecated authorization configuraiton on spring boot applications with SecurityFilterChain bean
- Change @LocalPort include on tests to use test include rather than runtime include
- Remove unused imports
- Remove unused constants and variables
- Add deprecation annotations where required

Issue-ID: POLICY-4482
Change-Id: I5229379037ec773d31a1adc21d5533ca3e1fb93d
Signed-off-by: liamfallon <liam.fallon@est.tech>
integration/pom.xml