From 3dd9e858377925783f41e55a200087e65631f9b9 Mon Sep 17 00:00:00 2001 From: Simon Steiner Date: Wed, 15 Sep 2021 07:30:53 +0000 Subject: Fix tests on Java 17 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1893352 13f79535-47bb-0310-9956-ffa450edef68 --- fop/lib/build/byte-buddy-1.9.10.jar | Bin 0 -> 3272730 bytes fop/lib/build/mockito-core-1.8.5.LICENCE.txt | 21 --------------------- fop/lib/build/mockito-core-1.8.5.NOTICE.txt | 11 ----------- fop/lib/build/mockito-core-1.8.5.jar | Bin 1338813 -> 0 bytes fop/lib/build/mockito-core-2.28.2.LICENCE.txt | 21 +++++++++++++++++++++ fop/lib/build/mockito-core-2.28.2.NOTICE.txt | 11 +++++++++++ fop/lib/build/mockito-core-2.28.2.jar | Bin 0 -> 591179 bytes 7 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 fop/lib/build/byte-buddy-1.9.10.jar delete mode 100644 fop/lib/build/mockito-core-1.8.5.LICENCE.txt delete mode 100644 fop/lib/build/mockito-core-1.8.5.NOTICE.txt delete mode 100644 fop/lib/build/mockito-core-1.8.5.jar create mode 100644 fop/lib/build/mockito-core-2.28.2.LICENCE.txt create mode 100644 fop/lib/build/mockito-core-2.28.2.NOTICE.txt create mode 100644 fop/lib/build/mockito-core-2.28.2.jar (limited to 'fop/lib') diff --git a/fop/lib/build/byte-buddy-1.9.10.jar b/fop/lib/build/byte-buddy-1.9.10.jar new file mode 100644 index 000000000..239fc8025 Binary files /dev/null and b/fop/lib/build/byte-buddy-1.9.10.jar differ diff --git a/fop/lib/build/mockito-core-1.8.5.LICENCE.txt b/fop/lib/build/mockito-core-1.8.5.LICENCE.txt deleted file mode 100644 index e0840a446..000000000 --- a/fop/lib/build/mockito-core-1.8.5.LICENCE.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License - -Copyright (c) 2007 Mockito contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/fop/lib/build/mockito-core-1.8.5.NOTICE.txt b/fop/lib/build/mockito-core-1.8.5.NOTICE.txt deleted file mode 100644 index 05941740e..000000000 --- a/fop/lib/build/mockito-core-1.8.5.NOTICE.txt +++ /dev/null @@ -1,11 +0,0 @@ -Mockito license - MIT. - -Libraries used: - -Cglib - Apache License 2.0 -ASM - BSD license - -Mockito all distribution: - -Objenesis - MIT license -Hamcrest - BSD license \ No newline at end of file diff --git a/fop/lib/build/mockito-core-1.8.5.jar b/fop/lib/build/mockito-core-1.8.5.jar deleted file mode 100644 index e1f33b406..000000000 Binary files a/fop/lib/build/mockito-core-1.8.5.jar and /dev/null differ diff --git a/fop/lib/build/mockito-core-2.28.2.LICENCE.txt b/fop/lib/build/mockito-core-2.28.2.LICENCE.txt new file mode 100644 index 000000000..e0840a446 --- /dev/null +++ b/fop/lib/build/mockito-core-2.28.2.LICENCE.txt @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2007 Mockito contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/fop/lib/build/mockito-core-2.28.2.NOTICE.txt b/fop/lib/build/mockito-core-2.28.2.NOTICE.txt new file mode 100644 index 000000000..05941740e --- /dev/null +++ b/fop/lib/build/mockito-core-2.28.2.NOTICE.txt @@ -0,0 +1,11 @@ +Mockito license - MIT. + +Libraries used: + +Cglib - Apache License 2.0 +ASM - BSD license + +Mockito all distribution: + +Objenesis - MIT license +Hamcrest - BSD license \ No newline at end of file diff --git a/fop/lib/build/mockito-core-2.28.2.jar b/fop/lib/build/mockito-core-2.28.2.jar new file mode 100644 index 000000000..525ff4765 Binary files /dev/null and b/fop/lib/build/mockito-core-2.28.2.jar differ -- cgit v1.2.3