grails / grails-database-migration

Grails® framework Database Migration Plugin
Apache License 2.0
98 stars 115 forks source link

Exception deploying war in tomcat with version 4.1.0 #286

Open miguelabautista opened 2 years ago

miguelabautista commented 2 years ago

please see issue #268. same error with this version

If I do this the war is deployed successfully:

implementation('org.grails.plugins:database-migration:4.1.0') { exclude module: 'spring-boot-cli' }

davidbairdala commented 2 years ago

This is affecting me also