You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
okta-spring-boot-starter has dependencies on both okta-spring-security-oauth & okta-spring-sdk, both of which have dependencies on org.springframework.* dependencies using compile scope. As this project is going to be used by Spring based projects those dependencies should use scope provided.
The text was updated successfully, but these errors were encountered:
okta-spring-boot-starter has dependencies on both okta-spring-security-oauth & okta-spring-sdk, both of which have dependencies on
org.springframework.*
dependencies using compile scope. As this project is going to be used by Spring based projects those dependencies should use scope provided.The text was updated successfully, but these errors were encountered: