Adds required dependencies for using OAuth2 and Spring Security in the project.
Testing
Initially it didn't seem to quite work correctly as IntelliJ reported that the dependencies couldn't be found when hovering over them in pom.xml. If you experience this, go to File > Invalidate Caches, and hit "Invalidate and Restart".
Build and run MCITMocksApplication. If you see o.s.s.web.DefaultSecurityFilterChain in the output, you know that Spring Security is successfully loaded in.
Checklist
[x] I provided a description of the contents of this pull request.
[ ] I've linked this pull request to an issue.
[x] I've assigned myself as the Assignee and labelled the PR correctly.
Description
Adds required dependencies for using OAuth2 and Spring Security in the project.
Testing
Initially it didn't seem to quite work correctly as IntelliJ reported that the dependencies couldn't be found when hovering over them in pom.xml. If you experience this, go to File > Invalidate Caches, and hit "Invalidate and Restart".
Build and run MCITMocksApplication. If you see
o.s.s.web.DefaultSecurityFilterChain
in the output, you know that Spring Security is successfully loaded in.Checklist