开发者社区> 问答> 正文

maven项目导入eclipse 错误提示:cvc-complex-type.2?报错

导入写好的maven项目,pom.xml报错:

cvc-complex-type.2.4.a: Invalid content was found starting with element 'dependency'. One of '{"http://
 maven.apache.org/POM/4.0.0":parent, "http://maven.apache.org/POM/4.0.0":description, "http://
 maven.apache.org/POM/4.0.0":prerequisites, "http://maven.apache.org/POM/
 4.0.0":issueManagement, "http://maven.apache.org/POM/4.0.0":ciManagement, "http://
 maven.apache.org/POM/4.0.0":inceptionYear, "http://maven.apache.org/POM/4.0.0":mailingLists, 
 "http://maven.apache.org/POM/4.0.0":developers, "http://maven.apache.org/POM/4.0.0":contributors, 
 "http://maven.apache.org/POM/4.0.0":licenses, "http://maven.apache.org/POM/4.0.0":scm, "http://
 maven.apache.org/POM/4.0.0":organization, "http://maven.apache.org/POM/4.0.0":build, "http://
 maven.apache.org/POM/4.0.0":profiles, "http://maven.apache.org/POM/4.0.0":modules, "http://
 maven.apache.org/POM/4.0.0":reports, "http://maven.apache.org/POM/4.0.0":reporting, "http://
 maven.apache.org/POM/4.0.0":dependencyManagement, "http://maven.apache.org/POM/
 4.0.0":distributionManagement, "http://maven.apache.org/POM/4.0.0":properties}' is expected.

问题代码:<dependency>

  <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
  <version>2.5</version>
<scope>provided</scope>
</dependency>

展开
收起
爱吃鱼的程序员 2020-06-14 15:53:31 765 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    请把完整的pom.xml贴出来,这样看不出来,感觉是开头的XSD错误:

    <projectxmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0http://maven.apache.org/xsd/maven-4.0.0.xsd">



    2020-06-14 15:53:48
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载

相关镜像