Adding version ranges seems to make Maven go out looking for newer versions. It

doesn't just indicate leniency in the face of conflict. Jesus fucking christ.
Anyhow, we can't cope with velocity-1.7.1-beta, so we have to provide a "soft"
recommendation for velocity-1.6.4.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@2967 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2010-12-09 17:15:25 +00:00
parent e6b2bc9644
commit 11261f1530
+1 -1
View File
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>[1.6.4,)</version>
<version>1.6.4</version>
<scope>compile</scope>
<optional>true</optional>
<exclusions>