Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

idrop-web dependency issues #3

Open
JacobOlitsky opened this issue Apr 7, 2014 · 2 comments
Open

idrop-web dependency issues #3

JacobOlitsky opened this issue Apr 7, 2014 · 2 comments

Comments

@JacobOlitsky
Copy link

idrop-web/grails-app/conf/BuildConfig.groovy contains the plugins

plugins {
    runtime ":hibernate:$grailsVersion"
    build ":tomcat:$grailsVersion"
}

When I build, $grailsVersion resolves to 2.3.7, which results in unresolved dependency errors. The issue can be corrected by changing to the latest versions of the plugins. Currently, the following works for me:

plugins {
    runtime ":hibernate:3.6.10.10"
    build ":tomcat:7.0.52.1"
}
@JacobOlitsky
Copy link
Author

Meant to add this to DICE-UNC/idrop. How embarrassing...

Please delete/close/whatever.

@michael-conway
Copy link
Contributor

No problemo, these are good things, keep them out there

On Tue, Apr 8, 2014 at 3:24 PM, JacobOlitsky [email protected]:

Meant to add this to DICE-UNC/idrop. How embarrassing...

Please delete/close/whatever.

Reply to this email directly or view it on GitHubhttps://github.com//issues/3#issuecomment-39890604
.

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

No branches or pull requests

2 participants