Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

compilation error #30

Open
dmrzh opened this issue May 5, 2020 · 0 comments
Open

compilation error #30

dmrzh opened this issue May 5, 2020 · 0 comments

Comments

@dmrzh
Copy link

dmrzh commented May 5, 2020

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project jdsurvey-core: Compilation failure: Compilation failure:
[ERROR] /home/user/projects/JDeSurvey/jdsurvey-core/src/main/java/com/jd/survey/service/security/UserService.java:[34,60] package org.springframework.security.authentication.encoding does not exist
[ERROR] /home/user/projects/JDeSurvey/jdsurvey-core/src/main/java/com/jd/survey/service/security/UserService.java:[35,60] package org.springframework.security.authentication.encoding does not exist
[ERROR] /home/user/projects/JDeSurvey/jdsurvey-core/src/main/java/com/jd/survey/service/security/UserService.java:[71,25] cannot find symbol
[ERROR] symbol: class PasswordEncoder
[ERROR] location: class com.jd.survey.service.security.UserService
[ERROR] /home/user/projects/JDeSurvey/jdsurvey-core/src/main/java/com/jd/survey/service/security/UserService.java:[71,55] cannot find symbol
[ERROR] symbol: class ShaPasswordEncoder
[ERROR] location: class com.jd.survey.service.security.UserService
[ERROR] /home/user/projects/JDeSurvey/jdsurvey-core/src/main/java/com/jd/survey/service/security/UserService.java:[225,25] cannot find symbol
[ERROR] symbol: class PasswordEncoder
[ERROR] location: class com.jd.survey.service.security.UserService
[ERROR] /home/user/projects/JDeSurvey/jdsurvey-core/src/main/java/com/jd/survey/service/security/UserService.java:[225,55] cannot find symbol
[ERROR] symbol: class ShaPasswordEncoder
[ERROR] location: class com.jd.survey.service.security.User

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

No branches or pull requests

1 participant