您的位置:首页 > 编程语言 > Java开发

maven eclipse:eclipse命令执行后,项目自动引入了spring-1.2.6 jar包,如何去掉

2017-06-05 19:02 363 查看
<dependency>
<groupId>org.codehaus.xfire</groupId>
<artifactId>xfire-all</artifactId>
<version>1.2.6</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
</exclusion>
</exclusions>
</dependency>

https://repo.maven.apache.org/maven2
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐