Dependency not found in Maven Project #18
Answered
by
Khalid1G
bellaabdelouahab
asked this question in
Q&A
-
I'm trying to add this dependency in my Maven project but it gives me an error like: "Dependency not found" even though I added the dependency by searching in Intellij IDEA |
Beta Was this translation helpful? Give feedback.
Answered by
Khalid1G
Dec 9, 2022
Replies: 1 comment
-
Most likely you just need to reload project in order to force IntelliJ to download the dependency. Right mouse click on the pom.xml in the Project tree -> Maven -> Reload project. I hope it will help. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bellaabdelouahab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most likely you just need to reload project in order to force IntelliJ to download the dependency. Right mouse click on the pom.xml in the Project tree -> Maven -> Reload project. I hope it will help.