I am getting error as
"Missing artifact com.oracle:ojdbc14:jar:10.2.0.4"
in pom.xml when i entered command,
jpa setup --provider ECLIPSELINK --database ORACLE
I googled and found out that
"oracle jar cannot be added automatically, as of now. we have to configure it manually."
Can i maven dependency related jar manually to project? If yes, How?