This refs JabRef#1703
Quoting JabRef#1451 (comment)
Yes, they are no longer available at the public maven repo, but Oracle has now its own repo. https://blogs.oracle.com/dev2dev/entry/how_to_get_oracle_jdbc
However, it requires an account. I think @koppor should register that for jabref:
http://docs.oracle.com/middleware/1213/core/MAVEN/config_maven_repo.htm#MAVEN9012
Currently, lib/ojdbc.jar is automatically used during compile time if it is available.
To enable testing on TravisCI, following to issues have to be solved:
This refs JabRef#1703
Quoting JabRef#1451 (comment)
Currently,
lib/ojdbc.jaris automatically used during compile time if it is available.To enable testing on TravisCI, following to issues have to be solved:
Store ojdbc.jar encrypted on https://files.jabref.org/, fetch it at build preparation and decrypt it--> Include Oracle's JDBC driver directly jabref#5517