Maven ojdbc configuration error
问题 So I have a project and I try to build it with Maven. One of my dependencies is this: <dependency> <groupId>com.oracle</groupId> <artifactId>ojdbc6</artifactId> </dependency> I have the Oracle driver installed and I also have it in my local repo. I made sure to put it there manually. And still when I want to build my project I get this error. [ERROR] Failed to execute goal on project bla: Could not resolve dependencies for project dbla:jar:0.0.1-SNAPSHOT: Failure to find com.oracle:ojdbc6:jar