You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2020/11/17 18:50:39 UTC

svn commit: r1883558 - /pdfbox/trunk/parent/pom.xml

Author: msahyoun
Date: Tue Nov 17 18:50:39 2020
New Revision: 1883558

URL: http://svn.apache.org/viewvc?rev=1883558&view=rev
Log:
PDFBOX-5017: remove JUnit5 vintage engine for parent project; all tests switched

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1883558&r1=1883557&r2=1883558&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Tue Nov 17 18:50:39 2020
@@ -77,13 +77,7 @@
                 <artifactId>junit-jupiter-params</artifactId>
                 <version>5.7.0</version>
                 <scope>test</scope>
-		    </dependency>       
-            <dependency>
-                <groupId>org.junit.vintage</groupId>
-                <artifactId>junit-vintage-engine</artifactId>
-                <version>5.7.0</version>
-                <scope>test</scope>
-            </dependency>            
+		    </dependency>           
             <dependency>
                 <groupId>commons-logging</groupId>
                 <artifactId>commons-logging</artifactId>