How to force the intellij idea to reread/update all dependencies specified in the pom file?
Answer Posted / Lubhanshu Bartaria
In IntelliJ IDEA, you can force a sync (re-reading of all dependencies) by clicking on `File` > `Sync Project with Gradle Files`. Alternatively, you can use the shortcut: `Ctrl+Alt+S` and navigate to the `Project Structure` panel. Make sure the `Libraries` section is selected, then click on the `+` button and select `Maven`. This will reload all dependencies.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers