
Untitled
By: a guest on
May 25th, 2012 | syntax:
None | size: 1.08 KB | hits: 11 | expires: Never
println "RUNNING THE BUILD_CONFIG"
grails.project.dependency.resolution = {
println "RUNNING THE DEPENDENCY RES"
// inherit Grails' default dependencies
inherits("global") {
// uncomment to disable ehcache
// excludes 'ehcache'
}
log 'debug' // log level of Ivy resolver, either 'error', 'warn', 'info', 'debug' or 'verbose'
repositories {
grailsPlugins()
grailsHome()
grailsCentral()
// uncomment the below to enable remote dependency resolution
// from public Maven repositories
mavenLocal()
mavenCentral()
//mavenRepo "http://snapshots.repository.codehaus.org"
//mavenRepo "http://repository.codehaus.org"
//mavenRepo "http://download.java.net/maven/2/"
//mavenRepo "http://repository.jboss.com/maven2/"
}
dependencies {
// specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.
compile 'org.apache.camel:camel-core:2.5.0'
compile 'org.apache.camel:camel-spring:2.5.0'
}
}