I use Grails 2.3 and the Grails database migration plugin (1.3.6).
When I do grails dbm-update I get the following error. How can I solve this error?
Try change the tomcat build type in buildConfig.groovy to compile instead of build:
compile ':tomcat:7.0.42'