In my BuildConfig.groovy I have:
dependencies {
compile 'org.hibernatespatial:hibernate-spatial:1.1.1'
compile 'org.hibernatespatial:hibernate-spatial-mysql:1.1.1'
}
When I make grails run-app I get the following error:
Error: The following plugins failed to load due to missing dependencies: [hibernateSpatial, hibernateSpatialMysql]
- Plugin: hibernateSpatial
- Dependencies:
! pluginConfig (Required: 0.1.5 > *, Found: Not Installed) [INVALID]
- Plugin: hibernateSpatialMysql
- Dependencies:
! hibernateSpatial (Required: 0.0.4, Found: Not Installed) [INVALID]
How can I fix that?