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

idrop-web dependency issues #3

Description

@JacobOlitsky

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions