You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

libraries.properties 3.4 kB

4 years ago
4 years ago
9 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. # https://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=1.4.0
  18. m2.url=https://repo1.maven.org/maven2/org/apache/maven/resolver
  19. m2.artifact-name=maven-resolver-ant-tasks
  20. m2.jar.name=${m2.artifact-name}-${m2.version}-uber.jar
  21. #this is the URL of the antlib library, that is pulled down for everything else.
  22. m2.antlib.url=${m2.url}/${m2.artifact-name}/${m2.version}/${m2.jar.name}
  23. #this is the sha1 checksum of the artifact
  24. m2.sha1.checksum=c4642858aa22465650ad2a469b24e22696177441
  25. # Repository to use by default for fetching dependencies.
  26. m2.repo=https://repo1.maven.org/maven2/
  27. # hashes of libraries loaded over insecure connections
  28. netrexx.sha256=1f99f054e9b1e412d29823088f3fa7cfce90a7af25d907a60a6d7908a6b97ea4
  29. # Versions of different libraries. Please keep in alphabetical order, except
  30. # when a specific dependency forces them to be out-of-order
  31. ivy.version=2.5.0
  32. ant-antunit.version=1.4.1
  33. antlr.version=2.7.7
  34. bcel.version=6.5.0
  35. bsf.version=2.4.0
  36. bsh.version=2.0b5
  37. commons-net.version=3.8.0
  38. commons-logging.version=1.1
  39. commons-logging-api.version=${commons-logging.version}
  40. js.version=20.1.0
  41. js-scriptengine.version=${js.version}
  42. # Note - When updating the hamcrest versions here, make sure to also update the
  43. # "src-dist" target in build.xml to copy the correct hamcrest jars
  44. # into the source distribution
  45. hamcrest-core.version=1.3
  46. hamcrest-library.version=${hamcrest-core.version}
  47. jai-core.version=1.1.3
  48. jai-codec.version=1.1.3
  49. # Later 1.6 versions call themselves "jakarta.mail" but do not use the namespace yet
  50. javax.mail.version=1.6.2
  51. jakarta.mail.version=2.0.1
  52. jakarta-regexp.version=1.4
  53. # Later versions of Tomcat provide a jspc task
  54. jasper-compiler.version=4.1.36
  55. jasper-runtime.version=${jasper-compiler.version}
  56. jdepend.version=2.9.1
  57. jruby.version=1.6.8
  58. # Note - When updating the junit.version here, make sure to also update the
  59. # "src-dist" target in build.xml to copy the correct junit 4.x jar
  60. # into the source distribution
  61. junit.version=4.13.1
  62. rhino.version=1.7.11
  63. junit-platform-launcher.version=1.8.2
  64. # Only used for internal tests in Ant project
  65. junit-vintage-engine.version=5.8.2
  66. # Only used for internal tests in Ant project
  67. junit-jupiter-engine.version=5.8.2
  68. jsch.version=0.1.55
  69. jython.version=2.7.2
  70. # log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo
  71. log4j.version=1.2.14
  72. oro.version=2.0.8
  73. servlet-api.version=2.3
  74. which.version=1.0
  75. xalan.version=2.7.2
  76. xml-resolver.version=1.2
  77. xz.version=1.8
  78. # paired
  79. jacl.version=1.2.6
  80. tcljava.version=${jacl.version}