[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project DemoBlog: Compilation failure
[ERROR] /E:/Users/yls/Demo0328/src/main/java/com/bupt/Constants.java:[3,46] 程序包com.sun.xml.internal.fastinfoset.tools不存在
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] /E:/Users/yls/Demo0328/src/main/java/com/bupt/Constants.java:[3,46] 程序包com.sun.xml.internal.fastinfoset.tools不存在
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
这是web程序缺包造成的,找到里面的关键字:fastinfoset
打开网址:http://mvnrepository.com/ 直接搜关键字就会找到对应的pom,依赖的包