问题描述:idea打jar包时,报错:failed to find commons-codec:commons-codec:pom:1.15........

原因:jar包冲突或者少jar包

解决:去除jar包冲突或者下载相应jar包

failed to find commons-codec:commons-codec:pom:1.15.......

1.如果你的集群环境有版本,去除jar包冲突时一定要手动输入jar包的<aetifactId>,比如spark-sql_2.xx

     让它自动提示出来。

2.如果集群没有这个版本的jar包,就下载commons-codec-1.xx.jar,放到对应的目录下即可!

相关文章:

  • 2021-06-02
  • 2021-10-28
  • 2021-08-01
  • 2021-11-18
  • 2021-09-16
  • 2021-08-09
  • 2021-08-23
  • 2021-11-10
猜你喜欢
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案