Skip to content

Commit 6fa0988

Browse files
committed
Fix velocity 1.7 dependencies
1 parent c2f7cff commit 6fa0988

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@
3535
<available file="lib/commons-beanutils-1.9.2.jar"/>
3636
<available file="lib/commons-collections-3.2.1.jar"/>
3737
<available file="lib/commons-digester-1.8.1.jar"/>
38-
<available file="lib/commons-text-1.1.jar"/>
38+
<available file="lib/commons-lang-2.6.jar"/>
3939
<available file="lib/commons-logging-1.1.1.jar"/>
40+
<available file="lib/commons-text-1.1.jar"/>
4041
<available file="lib/velocity-1.7.jar"/>
4142
<available file="lib/xercesImpl-2.11.0.jar"/>
4243
<available file="lib/xml-apis-1.4.01.jar"/>
@@ -57,6 +58,7 @@
5758
<get dest="tmp/commons-beanutils-1.9.2.jar" src="https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar" usetimestamp="true"/>
5859
<get dest="tmp/commons-collections-3.2.1.jar" src="https://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar" usetimestamp="true"/>
5960
<get dest="tmp/commons-digester-1.8.1.jar" src="https://repo1.maven.org/maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar" usetimestamp="true"/>
61+
<get dest="tmp/commons-lang-2.6.jar" src="https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar" usetimestamp="true"/>
6062
<get dest="tmp/commons-text-1.1.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar" usetimestamp="true"/>
6163
<get dest="tmp/commons-logging-1.1.1.jar" src="https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar" usetimestamp="true"/>
6264
<get dest="tmp/velocity-1.7.jar" src="https://repo1.maven.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar" usetimestamp="true"/>
@@ -73,6 +75,7 @@
7375
<copy file="tmp/commons-beanutils-1.9.2.jar" tofile="lib/commons-beanutils-1.9.2.jar"/>
7476
<copy file="tmp/commons-collections-3.2.1.jar" tofile="lib/commons-collections-3.2.1.jar"/>
7577
<copy file="tmp/commons-digester-1.8.1.jar" tofile="lib/commons-digester-1.8.1.jar"/>
78+
<copy file="tmp/commons-lang-2.6.jar" tofile="lib/commons-lang-2.6.jar"/>
7679
<copy file="tmp/commons-text-1.1.jar" tofile="lib/commons-text-1.1.jar"/>
7780
<copy file="tmp/commons-logging-1.1.1.jar" tofile="lib/commons-logging-1.1.1.jar"/>
7881
<copy file="tmp/velocity-1.7.jar" tofile="lib/velocity-1.7.jar"/>

0 commit comments

Comments
 (0)