> You declare the dependencies for Groovy source the same way as for Java
> source:
> dependencies {
>    compile project(':model-project')
> }
> You use the groovy configuration to declare which Groovy
> version/implementation to use to compile the source:
> dependencies {
>     groovy 'org.codehaus.groovy:groovy:1.8.0-beta-2'
> }

Shouldn't this Groovy JAR automatically be added as a dependency in
the artifact's POM? It's a Groovy project so it would make sense to me
that Groovy should therefore be a compile dependency declared in the
POM.

Thanks,

Peter

-- 
Peter Ledbrook
Grails Advocate
SpringSource - A Division of VMware

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

    http://xircles.codehaus.org/manage_email


Reply via email to