![[Maven/IntelliJ] Spring-JDBC dependency remains red (Artifact not found) while spring-context works](https://preview.redd.it/24e5c11t9x1h1.png?auto=webp&s=ccab56b02e6a41392163d927cec1ba5d7c6c8771)
[Maven/IntelliJ] Spring-JDBC dependency remains red (Artifact not found) while spring-context works
Hello, I am new to the world of spring and java backend in general. I am starting with "Spring Start Here" by Laurentiu Spilca.
I am having a strange issue with my pom.xml in IntelliJ. While my spring-context dependency seems to be accepted, the spring-jdbc dependency remains red no matter what I do.
The Problem:
When I use version 7.0.7 (which IntelliJ suggested), spring-context turns white, but spring-jdbc stays red with the error "Artifact not found."
What I have tried:
- Changed versions to 5.2.6.RELEASE and 5.3.9 — both remained red for both dependencies.
- Clicked "Reload All Maven Projects" multiple times..
- Checked Proxy settings (No Proxy). (Honestly, gemini told me to do this, I have no idea why I need to do this.)
My Environment:
- IDE: IntelliJ Community Edition
- Java: 17
- My pom.xml code is as shown in the image.
how to rectify this error? why is this error happening?