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?

Reply via email to