Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Library when following the tutorial step by step #710

Open
kventil opened this issue Nov 16, 2018 · 0 comments
Open

Missing Library when following the tutorial step by step #710

kventil opened this issue Nov 16, 2018 · 0 comments

Comments

@kventil
Copy link

kventil commented Nov 16, 2018

When following the tutorial step by step building fails as th security-config package is missing.

This can be fixed by adding

implementation('org.springframework.security:spring-security-config') for gradle

or in maven:

<dependency>
    <groupId>org.springframework.security</groupId>
    <artifactId>spring-security-config</artifactId>
    <version>3.2.4.RELEASE</version>
</dependency>

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant