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

Sim*_*mon 5 eclipse spring maven spring-tool-suite

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

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-remote-shell</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
Run Code Online (Sandbox Code Playgroud)

这里发生了什么?

JJ *_*kar 7

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

打开"Window >>首选项"转到"Java >>编辑器内容辅助>>高级"您将看到'Jar Type Search'提议提供程序.在顶部和底部禁用它.这应该在整个工作区中禁用它.