Skip to content

Commit

Permalink
Fix velocity 1.7 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ylafon committed Dec 18, 2017
1 parent c2f7cff commit 6fa0988
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
<available file="lib/commons-beanutils-1.9.2.jar"/>
<available file="lib/commons-collections-3.2.1.jar"/>
<available file="lib/commons-digester-1.8.1.jar"/>
<available file="lib/commons-text-1.1.jar"/>
<available file="lib/commons-lang-2.6.jar"/>
<available file="lib/commons-logging-1.1.1.jar"/>
<available file="lib/commons-text-1.1.jar"/>
<available file="lib/velocity-1.7.jar"/>
<available file="lib/xercesImpl-2.11.0.jar"/>
<available file="lib/xml-apis-1.4.01.jar"/>
Expand All @@ -57,6 +58,7 @@
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
Expand All @@ -73,6 +75,7 @@
<copy file="tmp/commons-beanutils-1.9.2.jar" tofile="lib/commons-beanutils-1.9.2.jar"/>
<copy file="tmp/commons-collections-3.2.1.jar" tofile="lib/commons-collections-3.2.1.jar"/>
<copy file="tmp/commons-digester-1.8.1.jar" tofile="lib/commons-digester-1.8.1.jar"/>
<copy file="tmp/commons-lang-2.6.jar" tofile="lib/commons-lang-2.6.jar"/>
<copy file="tmp/commons-text-1.1.jar" tofile="lib/commons-text-1.1.jar"/>
<copy file="tmp/commons-logging-1.1.1.jar" tofile="lib/commons-logging-1.1.1.jar"/>
<copy file="tmp/velocity-1.7.jar" tofile="lib/velocity-1.7.jar"/>
Expand Down

0 comments on commit 6fa0988

Please sign in to comment.