java - Eclipse Maven not showing dependencies -
for reason unable see other spring jars when try dependencies. tried deleting org.springframework m2 local repository. tried update / rebuild local , global indexes. nothing changed.
you might have kept maven on "offline" mode.
go eclipse (or spring sts) preferences --> type "maven" in search box --> click on "maven" item in list on left side -->
- make sure "offline" , "do not automatically update dependencies remote repositories" check boxes unchecked
- also make sure "download repository index updates on startup" checked.
restart eclipse. wait eclipse update indexes. should solve problem.

Comments
Post a Comment