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

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -