Find Oracle JDBC driver in Maven repository

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

    For dependency

    
        com.oracle
        ojdbc7
        12.1.0.2
    
    

    Try

    
        mvnrepository
        http://nexus.saas.hand-china.com/content/repositories/rdc
    
    

提交回复
热议问题