|
@@ -45,7 +45,7 @@ grails.project.dependency.resolution = {
|
|
|
inherits true // Whether to inherit repository definitions from plugins
|
|
|
grailsPlugins()
|
|
|
grailsHome()
|
|
|
- mavenLocal()
|
|
|
+ mavenLocal()
|
|
|
grailsCentral()
|
|
|
mavenCentral()
|
|
|
|
|
@@ -60,11 +60,11 @@ grails.project.dependency.resolution = {
|
|
|
dependencies {
|
|
|
// specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.
|
|
|
|
|
|
- runtime 'mysql:mysql-connector-java:5.1.29'
|
|
|
+ runtime 'mysql:mysql-connector-java:5.1.34'
|
|
|
}
|
|
|
|
|
|
plugins {
|
|
|
- runtime ":hibernate:3.6.10.16"
|
|
|
+ runtime ":hibernate:3.6.10.18"
|
|
|
//runtime ":jquery:1.10.2"
|
|
|
//runtime ":resources:1.2.1"
|
|
|
|
|
@@ -73,6 +73,6 @@ grails.project.dependency.resolution = {
|
|
|
//runtime ":cached-resources:1.0"
|
|
|
//runtime ":yui-minify-resources:0.1.4"
|
|
|
|
|
|
- build ":tomcat:7.0.54"
|
|
|
+ build ":tomcat:7.0.55.2"
|
|
|
}
|
|
|
}
|