Find Oracle JDBC driver in Maven repository

前端 未结 22 1671
你的背包
你的背包 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:24

    Oracle is now exposing a maven repository at maven.oracle.com However you need to be authenticated.

    See https://blogs.oracle.com/WebLogicServer/entry/weblogic_server_and_the_oracle

    According to the comments in the blog post the ojdbc driver should be available at the following coordinates:

    com.oracle.weblogic
     ojdbc7
     12.1.3-0-0
     jar
    

提交回复
热议问题