mathpere / grails-hibernate-search-plugin

Integrates Hibernate Search features to Grails
http://grails.org/plugin/hibernate-search
Apache License 2.0
21 stars 18 forks source link

Dependency problem with Grails 2.0.1 #12

Closed stesteau closed 8 years ago

stesteau commented 11 years ago
runtime ":hibernate:$grailsVersion"        
runtime ":hibernate-search:0.7"   

Cause:

| Error Error: The following plugins failed to load due to missing dependencies: [hibernate]
- Plugin: hibernate
   - Dependencies:
       ! dataSource (Required: 2.1 > *, Found: 2.0.1) [INVALID]
       ! i18n (Required: 2.1 > *, Found: 2.0.1) [INVALID]
       ! core (Required: 2.1 > *, Found: 2.0.1) [INVALID]
       ! domainClass (Required: 2.1 > *, Found: 2.0.1) [INVALID]

I do not have this problem with 0.6

lgrignon commented 8 years ago

This issue targets an old version of Grails / Hibernate Search and is pretty old as well :) I close it but please tell me if you still need help to get this plugin running.