I am creating a Web project which connects to an oracle database....
I have placed the following dependency into my pom.xml:
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc14</artifactId>
<version>10.2.0.2.0</version>
</dependency>
And I am getting an error message saying "Missing artifact com.oracle: ojdbc14:jar:10.2.0.2.0"
Despite me locating the repository folder (C:\Users\Folder\.m2\repository\com\oracle\ojdbc14 \10.2.0.2.0) and placing an ojbc14.jar executable file that was not present there before into the 10.2.0.2.0 folder.....I'm still getting the same error message! :@:
What else can I do?
p.s. the dependency highlighted in red represents the 'squiggly' red line I am seeing under the word in Spring source