gs-securing-web
gs-securing-web copied to clipboard
Moves test dependency to test scope in gradle
Documentation and the code adds org.springframework.security:spring-security-test
as dependency to main code in gradle build but it should be a test dependency like it is in maven. This PR fixes that.