Skip to content

Commit 61864ab

Browse files
committed
updated some deps
1 parent ae5c361 commit 61864ab

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

build.xml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,21 @@
3535
<available file="lib/commons-beanutils-1.9.3.jar"/>
3636
<available file="lib/commons-collections-3.2.2.jar"/>
3737
<available file="lib/commons-digester-1.8.1.jar"/>
38+
<available file="lib/commons-digester3-3.2.jar"/>
3839
<available file="lib/commons-lang-2.6.jar"/>
3940
<available file="lib/commons-lang3-3.12.0.jar"/>
4041
<available file="lib/commons-logging-1.1.3.jar"/>
4142
<available file="lib/commons-text-1.3.jar"/>
4243
<available file="lib/commons-validator-1.6.jar"/>
43-
<available file="lib/velocity-1.7.jar"/>
44+
<available file="lib/velocity-2.3.jar"/>
4445
<available file="lib/xercesImpl-2.11.0.jar"/>
4546
<available file="lib/xml-apis-1.4.01.jar"/>
4647
<available file="lib/tagsoup-1.2.1.jar"/>
4748
<available file="lib/servlet-api-2.5-6.0.1.jar"/>
4849
<available file="lib/htmlparser-1.4.9.jar"/>
49-
<available file="lib/velocity-tools-2.0.jar"/>
50+
<available file="lib/velocity-tools-3.1.jar"/>
51+
<available file="lib/slf4j-api-1.7.32.jar"/>
52+
<available file="lib/slf4j-nop-1.7.32.jar"/>
5053
</and>
5154
</condition>
5255
</target>
@@ -60,36 +63,42 @@
6063
<get dest="tmp/commons-beanutils-1.9.3.jar" src="https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar" usetimestamp="true"/>
6164
<get dest="tmp/commons-collections-3.2.2.jar" src="https://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar" usetimestamp="true"/>
6265
<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"/>
66+
<get dest="tmp/commons-digester3-3.2.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar" usetimestamp="true"/>
6367
<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"/>
64-
<get dest="tmp/commons-lang3-3.12.0.jar" src="https://search.maven.org/remotecontent?filepath=org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar" usetimestamp="true"/>
68+
<get dest="tmp/commons-lang3-3.12.0.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar" usetimestamp="true"/>
6569
<get dest="tmp/commons-text-1.3.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar" usetimestamp="true"/>
6670
<get dest="tmp/commons-logging-1.1.3.jar" src="https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar" usetimestamp="true"/>
6771
<get dest="tmp/commons-validator-1.6.jar" src="https://repo1.maven.org/maven2/commons-validator/commons-validator/1.6/commons-validator-1.6.jar" usetimestamp="true"/>
68-
<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"/>
69-
<get dest="tmp/velocity-tools-2.0.jar" src="https://repo1.maven.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar" usetimestamp="true"/>
72+
<get dest="tmp/velocity-2.3.jar" src="https://repo1.maven.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.jar" usetimestamp="true"/>
73+
<get dest="tmp/velocity-tools-3.1.jar" src="https://repo1.maven.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar" usetimestamp="true"/>
7074
<get dest="tmp/xercesImpl-2.11.0.jar" src="https://repo1.maven.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar" usetimestamp="true"/>
7175
<get dest="tmp/xml-apis-1.4.01.jar" src="https://repo1.maven.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar" usetimestamp="true"/>
7276
<get dest="tmp/tagsoup-1.2.1.jar" src="https://repo1.maven.org/maven2/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar" usetimestamp="true"/>
7377
<get dest="tmp/servlet-api-2.5-6.0.1.jar" src="https://repo1.maven.org/maven2/org/mortbay/jetty/servlet-api/2.5-6.0.1/servlet-api-2.5-6.0.1.jar" usetimestamp="true"/>
7478
<get dest="tmp/htmlparser-1.4.9.jar" src="https://repo1.maven.org/maven2/nu/validator/htmlparser/1.4.9/htmlparser-1.4.9.jar" usetimestamp="true"/>
79+
<get dest="tmp/slf4j-api-1.7.32.jar" src="https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar" usetimestamp="true"/>
80+
<get dest="tmp/slf4j-nop-1.7.32.jar" src="https://repo1.maven.org/maven2/org/slf4j/slf4j-nop/1.7.32/slf4j-nop-1.7.32.jar" usetimestamp="true"/>
7581

7682

7783
<copy file="tmp/servlet-api-2.5-6.0.1.jar" tofile="lib/servlet-api-2.5-6.0.1.jar"/>
7884
<copy file="tmp/jigsaw-2.2.6.jar" tofile="lib/jigsaw-2.2.6.jar"/>
7985
<copy file="tmp/commons-beanutils-1.9.3.jar" tofile="lib/commons-beanutils-1.9.3.jar"/>
8086
<copy file="tmp/commons-collections-3.2.2.jar" tofile="lib/commons-collections-3.2.2.jar"/>
8187
<copy file="tmp/commons-digester-1.8.1.jar" tofile="lib/commons-digester-1.8.1.jar"/>
88+
<copy file="tmp/commons-digester3-3.2.jar" tofile="lib/commons-digester3-3.2.jar"/>
8289
<copy file="tmp/commons-lang-2.6.jar" tofile="lib/commons-lang-2.6.jar"/>
8390
<copy file="tmp/commons-lang3-3.12.0.jar" tofile="lib/commons-lang3-3.12.0.jar"/>
8491
<copy file="tmp/commons-text-1.3.jar" tofile="lib/commons-text-1.3.jar"/>
8592
<copy file="tmp/commons-logging-1.1.3.jar" tofile="lib/commons-logging-1.1.3.jar"/>
8693
<copy file="tmp/commons-validator-1.6.jar" tofile="lib/commons-validator-1.6.jar"/>
87-
<copy file="tmp/velocity-1.7.jar" tofile="lib/velocity-1.7.jar"/>
88-
<copy file="tmp/velocity-tools-2.0.jar" tofile="lib/velocity-tools-2.0.jar"/>
94+
<copy file="tmp/velocity-2.3.jar" tofile="lib/velocity-2.3.jar"/>
95+
<copy file="tmp/velocity-tools-3.1.jar" tofile="lib/velocity-tools-3.1.jar"/>
8996
<copy file="tmp/xercesImpl-2.11.0.jar" tofile="lib/xercesImpl-2.11.0.jar"/>
9097
<copy file="tmp/xml-apis-1.4.01.jar" tofile="lib/xml-apis-1.4.01.jar"/>
9198
<copy file="tmp/tagsoup-1.2.1.jar" tofile="lib/tagsoup-1.2.1.jar"/>
9299
<copy file="tmp/htmlparser-1.4.9.jar" tofile="lib/htmlparser-1.4.9.jar"/>
100+
<copy file="tmp/slf4j-api-1.7.32.jar" tofile="lib/slf4j-api-1.7.32.jar"/>
101+
<copy file="tmp/slf4j-nop-1.7.32.jar" tofile="lib/slf4j-nop-1.7.32.jar"/>
93102
</target>
94103

95104
<target name="build" description="Builds the validator" depends="prepare">

0 commit comments

Comments
 (0)