Thanks for putting in the fix. But I do wonder why is this one is still one 3.2.1...?
Aaron On 4/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: chirino > Date: Mon Apr 3 19:42:50 2006 > New Revision: 391214 > > URL: http://svn.apache.org/viewcvs?rev=391214&view=rev > Log: > added missing dependencies (would only notice if you were doing a build with > a clean repo) > > Modified: > geronimo/trunk/configs/client-deployer/project.xml > > Modified: geronimo/trunk/configs/client-deployer/project.xml > URL: > http://svn.apache.org/viewcvs/geronimo/trunk/configs/client-deployer/project.xml?rev=391214&r1=391213&r2=391214&view=diff > ============================================================================== > --- geronimo/trunk/configs/client-deployer/project.xml (original) > +++ geronimo/trunk/configs/client-deployer/project.xml Mon Apr 3 19:42:50 > 2006 > @@ -335,6 +335,22 @@ > <version>${wadi_activecluster_version}</version> > </dependency> > > + <dependency> > + <groupId>axion</groupId> > + <artifactId>axion</artifactId> > + <version>1.0-M3-dev</version> > + </dependency> > + <dependency> > + <groupId>activemq</groupId> > + <artifactId>activemq-core</artifactId> > + <version>3.2.1</version> > + </dependency> > + <dependency> > + <groupId>commons-primitives</groupId> > + <artifactId>commons-primitives</artifactId> > + <version>1.0</version> > + </dependency> > + > </dependencies> > </project> > > > >
