Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: The following plugins failed to load due to missing dependencies: [hibernateSpatial, hibernateSpatialMysql] #5

Open
confile opened this issue Jul 17, 2015 · 0 comments

Comments

@confile
Copy link

confile commented Jul 17, 2015

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant