Add Oracle JDBC Driver In Maven Local Repository

Asked By 0 points N/A Posted on -
qa-featured

I want to add Oracle JDBC driver in my maven local repository. How can I do so without getting any error message or warning prompt?

SHARE
Answered By 0 points N/A #318629

Add Oracle JDBC Driver In Maven Local Repository

qa-featured

You have to run the maven command as

After this add a dependency in your pom.xml file that must reference your local repository
The dependency should be written in the form


Your driver is added.

Related Questions