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 [EMAIL PROTECTED] 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> > >
