You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2021/09/15 09:05:19 UTC

svn commit: r1893357 - in /xmlgraphics/commons/trunk: ./ lib/build/

Author: ssteiner
Date: Wed Sep 15 09:05:19 2021
New Revision: 1893357

URL: http://svn.apache.org/viewvc?rev=1893357&view=rev
Log:
Fix tests on Java 17

Added:
    xmlgraphics/commons/trunk/lib/build/byte-buddy-1.9.10.jar   (with props)
    xmlgraphics/commons/trunk/lib/build/mockito-core-2.28.2.LICENCE.txt   (with props)
    xmlgraphics/commons/trunk/lib/build/mockito-core-2.28.2.NOTICE.txt   (with props)
    xmlgraphics/commons/trunk/lib/build/mockito-core-2.28.2.jar   (with props)
Removed:
    xmlgraphics/commons/trunk/lib/build/mockito-core-1.8.5.LICENCE.txt
    xmlgraphics/commons/trunk/lib/build/mockito-core-1.8.5.NOTICE.txt
    xmlgraphics/commons/trunk/lib/build/mockito-core-1.8.5.jar
Modified:
    xmlgraphics/commons/trunk/pom.xml

Added: xmlgraphics/commons/trunk/lib/build/byte-buddy-1.9.10.jar
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/lib/build/byte-buddy-1.9.10.jar?rev=1893357&view=auto
==============================================================================
Binary file - no diff available.

Propchange: xmlgraphics/commons/trunk/lib/build/byte-buddy-1.9.10.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: xmlgraphics/commons/trunk/lib/build/mockito-core-2.28.2.LICENCE.txt
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/lib/build/mockito-core-2.28.2.LICENCE.txt?rev=1893357&view=auto
==============================================================================
--- xmlgraphics/commons/trunk/lib/build/mockito-core-2.28.2.LICENCE.txt (added)
+++ xmlgraphics/commons/trunk/lib/build/mockito-core-2.28.2.LICENCE.txt Wed Sep 15 09:05:19 2021
@@ -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

Propchange: xmlgraphics/commons/trunk/lib/build/mockito-core-2.28.2.LICENCE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: xmlgraphics/commons/trunk/lib/build/mockito-core-2.28.2.NOTICE.txt
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/lib/build/mockito-core-2.28.2.NOTICE.txt?rev=1893357&view=auto
==============================================================================
--- xmlgraphics/commons/trunk/lib/build/mockito-core-2.28.2.NOTICE.txt (added)
+++ xmlgraphics/commons/trunk/lib/build/mockito-core-2.28.2.NOTICE.txt Wed Sep 15 09:05:19 2021
@@ -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

Propchange: xmlgraphics/commons/trunk/lib/build/mockito-core-2.28.2.NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: xmlgraphics/commons/trunk/lib/build/mockito-core-2.28.2.jar
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/lib/build/mockito-core-2.28.2.jar?rev=1893357&view=auto
==============================================================================
Binary file - no diff available.

Propchange: xmlgraphics/commons/trunk/lib/build/mockito-core-2.28.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: xmlgraphics/commons/trunk/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/pom.xml?rev=1893357&r1=1893356&r2=1893357&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/pom.xml (original)
+++ xmlgraphics/commons/trunk/pom.xml Wed Sep 15 09:05:19 2021
@@ -68,7 +68,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>1.8.5</version>
+      <version>2.28.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org