commons-lang 2.4
Greg Huber <[email protected]> Thu, 15 Jan 2015 07:57:07 +0000
| Newsgroups | gmane.comp.jakarta.velocity.user |
|---|---|
| Message-ID | <CAJi=3dWBzs5fU7B1GtqFijHMXft5MovkBFOrB3GoO0gj7pPHJw@mail.gmail.com> |
Hello,
Is anybody maintaining velocity nowadays? I am getting issues where the
commons-lang is now out of date so I have to exclude it from my builds.
Velocity itself is stable, but keeping uptodate with the dependencies would
be useful.
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.7</version>
<exclusions>
<exclusion>
<!-- Exclude so we use the latest version 2.6 rather
than 2.4 -->
<artifactId>commons-lang</artifactId>
<groupId>commons-lang</groupId>
</exclusion>
</exclusions>
</dependency>
Cheers Greg.