summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* IBM's ftp now requires ftps which is not supported by java.net.URLStefan Bodewig2023-03-041-1/+2
|
* update dependencies with known vulnerabilitiesStefan Bodewig2022-12-211-2/+2
|
* upgrade junit5 library dependenciesJaikiran Pai2022-05-211-3/+3
|
* Maven Ant tasks has been EOLed (https://maven.apache.org/ant-tasks/). Switch ↵Jaikiran Pai2022-05-211-6/+6
| | | | | | to Maven Artficat Resolver Ant tasks instead (https://maven.apache.org/resolver-ant-tasks/)
* Merge pull request #161 from twogee/jakarta-mailStefan Bodewig2021-10-281-1/+3
|\ | | | | Use Jakarta EE
| * Use Jakarta EEtwogee2021-10-141-1/+3
| |
* | package only the exact jars in lib/optional of source distributionJaikiran Pai2021-10-131-0/+6
| |
* | Use junit-4.13.1.jar to match the version to which we upgraded in commit ↵Jaikiran Pai2021-10-121-0/+0
|/ | | | 4ae9d1cd603ca52659891dcd391df813fcee6bb5
* upgrade to 6.5.0 of bcelJaikiran Pai2021-09-261-1/+1
|
* upgrade jython versionJaikiran Pai2021-09-261-1/+1
|
* upgrade to 3.8.0 of commons-netJaikiran Pai2021-09-261-1/+1
|
* upgrade AntUnitStefan Bodewig2021-07-072-1/+1
|
* Merge branch '1.9.x'Stefan Bodewig2020-10-131-1/+1
|\
| * bump JUnit to fix ↵Stefan Bodewig2020-10-131-1/+1
| | | | | | | | https://github.com/junit-team/junit4/security/advisories/GHSA-269g-pwp5-87pp
| * updated default m2 repository locationjkf2019-05-311-1/+1
| |
| * Validating contents of resources fetched via insecure channelsjkf2019-05-311-0/+3
| |
| * Upgrade Jsch library to 0.1.55Jaikiran Pai2018-12-271-1/+1
| |
* | download graal.js so we can use it in testsStefan Bodewig2020-05-271-0/+2
| |
* | Update third-party librariestwogee2020-01-163-5/+5
| |
* | JavaMail -> Jakarta Mail - Bugzilla Issue 63683Stefan Bodewig2019-08-221-1/+1
| |
* | Validating contents of resources fetched via insecure channelsjkf2019-05-261-0/+3
| |
* | updated reference to license from http to https usingjkf2019-05-251-1/+1
| | | | | | | | find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
* | updated default m2 repository locationjkf2019-05-251-1/+1
| |
* | Update JSCh (see http://www.jcraft.com/jsch/ChangeLog)twogee2018-12-271-1/+1
| | | | | | | | This closes #84 pull request at github/apache/ant repo
* | Dependency update/sync with POM buildGintas Grigelionis2018-11-011-3/+2
| |
* | Merge 1.9.x branch into masterJaikiran Pai2018-08-131-1/+1
|\ \ | |/
| * Fetch the right jars and dependencies for the mail taskJaikiran Pai2018-08-131-1/+1
| |
* | Merge branch '1.9.x'Stefan Bodewig2018-06-253-1/+1
|\ \ | |/
| * use AntUnit 1.4Stefan Bodewig2018-06-253-1/+1
| |
| * Update commons-net and fix compilation on Java 5Gintas Grigelionis2017-12-251-1/+3
| |
| * Update Maven Ant tasks, JUnit and optional librariestwogee2017-12-196-24/+291
| |
* | Revert "use a snapshot build of AntUnit in order to avoid race condition"Stefan Bodewig2018-06-182-0/+0
| | | | | | | | This reverts commit 6c9e93242b44c9fbbc8800278774caa89e42e2c6.
* | use a snapshot build of AntUnit in order to avoid race conditionStefan Bodewig2018-06-162-0/+0
| |
* | Update dependenciesGintas Grigelionis2018-06-011-5/+5
| |
* | JUnit 5 support - A new junitlauncher taskJaikiran Pai2018-03-171-0/+5
| |
* | Update dependenciesGintas Grigelionis2018-03-011-2/+2
| |
* | update optional libraries for Ant 1.10Gintas Grigelionis2017-12-251-7/+4
| |
* | Update Maven Ant tasks, JUnit, and optional librariestwogee2017-12-196-24/+290
| |
* | BCEL 6.2 has been releasedStefan Bodewig2017-12-091-1/+1
| |
* | Merge 1.9.x branchJaikiran Pai2017-11-051-1/+1
|\ \ | |/
| * BZ-61718 Upgrade to 0.1.54 of Jsch libraryJaikiran Pai2017-11-051-1/+1
| | | | | | | | This close #48 pull request at github/apache/ant
* | update BCEL dependency to 6.0Stefan Bodewig2017-07-231-1/+1
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=61196
* | infrastructure for XZ compression support - PR 60350Stefan Bodewig2017-01-101-0/+1
| |
* | Bugzilla-60349: add Ivy to fetch.xmlJan Matèrne2016-11-081-0/+1
|/
* update XalanStefan Bodewig2016-08-301-1/+1
|
* ensure hamcrest becomes part of the source distributionStefan Bodewig2015-02-021-0/+17
|
* upgrade AntUnitStefan Bodewig2014-05-251-0/+0
|
* recommending to use jsch 0.1.50 going forward due to fix of ↵Antoine Levy-Lambert2013-05-121-1/+1
| | | | | | https://sourceforge.net/tracker/index.php?func=detail&aid=3605486 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1481669 13f79535-47bb-0310-9956-ffa450edef68
* adding hamcrest to the lib/optional because it is required at runtime for ↵Antoine Levy-Lambert2013-03-051-0/+0
| | | | | | some tests, also bumping junit dependency in pom file git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1452722 13f79535-47bb-0310-9956-ffa450edef68
* JUnit4 tests marked @Ignore do not appear in XML output. PR 43969Antoine Levy-Lambert2013-03-053-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1452674 13f79535-47bb-0310-9956-ffa450edef68