为什么在使用Eclipse(STS 3.5.1)时会自动将maven依赖项添加到pom中?

时间:2014-06-23 10:50:16

标签: eclipse spring maven spring-tool-suite

我没有添加以下maven依赖项(我是项目中唯一的开发人员):

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-remote-shell</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>

这里发生了什么?

1 个答案:

答案 0 :(得分:7)

来自链接JIRA issue的@AndreiStefan的解决方法:

  

打开&#34;窗口&gt;&gt;设定&#34;   转到&#34; Java&gt;&gt;编辑内容辅助&gt;&gt;先进&#34;   你会看到一个&#4; Jar Type Search&#39;提案提供者。在顶部和底部禁用它。   这应该会在整个工作区中禁用它。