Skip to content

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

@confile

Description

@confile

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions