-make use of $grailsVersion and latest.integration (latest-release
should work to by now as grails-plugins moved to a maven-compatible
repository <- but I haven't checked yet)
-bumped selenium-firefox-driver dependency to latest version (2.23.1)
-commented explizit grailsRepo "http://grails.org/plugins" <- not needed
any longer
-declared release and rest-client-builder plugin dependencies in build
scope
-created a .gitignore file
BTW: I don't think the dependency to hibernate is needed, but I left it in BuildConfig.groovy for the moment
-make use of $grailsVersion and latest.integration (latest-release should work to by now as grails-plugins moved to a maven-compatible repository <- but I haven't checked yet) -bumped selenium-firefox-driver dependency to latest version (2.23.1) -commented explizit grailsRepo "http://grails.org/plugins" <- not needed any longer -declared release and rest-client-builder plugin dependencies in build scope -created a .gitignore file
BTW: I don't think the dependency to hibernate is needed, but I left it in BuildConfig.groovy for the moment