解决Maven报Cannot resolve org.springframework.boot:spring-boot-starter-test:2.3.4.RELEASE的问题
maven
Maven: Apache Maven是一个开源的项目管理和构建工具,主要用于Java项目。适合需要自动化项目构建和依赖管理的开发者。特点包括约定优于配置、易于使用和社区驱动。
项目地址:https://gitcode.com/gh_mirrors/ma/maven
·
总之莫名其妙的在IDEA中报Maven无法解析某些依赖,但当你去本地的Maven仓库去看好像是正常的,或者是这样的:
就是.jar后面有个.lastUpdated后缀,就是因为这个惹的祸导致Maven无法解析到。为了避免其它问题,可以把当前文件夹的内容全部删除,然后重新刷新一下,如果没有这个后缀说明正常了。
Maven: Apache Maven是一个开源的项目管理和构建工具,主要用于Java项目。适合需要自动化项目构建和依赖管理的开发者。特点包括约定优于配置、易于使用和社区驱动。
最近提交(Master分支:2 个月前 )
d94feaca
* Bump eu.maveniverse.maven.mimir:testing from 0.10.4 to 0.10.5
Bumps [eu.maveniverse.maven.mimir:testing](https://github.com/maveniverse/mimir) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/maveniverse/mimir/releases)
- [Commits](https://github.com/maveniverse/mimir/compare/release-0.10.4...release-0.10.5)
---
updated-dependencies:
- dependency-name: eu.maveniverse.maven.mimir:testing
dependency-version: 0.10.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Also upgrade mimir version used in GH workflow
* Apply suggestion from @cstamas
* Apply suggestion from @cstamas
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Guillaume Nodet <gnodet@gmail.com>
Co-authored-by: Tamas Cservenak <tamas@cservenak.net> 1 天前
f1cada5c
Bumps `mockitoVersion` from 5.20.0 to 5.21.0.
Updates `org.mockito:mockito-bom` from 5.20.0 to 5.21.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.20.0...v5.21.0)
Updates `org.mockito:mockito-junit-jupiter` from 5.20.0 to 5.21.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.20.0...v5.21.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-bom
dependency-version: 5.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-version: 5.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2 天前
AtomGit 是由开放原子开源基金会联合 CSDN 等生态伙伴共同推出的新一代开源与人工智能协作平台。平台坚持“开放、中立、公益”的理念,把代码托管、模型共享、数据集托管、智能体开发体验和算力服务整合在一起,为开发者提供从开发、训练到部署的一站式体验。
更多推荐



所有评论(0)