> pom.xml
>         <dependency>
>             <groupId>com.oracle</groupId>
>             <artifactId>ojdbc6</artifactId>
>             <version>11.2.0.1</version>
>             <scope>provided</scope>
>         </dependency>

What is the complete path in the pom.xml file to this dependency node?
Use XSLT or post the pom file at pastebin, gist, etc.

Also consider changing the scope just for testing purposes. Try
compile and/or test instead of provided.

Wayne

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

Reply via email to