Exception in thread "main" org.spark_project.guava.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: org.codehaus.commons.compiler.Location.<init>(Ljava/lang/String;II)V

 

解决:

<exclusions>
<exclusion>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.janino</groupId>
<artifactId>commons-compiler</artifactId>
</exclusion>
</exclusions>

相关文章:

  • 2021-08-28
  • 2022-12-23
  • 2021-09-24
  • 2021-09-06
  • 2021-09-30
  • 2021-10-04
  • 2021-07-15
  • 2022-12-23
猜你喜欢
  • 2021-04-10
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2021-10-05
  • 2021-11-23
  • 2022-12-23
相关资源
相似解决方案