Re: Adding Dependencies in pom.xml

2012-06-13 Thread Christian Schneider
You have to add the ojdbc jar to your local maven repo: mvn install:install-file -Dfile="C:\oraclexe\app\oracle\product\11.2.0\server\jdbc\lib\ojdbc6.jar" -DgroupId=ojdbc -DartifactId=ojdbc -Dversion=11.2.0.2.0 -Dpackaging=jar Christian Am 13.06.2012 14:27, schrieb Subhanjan: I am creatin

Re: Adding Dependencies in pom.xml

2012-06-13 Thread Achim Nierbeck
well, it's not really camel related, but do you have a maven artefact for the oracle driver, cause there is no official released oracle driver available on maven repositories (AFAIK) regards, Achim 2012/6/13 Subhanjan : > > > > I am creating a project which will have database at its back end. For