spring - Why is maven dependency being added automatically to pom when using Eclipse (STS 3.5.1)? -
spring - Why is maven dependency being added automatically to pom when using Eclipse (STS 3.5.1)? -
the next maven dependency not added me (i'm dev on project):
<dependency> <groupid>org.springframework.boot</groupid> <artifactid>spring-boot-starter-remote-shell</artifactid> <version>1.0.0.release</version> </dependency>
what going on here?
workaround per @andreistefan linked jira issue:
open "window >> preferences" go "java >> editor content assist >> advanced" see 'jar type search' proposal provider. disable in both top , bottom. should disable across entire workspace.
eclipse spring maven spring-tool-suite
Comments
Post a Comment