Maven 错误: org.apache.maven.artifact.InvalidArtifactRTException: The version cannot be empty
{
"title": "Maven 错误: org.apache.maven.artifact.InvalidArtifactRTException: The version cannot be empty",
"description": "本文介绍了Maven构建过程中常见的错误:org.apache.maven.artifact.InvalidArtifactRTException: The version cannot be empty,并提供了详细的解决方案。",
"keywords": "Maven, 错误, 解决方案, spring-boot-starter, 版本号, pom.xml, 依赖, InvalidArtifactRTException, dependencyManagement",
"content": "<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\n xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\n xml\n<dependency>\n <groupId>org.springframework.boot</groupId>\n <artifactId>spring-boot-starter</artifactId>\n <version>2.5.4</version>\n</dependency>\n\n\n然后重新运行Maven构建命令,看看是否还会出现同样的错误。
原文地址: https://www.cveoy.top/t/topic/pgbK 著作权归作者所有。请勿转载和采集!