libraries.properties 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. # This file declares the libraries for use in a given release of the components
  16. # If you change this, change the checksum to match
  17. m2.version=2.1.3
  18. m2.url=https://archive.apache.org/dist/maven/ant-tasks
  19. m2.artifact-name=maven-ant-tasks
  20. m2.jar.name=${m2.artifact-name}-${m2.version}.jar
  21. #this is the URL of the antlib library, that is pulled down for everything else.
  22. m2.antlib.url=${m2.url}/${m2.version}/binaries/${m2.jar.name}
  23. #this is the sha1 checksum of the artifact
  24. m2.sha1.checksum=b09be554228d66d208e5fef5266844aacf443abc
  25. # Repository to use by default for fetching dependencies.
  26. m2.repo=http://repo1.maven.org/maven2/
  27. # Versions of different libraries. Please keep in alphabetical order, except
  28. # when a specific dependency forces them to be out-of-order
  29. ivy.version=2.4.0
  30. ant-antunit.version=1.4
  31. antlr.version=2.7.7
  32. bcel.version=6.2
  33. bsf.version=2.4.0
  34. bsh.version=2.0b4
  35. bsh-core.version=${bsh.version}
  36. commons-net.version=3.6
  37. commons-logging.version=1.1
  38. commons-logging-api.version=${commons-logging.version}
  39. hamcrest-core.version=1.3
  40. hamcrest-library.version=${hamcrest-core.version}
  41. jai-core.version=1.1.3
  42. jai-codec.version=1.1.3
  43. jakarta-regexp.version=1.4
  44. # Later versions of Tomcat provide a jspc task
  45. jasper-compiler.version=4.1.36
  46. jasper-runtime.version=${jasper-compiler.version}
  47. javax.mail-api.version=1.6.1
  48. jdepend.version=2.9.1
  49. jruby.version=1.6.8
  50. junit.version=4.12
  51. rhino.version=1.7.10
  52. junit-platform-launcher.version=1.2.0
  53. # Only used for internal tests in Ant project
  54. junit-vintage-engine.version=5.2.0
  55. # Only used for internal tests in Ant project
  56. junit-jupiter-engine.version=5.2.0
  57. jsch.version=0.1.54
  58. jython.version=2.7.0
  59. # log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo
  60. log4j.version=1.2.14
  61. oro.version=2.0.8
  62. servlet-api.version=2.3
  63. which.version=1.0
  64. xalan.version=2.7.2
  65. xml-resolver.version=1.2
  66. xz.version=1.8
  67. # paired
  68. jacl.version=1.2.6
  69. tcljava.version=${jacl.version}