Thanks a lot Charlie! It works as I want.
On 3/9/06, Charles Harvey III <[EMAIL PROTECTED]> wrote: > > Try this: > > <dependency> > <groupId>velocity</groupId> > <artifactId>velocity</artifactId> > <version>1.4</version> > <scope>runtime</scope> > <exclusions> > <exclusion> > <groupId>velocity</groupId> > <artifactId>velocity-dep</artifactId> > </exclusion> > </exclusions> > </dependency> > > > Charlie > > > > Anislav Atanasov said the following on 3/9/2006 9:08 AM: > > Hi > > I'm trying to build a web application based on velocity with Maven. I > add > > dependency: > > > > <dependency> > > <groupId>velocity</groupId> > > <artifactId>velocity</artifactId> > > <version>1.4</version> > > <scope>runtime</scope> > > </dependency> > > > > but Maven download to /WEB-INF/lib both velocity-1.4.jar and > > velocity-dep-1.4.jar. Have someone the cure for this problem? > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >