通过常春藤从本地nexus存储库中提取oracle jdbc驱动程序 - >试图打外部来源?

时间:2011-03-01 21:42:50

标签: grails maven ivy nexus

我在代理服务器后面,我正试图从我手动添加的本地nexus存储库中获取一个jar。当我尝试下载jar时,为什么grails / ivy会尝试连接外部?

...
Downloading: MYURL/ojdbc16-11.1.0.7.0.jar.sha1 ...
Download complete.
:: problems summary ::
:::: ERRORS
    Server access Error: Connection timed out: connect url=http://svn.codehaus.org/grails-plugins/grails-ojdbc16/tags/RELEASE_11_1_0_7_0/grails-ojdbc16-11.1.0.7.0.jar

依赖配置:

dependencies {
    // specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.
    runtime 'com.oracle:ojdbc16:11.1.0.7.0'
}

回购:

   repositories {
      mavenLocal()
      mavenRepo "MYSERVER/nexus/content/repositories/thirdparty"
   }

1 个答案:

答案 0 :(得分:0)

这神秘不再发生。由于其他原因,我确实切换回1.3.6,但我不确定为什么会发生这种情况。