Find Oracle JDBC driver in Maven repository

前端 未结 22 1421
你的背包
你的背包 2020-11-22 09:28

I want to add the oracle jdbc driver to my project as dependency (runtime scope) - ojdbc14. In MVNrepository site the dependency to put in the POM is:



        
22条回答
  •  逝去的感伤
    2020-11-22 10:04

    Some Oracle Products support publishing maven artifacts to a local repository. The products have a plugin/maven directory which contains descriptions where to find those artifacts and where to store them. There is a Plugin from Oracle which will actually do the upload.

    See: http://docs.oracle.com/middleware/1212/core/MAVEN/config_maven.htm

    One of the products which may ship OJDBC in this way is the WLS, it uses however quite strange coordinates:

    com.oracle.weblogic
    ojdbc6
    12.1.2-0-0
    

提交回复
热议问题