12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- # Licensed under the Apache License, Version 2.0 (the "License");
- # you may not use this file except in compliance with the License.
- # You may obtain a copy of the License at
- #
- # http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
- #This properties file lists the versions of the various artifacts used by hadoop and components.
- #It drives ivy and the generation of a maven POM
- # This is the version of hadoop we are generating
- hadoop.version=0.20.0
- hadoop-gpl-compression.version=0.1.0
- #These are the versions of our dependencies (in alphabetical order)
- apacheant.version=1.7.0
- ant-task.version=2.0.10
- aspectj.version=1.6.5
- checkstyle.version=4.2
- commons-cli.version=1.2
- commons-codec.version=1.4
- commons-collections.version=3.1
- commons-configuration.version=1.6
- commons-daemon.version=1.0.1
- commons-httpclient.version=3.0.1
- commons-lang.version=2.4
- commons-logging.version=1.0.4
- commons-logging-api.version=1.0.4
- commons-math.version=2.1
- commons-el.version=1.0
- commons-fileupload.version=1.2
- commons-io.version=1.4
- commons-net.version=1.4.1
- core.version=3.1.1
- coreplugin.version=1.3.2
- hsqldb.version=1.8.0.10
- ivy.version=2.1.0
- jasper.version=5.5.12
- #not able to figureout the version of jsp & jsp-api version to get it resolved throught ivy
- # but still declared here as we are going to have a local copy from the lib folder
- jsp.version=2.1
- jsp-api.version=5.5.12
- jsp-api-2.1.version=6.1.14
- jsp-2.1.version=6.1.14
- jets3t.version=0.6.1
- jetty.version=6.1.26
- jetty-util.version=6.1.26
- junit.version=4.5
- jdiff.version=1.0.9
- json.version=1.0
- kfs.version=0.1
- log4j.version=1.2.15
- lucene-core.version=2.3.1
- mockito-all.version=1.8.5
- jsch.version=0.1.42
- oro.version=2.0.8
- rats-lib.version=0.5.1
- servlet.version=4.0.6
- servlet-api.version=2.5
- slf4j-api.version=1.4.3
- slf4j-log4j12.version=1.4.3
- wagon-http.version=1.0-beta-2
- xmlenc.version=0.52
- xerces.version=1.4.4
|