-
Notifications
You must be signed in to change notification settings - Fork 190
compilation error #30
Description
[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