Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
I am new to Maven so I did not know that I have to "Update Project". If you are using Eclipse editor then you can right click on the project --> "Maven" --> "Update Project" to install depen...
Answer
#2: Post edited
- I am new to Maven so I did not know that I have to "Update Project".
Right clicking on my project --> "Maven" --> "Update Project" installed dependencies and fixed the problem.
- I am new to Maven so I did not know that I have to "Update Project".
- If you are using Eclipse editor then you can right click on the project --> "Maven" --> "Update Project" to install dependencies to fix this problem.