> I'm not sure where you mean to check that ojdbc6 is listed as a dependency.
> I am trying to convert the project from using MySql to Oracle,
> so I might not have configured everything correctly.

Add -X to the call to Maven (mvn -X ...) and pipe the output to a file
(mvn -X ... > out.txt). Then search the file for ojdbc6 to see where
and how the dependency is being brought into your project during the
compile and test steps. I'd assume it is not part of your test
classpath as you expect it to be. Once you confirm this, you can work
on sorting out why.

What is the XPath to the <dependency> node in your pom? Or paste the
pom and that -X output at gist, pastebin etc so we can take a look &
help (please don't email them here).

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to