-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
Milestone
Description
Summary
Maven build is failing to compile due to missing dependencies when using the spring-security-bom maven artifact.
Actual Behavior
'mvn compile clean install' fails to build when
... org.springframework.security spring-security-bom 4.2.12.RELEASE pom importis changed to
org.springframework.security spring-security-bom 4.2.14.RELEASE pom importExpected Behavior
Maven downloads updated artifacts and build succesfully
ghusta, kaharon-cyberark, slilie and hsmith-gresham