I am creating a project which will have oracle 10g/11g at its back end. For that I need ojdbc.jar. The problem is whenever I add ojdbc14.jar and save in pom.xml (I use m2eclipse plugin)it gives me a weird error ‘Missing artifact com.oracle:ojdbc14:jar:10.2.0.4.0:compile‘. whenever I remove this jar file from pom.xml the error disappears. I don’t get why this is happening ??
What is the solution for this ???
I am creating a project which will have oracle 10g/11g at its back end.
Share
You might have to share your
pomdependency. Thepomdependency for Oracle 10g isAlso if you are deploying this in a server environment, it is better to put the driver
jarin thelibfolder of the server and provide scope asprovided.So the following things could go wrong.
pom?artifactory?