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:33:54 UTC

svn commit: r1883553 - /pdfbox/trunk/pdfbox/pom.xml

Author: msahyoun
Date: Tue Nov 17 18:33:54 2020
New Revision: 1883553

URL: http://svn.apache.org/viewvc?rev=1883553&view=rev
Log:
PDFBOX-5017: remove JUnit5 vintage engine

Modified:
    pdfbox/trunk/pdfbox/pom.xml

Modified: pdfbox/trunk/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/pom.xml?rev=1883553&r1=1883552&r2=1883553&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/pom.xml (original)
+++ pdfbox/trunk/pdfbox/pom.xml Tue Nov 17 18:33:54 2020
@@ -68,10 +68,6 @@
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter-params</artifactId>
 		</dependency>
-	    <dependency>
-	        <groupId>org.junit.vintage</groupId>
-	        <artifactId>junit-vintage-engine</artifactId>
-	    </dependency>
         <dependency>
             <groupId>com.googlecode.java-diff-utils</groupId>
             <artifactId>diffutils</artifactId>