org.eclipse.jetty:jetty-bom:pom:6.1.4 was not found in 阿里云仓库

错误信息:org.eclipse.jetty:jetty-bom:pom:6.1.4 was not found in http://maven.aliyun.com/nexus/content/groups/public/

运行程序时,下面build小窗口提示process terminated,如图:

img

查看右边的详细信息,显示:
[ERROR] Non-resolvable import POM: org.eclipse.jetty:jetty-bom:pom:6.1.4 was not found in http://maven.aliyun.com/nexus/content/groups/public/ during a previous attempt.

全部信息如图:

img

我尝试过的方法
  1. idea中,setting——maven中仓库地址修改成自己的

img

  1. maven下的conf中的settings.xml的mirror节点改成:

    <mirror>
      <id>aliyunmaven</id>
      <mirrorOf>*</mirrorOf>
      <name>阿里云公共仓库</name>
      <url>https://maven.aliyun.com/repository/public</url>
    </mirror>

问题仍存在

spring-boot-dependencies-2.6.3.pom内容截图:

img

将项目重新搭建了一遍,已解决