HEllo. This is my first question.
my name is Koxkor and i am begining using roo.
i am executing:
project --topLevelPackage com.prueba
jpa setup --provider HIBERNATE --database ORACLE

and alwais appears one error that it does'nt find the oracle driver.
Into the pomfile i have put this:
<dependency>
<groupId>oracle.jdbc</groupId>
<artifactId>OracleDriver</artifactId>
<version>11.1.0.7.0</version>
</dependency>
i have into my .m2/repository the oracle driver into oracle/jdbc/OracleDriver/11.1.0.7.0 the OracleDriver-11.1.0.7.0.jar file
how can i solve this question?

thanks