355e5661379644c081271b23fa8b966a098a42d2Jon Branch# Licensed to the Apache Software Foundation (ASF) under one or more
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# contributor license agreements. See the NOTICE file distributed with
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# this work for additional information regarding copyright ownership.
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# The ASF licenses this file to You under the Apache License, Version 2.0
54507660fb2716977261f50e2ba31e6198e44319Jon Branch# (the "License"); you may not use this file except in compliance with
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# the License. You may obtain a copy of the License at
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# http://www.apache.org/licenses/LICENSE-2.0
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# Unless required by applicable law or agreed to in writing, software
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# distributed under the License is distributed on an "AS IS" BASIS,
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# See the License for the specific language governing permissions and
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# limitations under the License.
355e5661379644c081271b23fa8b966a098a42d2Jon Branch
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#this file declares the libraries for use in
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#a given release of the components
355e5661379644c081271b23fa8b966a098a42d2Jon Branch
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#if you change this, change the checksum to match
355e5661379644c081271b23fa8b966a098a42d2Jon Branchm2.version=2.0.4
355e5661379644c081271b23fa8b966a098a42d2Jon Branchm2.url=http://ibiblio.org/maven2/
355e5661379644c081271b23fa8b966a098a42d2Jon Branchm2.artifact-name=maven-artifact-ant
355e5661379644c081271b23fa8b966a098a42d2Jon Branchm2.jar.name=${m2.artifact-name}-${m2.version}-dep.jar
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#this is the URL of the antlib library, that is pulled down for everything else.
355e5661379644c081271b23fa8b966a098a42d2Jon Branchm2.antlib.url=${m2.url}/org/apache/maven/${m2.artifact-name}/${m2.version}/${m2.jar.name}
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#this is the sha1 checksum of the artifact
355e5661379644c081271b23fa8b966a098a42d2Jon Branchm2.sha1.checksum=4e7ddfdb91600e9b59bb965ff8eef2f06015df50
355e5661379644c081271b23fa8b966a098a42d2Jon Branch
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# Repository to use by default for fetching dependencies.
355e5661379644c081271b23fa8b966a098a42d2Jon Branchm2.repo=http://repo1.maven.org/maven2/
355e5661379644c081271b23fa8b966a098a42d2Jon Branch
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#versions of different libraries. Please keep in alphabetical order, except
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#when a specific dependency forces them to be out-of-order
355e5661379644c081271b23fa8b966a098a42d2Jon Branchantlr.version=2.7.7
a5c4e019584526e990bdb898f84300d790ebc708Jon Branchbcel.version=5.1
a5c4e019584526e990bdb898f84300d790ebc708Jon Branchbsf.version=2.4.0
a5c4e019584526e990bdb898f84300d790ebc708Jon Branchbsh.version=2.0b4
54507660fb2716977261f50e2ba31e6198e44319Jon Branchbsh-core.version=${bsh.version}
54507660fb2716977261f50e2ba31e6198e44319Jon Branchcommons-net.version=1.4.1
54507660fb2716977261f50e2ba31e6198e44319Jon Branchcommons-logging.version=1.1
54507660fb2716977261f50e2ba31e6198e44319Jon Branchcommons-logging-api.version=${commons-logging.version}
07659e3b769d9b9d865fea83da38544741e001f2Jon Branchjai-core.version=1.1.3
355e5661379644c081271b23fa8b966a098a42d2Jon Branchjai-codec.version=1.1.3
355e5661379644c081271b23fa8b966a098a42d2Jon Branchjasper-compiler.version=4.1.36
355e5661379644c081271b23fa8b966a098a42d2Jon Branchjasper-runtime.version=${jasper-compiler.version}
355e5661379644c081271b23fa8b966a098a42d2Jon Branchjdepend.version=2.9.1
355e5661379644c081271b23fa8b966a098a42d2Jon Branchjruby.version=0.9.8
355e5661379644c081271b23fa8b966a098a42d2Jon Branchjunit.version=4.8.1
355e5661379644c081271b23fa8b966a098a42d2Jon Branchjsch.version=0.1.42
355e5661379644c081271b23fa8b966a098a42d2Jon Branchjython.version=2.1
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo
355e5661379644c081271b23fa8b966a098a42d2Jon Branchlog4j.version=1.2.14
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#js is the javascript implementation of the rhino project
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#17R1 is compiled with Java5 so we can't use the jar when building with JDK 1.4
355e5661379644c081271b23fa8b966a098a42d2Jon Branchjs.version=1.6R7
355e5661379644c081271b23fa8b966a098a42d2Jon Branchoro.version=2.0.8
355e5661379644c081271b23fa8b966a098a42d2Jon Branchregexp.version=1.3
355e5661379644c081271b23fa8b966a098a42d2Jon Branchservlet-api.version=2.3
355e5661379644c081271b23fa8b966a098a42d2Jon Branchwhich.version=1.0
355e5661379644c081271b23fa8b966a098a42d2Jon Branchxalan.version=2.7.1
355e5661379644c081271b23fa8b966a098a42d2Jon Branchxml-resolver.version=1.2
355e5661379644c081271b23fa8b966a098a42d2Jon Branchmail.version=1.4
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#paired
355e5661379644c081271b23fa8b966a098a42d2Jon Branchjacl.version=1.2.6
355e5661379644c081271b23fa8b966a098a42d2Jon Branchtcljava.version=${jacl.version}
355e5661379644c081271b23fa8b966a098a42d2Jon Branch