You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Felix Knecht <fe...@otego.com> on 2007/08/31 20:01:54 UTC

Re: svn commit: r570712 - /cocoon/trunk/blocks/cocoon-bsf/cocoon-bsf-sample/pom.xml

I thought that we're having all dependency versions in the root pom's
dependencyManagement section (since Giacomo refactored all poms with
this intention).
If so we should keep on this (and probably make somewhere a developers
note about this).

Felix

jreijn@apache.org schrieb:
> Author: jreijn
> Date: Wed Aug 29 02:05:02 2007
> New Revision: 570712
> 
> URL: http://svn.apache.org/viewvc?rev=570712&view=rev
> Log:
> Groovy samples did not work. Added groovy dependency to the pom
> 
> Modified:
>     cocoon/trunk/blocks/cocoon-bsf/cocoon-bsf-sample/pom.xml
> 
> Modified: cocoon/trunk/blocks/cocoon-bsf/cocoon-bsf-sample/pom.xml
> URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-bsf/cocoon-bsf-sample/pom.xml?rev=570712&r1=570711&r2=570712&view=diff
> ==============================================================================
> --- cocoon/trunk/blocks/cocoon-bsf/cocoon-bsf-sample/pom.xml (original)
> +++ cocoon/trunk/blocks/cocoon-bsf/cocoon-bsf-sample/pom.xml Wed Aug 29 02:05:02 2007
> @@ -47,5 +47,10 @@
>        <groupId>org.apache.cocoon</groupId>
>        <artifactId>cocoon-samples-style-default</artifactId>
>      </dependency>
> -  </dependencies>
> +    <dependency>
> +      <groupId>groovy</groupId>
> +      <artifactId>groovy</artifactId>
> +      <version>1.0</version>
> +    </dependency>
> +  </dependencies>  
>  </project>
> 
>