源码编译出现的问题

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.9.0:compile (default-compile) on project common: Fatal error compiling: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field ‘com.sun.tools.javac.tree.JCTree qualid’ → [Help 1]

执行 npm clean install 后出现的问题

[INFO] 
[INFO] --- flatten:1.3.0:flatten (flatten) @ common ---
[INFO] Generating flattened POM of project io.dataease:common:jar:2.3.0...
[INFO] 
[INFO] --- compiler:3.9.0:compile (default-compile) @ common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 92 source files to /opt/dataease/sdk/common/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for dataease 2.3.0:
[INFO] 
[INFO] dataease ........................................... SUCCESS [  0.866 s]
[INFO] sdk ................................................ SUCCESS [  0.094 s]
[INFO] common ............................................. FAILURE [  4.152 s]
[INFO] api ................................................ SKIPPED
[INFO] api-permissions .................................... SKIPPED
[INFO] api-base ........................................... SKIPPED
[INFO] api-sync ........................................... SKIPPED
[INFO] distributed ........................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.588 s
[INFO] Finished at: 2024-06-29T21:57:01+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.9.0:compile (default-compile) on project common: Fatal error compiling: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid' -> [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] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :common

依赖有问题导致的吧,看看这个