Tag: grails repository
-
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>…