Driver oracle Maven/Grails

Until now everytime i needed to use the Oracle Driver i had to install it manually on my local repository. Now i found a shared repo with the driver artifacts, seems strange but the repo belongs to a church: The Church of Jesus Christ of Latter-day Saints

Maven solution:

 

<dependency>
    <groupId>com.oracle</groupId>
    <artifactId>ojdbc6</artifactId>
    <version>11.2.0.3</version>
</dependency>
... 
  <repositories>
    <repository>
      <id>codelds</id>
      <url>https://code.lds.org/nexus/content/groups/main-repo</url>
    </repository>
  </repositories>

Grails solution:

mavenRepo "https://code.lds.org/nexus/content/groups/main-repo"
build 'com.oracle:ojdbc6:11.2.0.3'

 

WP to LinkedIn Auto Publish Powered By : XYZScripts.com