> The compile configuration does not include transitive dependencies by
> default.

This is a custom compile configuration declared in the plugin like so:

        project.configurations {
            grails_bootstrap { transitive = true }
            compile { transitive = true }
            runtime.extendsFrom compile
            test.extendsFrom compile
        }

The spring-jms and spring-orm dependencies certainly aren't declared
in either the plugin or the project, but they still appear in the
"files" collection.

Cheers,

Peter

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to