| 6803 |
buildadm |
1 |
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
2 |
# contributor license agreements. See the NOTICE file distributed with
|
|
|
3 |
# this work for additional information regarding copyright ownership.
|
|
|
4 |
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
5 |
# (the "License"); you may not use this file except in compliance with
|
|
|
6 |
# the License. You may obtain a copy of the License at
|
|
|
7 |
#
|
|
|
8 |
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
9 |
#
|
|
|
10 |
# Unless required by applicable law or agreed to in writing, software
|
|
|
11 |
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
12 |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
13 |
# See the License for the specific language governing permissions and
|
|
|
14 |
# limitations under the License.
|
|
|
15 |
|
|
|
16 |
# This file declares the libraries for use in a given release of the components
|
|
|
17 |
|
|
|
18 |
# If you change this, change the checksum to match
|
|
|
19 |
m2.version=2.1.3
|
|
|
20 |
m2.url=https://archive.apache.org/dist/maven/ant-tasks
|
|
|
21 |
m2.artifact-name=maven-ant-tasks
|
|
|
22 |
m2.jar.name=${m2.artifact-name}-${m2.version}.jar
|
|
|
23 |
#this is the URL of the antlib library, that is pulled down for everything else.
|
|
|
24 |
m2.antlib.url=${m2.url}/${m2.version}/binaries/${m2.jar.name}
|
|
|
25 |
#this is the sha1 checksum of the artifact
|
|
|
26 |
m2.sha1.checksum=b09be554228d66d208e5fef5266844aacf443abc
|
|
|
27 |
|
|
|
28 |
# Repository to use by default for fetching dependencies.
|
|
|
29 |
m2.repo=http://repo1.maven.org/maven2/
|
|
|
30 |
|
|
|
31 |
# Versions of different libraries. Please keep in alphabetical order, except
|
|
|
32 |
# when a specific dependency forces them to be out-of-order
|
|
|
33 |
ivy.version=2.4.0
|
|
|
34 |
ant-antunit.version=1.4
|
|
|
35 |
antlr.version=2.7.7
|
|
|
36 |
bcel.version=6.2
|
|
|
37 |
bsf.version=2.4.0
|
|
|
38 |
bsh.version=2.0b4
|
|
|
39 |
bsh-core.version=${bsh.version}
|
|
|
40 |
commons-net.version=3.6
|
|
|
41 |
commons-logging.version=1.1
|
|
|
42 |
commons-logging-api.version=${commons-logging.version}
|
|
|
43 |
hamcrest-core.version=1.3
|
|
|
44 |
hamcrest-library.version=${hamcrest-core.version}
|
|
|
45 |
jai-core.version=1.1.3
|
|
|
46 |
jai-codec.version=1.1.3
|
|
|
47 |
jakarta-regexp.version=1.4
|
|
|
48 |
# Later versions of Tomcat provide a jspc task
|
|
|
49 |
jasper-compiler.version=4.1.36
|
|
|
50 |
jasper-runtime.version=${jasper-compiler.version}
|
|
|
51 |
javax.mail-api.version=1.6.1
|
|
|
52 |
jdepend.version=2.9.1
|
|
|
53 |
jruby.version=1.6.8
|
|
|
54 |
junit.version=4.12
|
|
|
55 |
rhino.version=1.7.10
|
|
|
56 |
junit-platform-launcher.version=1.2.0
|
|
|
57 |
# Only used for internal tests in Ant project
|
|
|
58 |
junit-vintage-engine.version=5.2.0
|
|
|
59 |
# Only used for internal tests in Ant project
|
|
|
60 |
junit-jupiter-engine.version=5.2.0
|
|
|
61 |
jsch.version=0.1.54
|
|
|
62 |
jython.version=2.7.0
|
|
|
63 |
# log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo
|
|
|
64 |
log4j.version=1.2.14
|
|
|
65 |
oro.version=2.0.8
|
|
|
66 |
servlet-api.version=2.3
|
|
|
67 |
which.version=1.0
|
|
|
68 |
xalan.version=2.7.2
|
|
|
69 |
xml-resolver.version=1.2
|
|
|
70 |
xz.version=1.8
|
|
|
71 |
# paired
|
|
|
72 |
jacl.version=1.2.6
|
|
|
73 |
tcljava.version=${jacl.version}
|