java maven 问题

java maven 问题

[INFO] Scanning for projects...

[ERROR] [ERROR] Some problems were encountered while processing the POMs:

[ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-web:jar is missing. @ line 20, column 21

[ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-web:jar is missing. @ line 14, column 21

[ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-data-jpa:jar is missing. @ line 23, column 21

@

[ERROR] The build could not read 2 projects -> [Help 1]

[ERROR]

[ERROR] The project com.github.zhkl0228:unidbg-api:0.9.3-SNAPSHOT (D:\unidbg-master\unidbg\unidbg-api\pom.xml) has 1 error

[ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-web:jar is missing. @ line 20, column 21

[ERROR]

[ERROR] The project com.github.zhkl0228:unidbg-android:0.9.3-SNAPSHOT (D:\unidbg-master\unidbg\unidbg-android\pom.xml) has 2 errors

[ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-web:jar is missing. @ line 14, column 21

[ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-data-jpa:jar is missing. @ line 23, column 21

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException

回答

这个你可以去看看父pom里是否还有这个包的三围,一般都是springboot版本不符合

以上是 java maven 问题 的全部内容, 来源链接: utcz.com/a/106622.html

回到顶部