Skip to content
Snippets Groups Projects
Commit e47c1895 authored by jfederico's avatar jfederico
Browse files

bbb-web: Removed non used plugin (jquery) and updated the other plugins for...

bbb-web: Removed non used plugin (jquery) and updated the other plugins for eliminating WARNING messages
parent 73d00517
No related branches found
No related tags found
No related merge requests found
......@@ -48,23 +48,23 @@ grails.project.dependency.resolution = {
dependencies {
// specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes e.g.
// runtime 'mysql:mysql-connector-java:5.1.24'
// runtime 'mysql:mysql-connector-java:5.1.27'
}
plugins {
// plugins for the build system only
build ":tomcat:7.0.42"
build ":tomcat:7.0.50.1"
// plugins for the compile step
compile ":scaffolding:2.0.0"
compile ":scaffolding:2.0.2"
compile ':cache:1.1.1'
// plugins needed at runtime but not for compilation
runtime ":hibernate:3.6.10.1" // or ":hibernate4:4.1.11.1"
runtime ":database-migration:1.3.5"
runtime ":jquery:1.10.2"
runtime ":resources:1.2"
runtime ":hibernate:3.6.10.8" // or ":hibernate4:4.3.1.1"
runtime ":database-migration:1.3.8"
//runtime ":jquery:1.11.0"
runtime ":resources:1.2.1"
// Uncomment these (or add new ones) to enable additional resources capabilities
//runtime ":zipped-resources:1.0.1"
//runtime ":cached-resources:1.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment