|
32 | 32 | <condition property="prepare.run"> |
33 | 33 | <and> |
34 | 34 | <available file="lib/jigsaw-2.2.6.jar"/> |
35 | | - <available file="lib/commons-beanutils-1.10.0.jar"/> |
36 | | - <available file="lib/commons-collections4-4.4.jar"/> |
| 35 | + <available file="lib/commons-beanutils-1.11.0.jar"/> |
| 36 | + <available file="lib/commons-collections4-4.5.0.jar"/> |
37 | 37 | <available file="lib/commons-digester3-3.2.jar"/> |
38 | | - <available file="lib/commons-lang3-3.17.0.jar"/> |
39 | | - <available file="lib/commons-logging-1.3.4.jar"/> |
40 | | - <available file="lib/commons-text-1.13.0.jar"/> |
41 | | - <available file="lib/commons-validator-1.9.0.jar"/> |
| 38 | + <available file="lib/commons-lang3-3.19.0.jar"/> |
| 39 | + <available file="lib/commons-logging-1.3.5.jar"/> |
| 40 | + <available file="lib/commons-text-1.14.0.jar"/> |
| 41 | + <available file="lib/commons-validator-1.10.0.jar"/> |
42 | 42 | <available file="lib/velocity-2.4.1.jar"/> |
43 | 43 | <available file="lib/xercesImpl-2.12.2.jar"/> |
44 | 44 | <available file="lib/xml-apis-1.4.01.jar"/> |
|
58 | 58 | <mkdir dir="tmp"/> |
59 | 59 |
|
60 | 60 | <get dest="tmp/jigsaw-2.2.6.jar" src="https://repo1.maven.org/maven2/org/w3c/jigsaw/jigsaw/2.2.6/jigsaw-2.2.6.jar" usetimestamp="true"/> |
61 | | - <get dest="tmp/commons-beanutils-1.10.0.jar" src="https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.10.0/commons-beanutils-1.10.0.jar" usetimestamp="true"/> |
62 | | - <get dest="tmp/commons-collections4-4.4.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar" usetimestamp="true"/> |
| 61 | + <get dest="tmp/commons-beanutils-1.11.0.jar" src="https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.jar" usetimestamp="true"/> |
| 62 | + <get dest="tmp/commons-collections4-4.5.0.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.jar" usetimestamp="true"/> |
63 | 63 | <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"/> |
64 | | - <get dest="tmp/commons-lang3-3.17.0.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar" usetimestamp="true"/> |
65 | | - <get dest="tmp/commons-text-1.13.0.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.13.0/commons-text-1.13.0.jar" usetimestamp="true"/> |
66 | | - <get dest="tmp/commons-logging-1.3.4.jar" src="https://repo1.maven.org/maven2/commons-logging/commons-logging/1.3.4/commons-logging-1.3.4.jar" usetimestamp="true"/> |
67 | | - <get dest="tmp/commons-validator-1.9.0.jar" src="https://repo1.maven.org/maven2/commons-validator/commons-validator/1.9.0/commons-validator-1.9.0.jar" usetimestamp="true"/> |
| 64 | + <get dest="tmp/commons-lang3-3.19.0.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.19.0/commons-lang3-3.19.0.jar" usetimestamp="true"/> |
| 65 | + <get dest="tmp/commons-logging-1.3.5.jar" src="https://repo1.maven.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.jar" usetimestamp="true"/> |
| 66 | + <get dest="tmp/commons-text-1.14.0.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.14.0/commons-text-1.14.0.jar" usetimestamp="true"/> |
| 67 | + <get dest="tmp/commons-validator-1.10.0.jar" src="https://repo1.maven.org/maven2/commons-validator/commons-validator/1.10.0/commons-validator-1.10.0.jar" usetimestamp="true"/> |
68 | 68 | <get dest="tmp/velocity-2.4.1.jar" src="https://repo1.maven.org/maven2/org/apache/velocity/velocity-engine-core/2.4.1/velocity-engine-core-2.4.1.jar" usetimestamp="true"/> |
69 | 69 | <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"/> |
70 | 70 | <get dest="tmp/xercesImpl-2.12.1.jar" src="https://repo1.maven.org/maven2/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar" usetimestamp="true"/> |
|
78 | 78 |
|
79 | 79 | <copy file="tmp/servlet-api-2.5-6.0.1.jar" tofile="lib/servlet-api-2.5-6.0.1.jar"/> |
80 | 80 | <copy file="tmp/jigsaw-2.2.6.jar" tofile="lib/jigsaw-2.2.6.jar"/> |
81 | | - <copy file="tmp/commons-beanutils-1.10.0.jar" tofile="lib/commons-beanutils-1.10.0.jar"/> |
82 | | - <copy file="tmp/commons-collections4-4.4.jar" tofile="lib/commons-collections4-4.4.jar"/> |
| 81 | + <copy file="tmp/commons-beanutils-1.11.0.jar" tofile="lib/commons-beanutils-1.11.0.jar"/> |
| 82 | + <copy file="tmp/commons-collections4-4.5.0.jar" tofile="lib/commons-collections4-4.5.0.jar"/> |
83 | 83 | <copy file="tmp/commons-digester3-3.2.jar" tofile="lib/commons-digester3-3.2.jar"/> |
84 | | - <copy file="tmp/commons-lang3-3.17.0.jar" tofile="lib/commons-lang3-3.17.0.jar"/> |
85 | | - <copy file="tmp/commons-text-1.13.0.jar" tofile="lib/commons-text-1.13.0.jar"/> |
86 | | - <copy file="tmp/commons-logging-1.3.4.jar" tofile="lib/commons-logging-1.3.4.jar"/> |
87 | | - <copy file="tmp/commons-validator-1.9.0.jar" tofile="lib/commons-validator-1.9.0.jar"/> |
| 84 | + <copy file="tmp/commons-lang3-3.19.0.jar" tofile="lib/commons-lang3-3.19.0.jar"/> |
| 85 | + <copy file="tmp/commons-logging-1.3.5.jar" tofile="lib/commons-logging-1.3.5.jar"/> |
| 86 | + <copy file="tmp/commons-text-1.14.0.jar" tofile="lib/commons-text-1.14.0.jar"/> |
| 87 | + <copy file="tmp/commons-validator-1.10.0.jar" tofile="lib/commons-validator-1.10.0.jar"/> |
88 | 88 | <copy file="tmp/velocity-2.4.1.jar" tofile="lib/velocity-2.4.1.jar"/> |
89 | 89 | <copy file="tmp/velocity-tools-3.1.jar" tofile="lib/velocity-tools-3.1.jar"/> |
90 | 90 | <copy file="tmp/xercesImpl-2.12.1.jar" tofile="lib/xercesImpl-2.12.1.jar"/> |
|
0 commit comments