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/15 16:03:28 UTC

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

Author: msahyoun
Date: Sun Nov 15 16:03:28 2020
New Revision: 1883447

URL: http://svn.apache.org/viewvc?rev=1883447&view=rev
Log:
PDFBOX-5017: add parameterized tests support

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1883447&r1=1883446&r2=1883447&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Sun Nov 15 16:03:28 2020
@@ -71,7 +71,13 @@
                 <artifactId>junit-jupiter-engine</artifactId>
                 <version>5.7.0</version>
                 <scope>test</scope>
-            </dependency>            
+            </dependency>
+            <dependency>
+                <groupId>org.junit.jupiter</groupId>
+                <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>