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:39:12 UTC

svn commit: r1883554 - /pdfbox/trunk/examples/pom.xml

Author: msahyoun
Date: Tue Nov 17 18:39:12 2020
New Revision: 1883554

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

Modified:
    pdfbox/trunk/examples/pom.xml

Modified: pdfbox/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/examples/pom.xml?rev=1883554&r1=1883553&r2=1883554&view=diff
==============================================================================
--- pdfbox/trunk/examples/pom.xml (original)
+++ pdfbox/trunk/examples/pom.xml Tue Nov 17 18:39:12 2020
@@ -99,6 +99,10 @@
       <artifactId>junit-jupiter-api</artifactId>
     </dependency>
     <dependency>
+        <groupId>org.junit.jupiter</groupId>
+        <artifactId>junit-jupiter-params</artifactId>
+		</dependency> 
+    <dependency>
         <groupId>org.junit.vintage</groupId>
         <artifactId>junit-vintage-engine</artifactId>
     </dependency>